1. 21148e6 softpipe: Bind samplers to views instead of the underlying resource. by Henri Verbeet · 14 years ago
  2. 54fdc35 softpipe: Get rid of the redundant resource parameter to get_sampler_variant(). by Henri Verbeet · 14 years ago
  3. 8c68362 r200: fix up some problems with TFP on r200 by Dave Airlie · 14 years ago
  4. 7e86d9b llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS by Brian Paul · 14 years ago
  5. b41d323 i965/fs: Take the shared mathbox into account in instruction scheduling. by Eric Anholt · 14 years ago
  6. 382c2d9 i965/fs: Add a helper function for detecting math opcodes. by Eric Anholt · 14 years ago
  7. 1991d92 i965/fs: Assign URB/CURB register numbers after instruction scheduling. by Eric Anholt · 14 years ago
  8. 63879d9 i965/fs: Add an instruction scheduler. by Eric Anholt · 14 years ago
  9. 3f2fe31 i965/fs: Add a helper for detecting texturing opcodes. by Eric Anholt · 14 years ago
  10. a124490 r600g: fix segfault if texture operand is a literal by Christian König · 14 years ago
  11. 3ee60a3 mesa: implement glGetShaderPrecisionFormat() by Brian Paul · 14 years ago
  12. 34613c6 gallium/docs: document result type for some types of queries by Brian Paul · 14 years ago
  13. a5da4ac radeon: avoid segfault on 3D textures. by Dave Airlie · 14 years ago
  14. 4832403 radeon: oops didn't need this logbase2 fn by Dave Airlie · 14 years ago
  15. c6fb88f radeon: calculate complete texture state inside TFP function by Dave Airlie · 14 years ago
  16. c73a1c1 dri/nouveau: allow multiple maps of surface buffers by Ben Skeggs · 14 years ago
  17. f7bab47 radeon/r200: fix fbo-clearmipmap + gen-teximage by Dave Airlie · 14 years ago
  18. 568e008 i965: Fix a comment typo. by Eric Anholt · 14 years ago
  19. 8ce425f i965: Fix a bug in i965 compute-to-MRF. by Eric Anholt · 14 years ago
  20. ba700d2 r600g: fix reserve_cfile for R700+ by Christian König · 14 years ago
  21. 46f7105 glsl: Fix segfault due to missing printf argument by Chad Versace · 14 years ago
  22. 45e8e6c glsl: Fix semantic checks on precision qualifiers by Chad Versace · 14 years ago
  23. 42dbc25 llvmpipe: make sure binning is active when we begin/end a query by Brian Paul · 14 years ago
  24. fb7a8de softpipe: rename some functions for consistency by Brian Paul · 14 years ago
  25. 9e964ba r600g: Kill trailing whitespace. by Henri Verbeet · 14 years ago
  26. 7e2e8d0 r600g: Remove the unused eg_states_inc.h and r600_states_inc.h. by Henri Verbeet · 14 years ago
  27. 495dec0 r600g: Simplify some r600_bc_add_alu_type() calls to r600_bc_add_alu(). by Henri Verbeet · 14 years ago
  28. 90ff617 vbo: initialize num_instances in a few places by Brian Paul · 14 years ago
  29. d5a53ad ra: Take advantage of the adjacency list in finding a node to spill. by Eric Anholt · 14 years ago
  30. ea8e218 ra: Remove unused "name" field in regs. by Eric Anholt · 14 years ago
  31. 604022a ra: Take advantage of the adjacency list in ra_select() too. by Eric Anholt · 14 years ago
  32. 7cf648d ra: Add an adjacency list to trade space for time in ra_simplify(). by Eric Anholt · 14 years ago
  33. 58c988a glsl: Skip the rest of loop unrolling if no loops were found. by Eric Anholt · 14 years ago
  34. 754b9c5 ra: Trade off some space to get time efficiency in ra_set_finalize(). by Eric Anholt · 14 years ago
  35. 5b58b8c softpipe: added some null pointer checks by Brian Paul · 14 years ago
  36. c97e453 softpipe: s/tex_cache/fragment_tex_cache/ by Brian Paul · 14 years ago
  37. 843f537 Remove executables from source tree. by José Fonseca · 14 years ago
  38. 4ef3e26 r600c: preserve correct buffer when using fbo by Andre Maasikas · 14 years ago
  39. 0a85845 r600: set border color as RGBA by Andre Maasikas · 14 years ago
  40. 52fbff2 r600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do wpos transform by Andre Maasikas · 14 years ago
  41. e4be665 i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc. by Eric Anholt · 14 years ago
  42. 96a2e89 llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNC by Brian Paul · 14 years ago
  43. afeebec st/mesa: move PIPE_CAP_INDEP_BLEND_FUNC code by Brian Paul · 14 years ago
  44. 774750a doxygen: Add doxyfile for glsl module by Chad Versace · 14 years ago
  45. a54e2de glsl: Refresh autogenerated parser files by Chad Versace · 14 years ago
  46. a9bf8c1 glsl: Remove redundant semantic check in parser by Chad Versace · 14 years ago
  47. 08a286c glsl: Add support for default precision statements by Chad Versace · 14 years ago
  48. 889e1a5 glsl: Add semantic checks for precision qualifiers by Chad Versace · 14 years ago
  49. 33279cd glsl: Fix parser rule for type_specifier by Chad Versace · 14 years ago
  50. aaa31bf glsl: Change default value of ast_type_specifier::precision by Chad Versace · 14 years ago
  51. 1eb0f17 glsl: Check that 'centroid in' does not occur in vertex shader by Chad Versace · 14 years ago
  52. 8faaa4a glsl: Check that interpolation quals only apply to vertex ins and fragment outs by Chad Versace · 14 years ago
  53. 605aacc glsl: Check that interpolation qualifiers do not precede 'varying' by Chad Versace · 14 years ago
  54. 0e2f893 glsl: Add method ast_type_qualifier::interpolation_string() by Chad Versace · 14 years ago
  55. 5a64626 vbo: init num_instances in split_prims() by Brian Paul · 14 years ago
  56. 6179f7e tnl: assert that num_instances > 0 by Brian Paul · 14 years ago
  57. 72f2551 mesa: s/primcount/numInstances/ by Brian Paul · 14 years ago
  58. 2bf52e7 nouveau: fix build against out of tree libdrm by Dave Airlie · 14 years ago
  59. ef3b804 r600g: fix PIPE_CAP_INSTANCED_DRAWING warning by Christian König · 14 years ago
  60. b61afe1 r600g: fix alu inst group merging for relative adressing by Christian König · 14 years ago
  61. a4742c6 nvc0: fix and enable instanced drawing and arrays by Christoph Bumiller · 14 years ago
  62. 326332a d3d1x: Fix broken build. by Chia-I Wu · 14 years ago
  63. d136d1d mesa: minor tweaks in _mesa_set_fetch_functions() by Brian Paul · 14 years ago
  64. aad7219 mesa: add comment for _mesa_get_srgb_format_linear() by Brian Paul · 14 years ago
  65. bfad484 mesa: move declarations before code by Brian Paul · 14 years ago
  66. 608ccfe docs: add GL_EXT_texture_sRGB_decode to relnotes by Dave Airlie · 14 years ago
  67. 527bf67 gallium: add EXT_texture_sRGB_decode. by Dave Airlie · 14 years ago
  68. 9b1a15e i965: add support for EXT_texture_sRGB_decode by Dave Airlie · 14 years ago
  69. edc2dd8 mesa/swrast: implement EXT_texture_sRGB_decode by Dave Airlie · 14 years ago
  70. ac63341 r600d: fix some bugs added reworking literal handling by Christian König · 14 years ago
  71. 3bee900 docs: document GL_ARB_draw_buffers_blend by Brian Paul · 14 years ago
  72. b3ca110 mesa: implement glGet queries for GL_ARB_draw_buffers_blend by Brian Paul · 14 years ago
  73. 44c2122 mesa: display list support for GL_ARB_draw_buffers_blend functions by Brian Paul · 14 years ago
  74. 7f48278 mesa: plug in GL_ARB_draw_buffers_blend functions by Brian Paul · 14 years ago
  75. 5613078 glapi: regenerated files by Brian Paul · 14 years ago
  76. 1cf6ff3 glapi: new entrypoint specs for GL_ARB_draw_buffers_blend by Brian Paul · 14 years ago
  77. 74713e2 mesa: begin implementation of GL_ARB_draw_buffers_blend by Brian Paul · 14 years ago
  78. 3dab2b1 docs: update GL3.txt status by Brian Paul · 14 years ago
  79. 9473ca3 docs: document GL_ARB_instanced_arrays by Brian Paul · 14 years ago
  80. a6860f0 st/mesa: GL_ARB_instanced_arrays support by Brian Paul · 14 years ago
  81. 1d1eb95 mesa: support for GL_ARB_instanced_arrays by Brian Paul · 14 years ago
  82. 1250e23 glapi: regenerated files by Brian Paul · 14 years ago
  83. caee0d0 glapi: GL_ARB_instanced_arrays support by Brian Paul · 14 years ago
  84. 5700bc6 draw: add missing LP_CHECK_MEMBER_OFFSET() by Brian Paul · 14 years ago
  85. d1e2844 st/mesa: move/consolidate an assignment by Brian Paul · 14 years ago
  86. 889f44b docs: document GL_ARB_draw_instanced by Brian Paul · 14 years ago
  87. a25473b r600g: Remove the redundant radeon_new() prototype. by Henri Verbeet · 14 years ago
  88. 5a2abf7 r600g: Fix some register value name typos. by Henri Verbeet · 14 years ago
  89. f6f7808 r600g: Get rid of r600_translate_vertex_data_type(). by Henri Verbeet · 14 years ago
  90. 652901e Merge branch 'draw-instanced' by Brian Paul · 14 years ago
  91. 21001d2 nvc0: try to swap immediates to first source too by Christoph Bumiller · 14 years ago
  92. 52474d4 nvc0: make sure all sources of the BIND op are distinct by Christoph Bumiller · 14 years ago
  93. 1ae982a nvc0: update user vbufs on each draw call by Christoph Bumiller · 14 years ago
  94. b50d02e nvc0: enable early fragment tests where possible by Christoph Bumiller · 14 years ago
  95. 5ec66c6 nvc0: upload small buffers through the command buffer by Christoph Bumiller · 14 years ago
  96. a4a5a9a mesa: Add glDepthRangef and glClearDepthf to APIspec.xml. by Chia-I Wu · 14 years ago
  97. b70d0a6 targets/egl-static: Assorted cleanups and fixes. by Chia-I Wu · 14 years ago
  98. 6f769a6 targets/egl: i965 needs libwsw. by Chia-I Wu · 14 years ago
  99. 4620de7 mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility. by Eric Anholt · 14 years ago
  100. 8395f20 mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS. by Eric Anholt · 14 years ago