1. e5d351d Add es state tracker to autoconf. by Chia-I Wu · 15 years ago
  2. 976c858 Clean up ES_FILES. by Chia-I Wu · 15 years ago
  3. 8e67749 progs/es1: Add compressed paletted texture tests to torus. by Chia-I Wu · 15 years ago
  4. a316b70 mesa/es: Improve support for GL_OES_compressed_paletted_texture. by Chia-I Wu · 15 years ago
  5. c4b9e1a mesa/es: Fix GL_RGB565 support in FBO. by Chia-I Wu · 15 years ago
  6. b80ec33 mesa/es: Fix GL_OES_texture_cube_map support. by Chia-I Wu · 15 years ago
  7. 3a4d081 mesa/es: Clean up extension string. by Chia-I Wu · 15 years ago
  8. f88297b mesa/es: Add more exnteions to APIspec. by Chia-I Wu · 15 years ago
  9. 29bd20a mesa/es: Add more extensions to glapi. by Chia-I Wu · 15 years ago
  10. a2d21f6 mesa/es: Generate code for special functions. by Chia-I Wu · 15 years ago
  11. f7d23df mesa/es: Remove unused code in es_generator.py. by Chia-I Wu · 15 years ago
  12. e0ab739 mesa/es: Generate _mesa_GetFixedv. by Chia-I Wu · 15 years ago
  13. c3bd857 mesa/es: Add a sanity check to APIspec.py. by Chia-I Wu · 15 years ago
  14. 8264a6a mesa/es: Switch to APIspec.xml. by Chia-I Wu · 15 years ago
  15. 0c1a7bb mesa/es: Add APIspec.xml and its parser. by Chia-I Wu · 15 years ago
  16. 9f38553 Update config linux-opengl-es. by Chia-I Wu · 15 years ago
  17. b308766 progs/es1: Port eglgears to OpenGL ES 1.1. by Chia-I Wu · 15 years ago
  18. 381cbc7 progs/es1: Port egltri to OpenGL ES 1.1. by Chia-I Wu · 15 years ago
  19. 4b9cc50 st/egl: Allow APIs other than OpenGL. by Chia-I Wu · 15 years ago
  20. 5f0ea53 egl_softpipe: Clean up Makefile. by Chia-I Wu · 15 years ago
  21. 0b9f0ba progs/es: Add .gitignore. by Chia-I Wu · 15 years ago
  22. 9de051e mesa/es: Add .gitignore. by Chia-I Wu · 15 years ago
  23. 97ea8e9 Add new config for OpenGL ES. by Chia-I Wu · 15 years ago
  24. 1046f70 gallium: Allow state trackers to install files. by Chia-I Wu · 15 years ago
  25. 7fb41df mesa/main: linear_to_nonlinear is not always available. by Chia-I Wu · 15 years ago
  26. 37dca79 mesa/es: Improve support for parallel execution of make. by Chia-I Wu · 15 years ago
  27. f1c7874 mesa/es: Fix symbol conflicts and warnings. by Chia-I Wu · 15 years ago
  28. 1af44e9 glapi: Add OpenGL ES compatibility mode to scripts. by Chia-I Wu · 15 years ago
  29. 5b85cad progs/es: OpenGL ES 1.x and 2.X demo programs. by Chia-I Wu · 15 years ago
  30. d14ac10 st/es: Add OpenGL ES state trackers. by Chia-I Wu · 15 years ago
  31. 3406475 mesa/es: Add support for GL_OES_draw_texture. by Chia-I Wu · 15 years ago
  32. bfa66bd mesa/es: Add OpenGL ES overlay. by Chia-I Wu · 15 years ago
  33. f68bf06 mesa/es: Add OpenGL ES XMLs. by Chia-I Wu · 15 years ago
  34. 7cdf8ab mesa/main: Make _mesa_TexGenf and _mesa_GetTexGenfv global again. by Chia-I Wu · 15 years ago
  35. 5b42628 glapi: Include headers with directory prefixes. by Chia-I Wu · 15 years ago
  36. 7df4c7e glapi: Avoid hardcoded category names in remap helper script. by Chia-I Wu · 15 years ago
  37. 6418f83 glapi: Add is_abi() to test if a function is in the ABI. by Chia-I Wu · 15 years ago
  38. 8d2edbf mesa/main: Add more OpenGL ES types to glheader.h. by Chia-I Wu · 15 years ago
  39. c3d61d3 mesa/main: Add support for point size array in _mesa_GetPointerv. by Chia-I Wu · 15 years ago
  40. 6678f59 gallium/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined. by Chia-I Wu · 15 years ago
  41. 8884293 mesa/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined. by Chia-I Wu · 15 years ago
  42. 7870298 glapi: Allow normal entry points to be skipped. by Chia-I Wu · 15 years ago
  43. d971069 mesa: fix infinite loop bug in _mesa_drawbuffers() by Brian Paul · 15 years ago
  44. 67034b9 softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination. by José Fonseca · 15 years ago
  45. e059015 g3dvl: remove a debug line by Cooper Yuan · 15 years ago
  46. c621c10 g3dvl: add scissor setting by Cooper Yuan · 15 years ago
  47. c2e4719 r300g: add polygon mode by Marek Olšák · 15 years ago
  48. 4671005 r300g: fix the size of CS when emitting the fragprog constant buffer by Marek Olšák · 15 years ago
  49. 0719088 r300g: set the correct offset in a colorbuffer surface by Marek Olšák · 15 years ago
  50. ad96c0d r300g: add color channel masking by Marek Olšák · 15 years ago
  51. 898de4a Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  52. 1c3f7ab vbo: fix out-of-bounds array access by Brian Paul · 15 years ago
  53. bc4ad7c mesa: fix broken pack_histogram() case for GLhalf by Brian Paul · 15 years ago
  54. 76aa0c0 mesa: silence warning from gcc 4.4.1 by Brian Paul · 15 years ago
  55. fe86f8d ARB prog parser: include variable name in error text by Brian Paul · 15 years ago
  56. 4c5a758 st/xorg: these flushes shouldn't be necessary by Zack Rusin · 15 years ago
  57. 60c328d progs/tests: Fix MSVC build. by Vinson Lee · 15 years ago
  58. 9fce12b r600: rework draw functions by Alex Deucher · 15 years ago
  59. 70dade8 r600: fix count prediction for IB case by Alex Deucher · 15 years ago
  60. f1b91cc Fix YTILE spantmp functions by Alan Hourihane · 15 years ago
  61. 3040b2e Fix YTILE spantmp functions by Alan Hourihane · 15 years ago
  62. 51f7763 glslcompiler: Fix Mac OS build. by Vinson Lee · 15 years ago
  63. 0b4ea45 util: Remove homegrown Windows KM profiler. by José Fonseca · 15 years ago
  64. 767bc8e tgsi/ureg: Allow for multiple extended instruction tokens. by Michal Krol · 15 years ago
  65. 618e3b8 nv50: fix shader emit_tex for cube textures by Christoph Bumiller · 15 years ago
  66. 317ccfe nv50: add abs-modifier for emit_minmax by Christoph Bumiller · 15 years ago
  67. 040e1d0 nv50: add 3d texture tiling and mip-mapping by Christoph Bumiller · 15 years ago
  68. 6eb7151 mesa: (GLint64) casts in get.c to silence Visual Studio warnings by Brian Paul · 15 years ago
  69. c510633 docs: fix 7.6 build with Visual Studio by Brian Paul · 15 years ago
  70. 804d367 windows: updated VC8 project file by Karl Schultz · 15 years ago
  71. 077eb0d windows: remove old entrypoints from mesa.def file by Karl Schultz · 15 years ago
  72. e713a95 mesa: added GLAPIENTRY keywords for sync object functions by Karl Schultz · 15 years ago
  73. c475079 progs/util: Fix memory leak if fail to load/compile shader by Vinson Lee · 15 years ago
  74. ceb6728 llvmpipe: Sanitise shader semantic and interpolator handling. by Michal Krol · 15 years ago
  75. 026cf84 llvmpipe: remove old prim_setup draw stage by Keith Whitwell · 15 years ago
  76. 677a055 llvmpipe: Respect gl_rasterization_rules in primitive setup. by José Fonseca · 15 years ago
  77. 3e8f665 python/retrace: Cope with null constant buffers. by José Fonseca · 15 years ago
  78. a2e868b python/retrace: Add missing colon. by José Fonseca · 15 years ago
  79. a017ad2 progs/tests: debug code for getting texture component sizes by Brian Paul · 15 years ago
  80. 7ccf60a tgsi: Up tgsi_exec's control flow nesting to 32. by Michal Krol · 15 years ago
  81. 4bced42 Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  82. 800e553 mesa: clean-up, remove some flushing in FBO functions by Brian Paul · 15 years ago
  83. 4de18fb mesa: fix indentation by Brian Paul · 15 years ago
  84. 5698d7c mesa: clean-up formatting by Brian Paul · 15 years ago
  85. 18af75e mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT() by Brian Paul · 15 years ago
  86. c7048f9 mesa: use FLUSH_VERTICES() in _mesa_drawbuffers() by Brian Paul · 15 years ago
  87. 8df699b mesa: avoid extraneous _NEW_BUFFER state in _mesa_drawbuffers() by Brian Paul · 15 years ago
  88. b28c637 mesa: use ffs() to shorten loop in _mesa_drawbuffers() by Brian Paul · 15 years ago
  89. 2d11c48 mesa: added assertion, another comment by Brian Paul · 15 years ago
  90. bcbfda7 intel: avoid unnecessary front buffer flushing/updating by Brian Paul · 15 years ago
  91. a0cd2b7 st/mesa: clip pixels in draw_stencil_pixels to avoid crash by Marek Olšák · 15 years ago
  92. e60ebeb st/mesa: don't use util_blit_pixels_writemask() for depth or depth/stencil by Brian Paul · 15 years ago
  93. 0197348 st/mesa: fix tests for depth and depth/stencil texture formats by Brian Paul · 15 years ago
  94. 644d8fd mesa: added comment by Brian Paul · 15 years ago
  95. 7157479 mesa: use _mesa_get_current_tex_object() by Brian Paul · 15 years ago
  96. 1afe60e mesa: use _mesa_get_current_tex_object() by Brian Paul · 15 years ago
  97. b8fdb90 mesa: make _mesa_get_current_tex_objec() public by Brian Paul · 15 years ago
  98. 731810f ARB prog parser: Fix a couple issues with previous merge from mesa_7_6_branch by Ian Romanick · 15 years ago
  99. e055665 glx: Fix memory leak if XF86DRICreateDrawable() fails by Vinson Lee · 15 years ago
  100. 213ec82 r600: implement LOG op in compiler by Pierre Ossman · 15 years ago