1. cfbfb50 docs: Mark a few more things as "in progress" in GL3.txt. by Kenneth Graunke · 11 years ago
  2. 7178d6a dri/nouveau: add AllocTextureImageBuffer implementation by Ilia Mirkin · 11 years ago
  3. b3c0436 glsl: Fix usage of the wrong union member in program_resource_visitor::recursion. by Francisco Jerez · 11 years ago
  4. 373f867 Revert "r600g: only flush the caches that need to be flushed during CP DMA operations" by Marek Olšák · 11 years ago
  5. 2656c61 i965/ivb: Flag RG32F quirk for texture gather regardless of swizzles by Chris Forbes · 11 years ago
  6. e8ec2e0 i965/vs: Add support for textureGather(.., comp) by Chris Forbes · 11 years ago
  7. 09c6fd4 i965/fs: Add support for textureGather(.., comp) by Chris Forbes · 11 years ago
  8. 7335bc7 glsl: add ARB_gpu_shader5's additional textureGather signatures by Chris Forbes · 11 years ago
  9. 88ee9bc glsl: Add support for specifying the component in textureGather by Chris Forbes · 11 years ago
  10. f93a63b docs: mark ARB_conservative_depth done on i965 by Chris Forbes · 11 years ago
  11. 7ec4668 i965: Enable ARB_conservative_depth for Gen7+. by Chris Forbes · 11 years ago
  12. 4697955 i965/wm: Program correct conservative depth modes by Chris Forbes · 11 years ago
  13. 64b1a1d docs: rephrase 9.2.1, 9.1.7 news item by Brian Paul · 11 years ago
  14. 21315bf docs: add the MD5 sums for the 9.2.1 and 9.1.7 releases by Brian Paul · 11 years ago
  15. c70e247 docs: Mark off KHR_debug, update relnotes by Timothy Arceri · 11 years ago
  16. 84e1a39 i965/vs: add missing break between ir_query_levels and ir_tg4 cases by Chris Forbes · 11 years ago
  17. 2beb60c docs: Mark off ARB_texture_query_levels, update relnotes by Chris Forbes · 11 years ago
  18. 317e172 i965: enable ARB_texture_query_levels on Gen6+ by Chris Forbes · 11 years ago
  19. 4be21a0 i965/vs: implement ir_query_levels by Chris Forbes · 11 years ago
  20. fa6440a i965/fs: implement ir_query_levels by Chris Forbes · 11 years ago
  21. 7480ae3 i965: ignore all texturing opcodes without a coordinate, for cubemap normalize by Chris Forbes · 11 years ago
  22. 7a4754d glsl: add plumbing for GL_ARB_texture_query_levels by Chris Forbes · 11 years ago
  23. 6ce4e76 mesa: add plumbing for GL_ARB_texture_query_levels by Chris Forbes · 11 years ago
  24. 30e6501 docs: Add release notes for 9.1.7 release by Carl Worth · 11 years ago
  25. 058fa59 docs: Add release notes and NEWS item for 9.2.1 release by Carl Worth · 11 years ago
  26. 765baec haiku: Ensure correct libraries are referenced. by Alexander von Gluck IV · 11 years ago
  27. a4144af haiku: Clean up code, use target-helpers by Alexander von Gluck IV · 11 years ago
  28. 4d15ef5 haiku: Drop haiku-softpipe.c; fix extern C by Alexander von Gluck IV · 11 years ago
  29. bc2fb19 haiku: Correct Haiku softpipe library by Alexander von Gluck IV · 11 years ago
  30. 8730236 haiku: Add first Haiku renderer (softpipe) by Alexander von Gluck IV · 11 years ago
  31. c9f1217 haiku: Build Haiku's libGL from within Mesa by Alexander von Gluck IV · 11 years ago
  32. 1349766 glsl: Define isnormal for Oracle Solaris Studio. by Vinson Lee · 11 years ago
  33. 8419c5c r600g: texture offsets for non-TXF instructions by Grigori Goronzy · 11 years ago
  34. c04b8d1 r600g: remove an assertion causing a crash at context cleanup by Marek Olšák · 11 years ago
  35. eda1f2a r300g: remove unused function r300_lacks_vertex_textures by Marek Olšák · 11 years ago
  36. 0667e2c mesa: Don't return any data for GL_SHADER_BINARY_FORMATS by Ian Romanick · 11 years ago
  37. a50c5f8 svga: fix incorrect memcpy src in svga_buffer_upload_piecewise() by Brian Paul · 11 years ago
  38. d164d50 util: when packing depth values, round to nearest. by Matthew McClure · 11 years ago
  39. b280516 radeonsi/compute: Fix segfault caused by recent refactoring by Tom Stellard · 11 years ago
  40. b181be6 radeonsi: Fix build by Brian Paul · 11 years ago
  41. 757ec72 configure: set HAVE_COMMON_DRI when building only swrast by Emil Velikov · 11 years ago
  42. 99a471c radeonsi/compute: fix bind_compute_sampler_states() breakage by Brian Paul · 11 years ago
  43. 800610f i965/fs: Improve accuracy of dFdy() to match dFdx(). by Paul Berry · 11 years ago
  44. 9267565 gallium/tests: fix SHADER typo by Brian Paul · 11 years ago
  45. 13895ab gallium-egl: use standard variable types over EGLBoolean/EGLint by Emil Velikov · 11 years ago
  46. 379deaf gallium: remove old bind_*_sampler_states() functions by Brian Paul · 11 years ago
  47. 55e81b0 gallium/docs: update bind_sampler_states() documentation by Brian Paul · 11 years ago
  48. 1e2fbf2 cso: make sure all sampler states are set/cleared by Brian Paul · 11 years ago
  49. 7d7a971 freedreno: use new bind_sampler_states() function by Brian Paul · 11 years ago
  50. 88b17a1 svga: don't hook in old bind_fragment_sampler_states() functions by Brian Paul · 11 years ago
  51. 27c054e radeon: don't use old bind_vertex/fragment_sampler_states() hooks by Brian Paul · 11 years ago
  52. 1e8d3eb i915g: remove old bind_vertex/fragment_sampler_states() hooks by Brian Paul · 11 years ago
  53. edd9af6 noop: remove old bind_*_sampler_states() functions by Brian Paul · 11 years ago
  54. f233ee0 galahad: remove old bind_*_sampler_states() functions by Brian Paul · 11 years ago
  55. d0520d5 vl: remove old bind_fragment_sampler_states() calls by Brian Paul · 11 years ago
  56. 3925e52 util: remove old bind_fragment_sampler_states() calls from blitter code by Brian Paul · 11 years ago
  57. 9fa6722 draw: remove use of old bind_fragment_sampler_states() by Brian Paul · 11 years ago
  58. 7478236 nouveau: remove old bind_*_sampler_states() functions by Brian Paul · 11 years ago
  59. 1446600 cso: remove use of old bind_*_sampler_states() functions by Brian Paul · 11 years ago
  60. bcf7508 rbug: remove old bind_*_sampler_states() functions by Brian Paul · 11 years ago
  61. 22480c5 identity: remove old bind_*_sampler_states() functions by Brian Paul · 11 years ago
  62. dd4816e trace: remove old bind_*_sampler_states() functions by Brian Paul · 11 years ago
  63. 5807105 ilo: don't hook up old bind_*_sampler_states() functions by Brian Paul · 11 years ago
  64. 2d0effa llvmpipe: remove old bind_*_sampler_states() functions by Brian Paul · 11 years ago
  65. 6e64054 softpipe: remove old bind_*_sampler_states() functions by Brian Paul · 11 years ago
  66. 93e6694 clover: remove bind_compute_sampler_states() calls by Brian Paul · 11 years ago
  67. a5350a9 gallium/tests: use pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  68. bc367ab gallium/tools: update dump_state.py to use bind_sampler_states() by Brian Paul · 11 years ago
  69. 3f0627c nouveau: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  70. 550f9ee softpipe: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  71. 8280b29 radeon: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  72. 0de99d5 svga: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  73. 6ef9fc7 trace: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  74. e64112b rbug: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  75. bd15148 noop: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  76. c772338 llvmpipe: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  77. 41a9be7 ilo: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  78. 9564ec8 identity: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  79. aec11d4 i915g: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  80. e5d000c galahad: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  81. 4bdf7d3 clover: use pipe_context::bind_sampler_states() if non-null by Brian Paul · 11 years ago
  82. 96b9c09 vl: use pipe_context::bind_sampler_states() if non-null by Brian Paul · 11 years ago
  83. bbc1fd8 util: use pipe_context::bind_sampler_states() if non-null by Brian Paul · 11 years ago
  84. 27d500a draw: use pipe_context::bind_sampler_states() if non-null by Brian Paul · 11 years ago
  85. 5cba872 cso: use pipe_context::bind_sampler_states() if non-null by Brian Paul · 11 years ago
  86. 755d788 gallium: add pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  87. 9b99451 r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_states by Brian Paul · 11 years ago
  88. c368479 draw: rename bind_sampler_states variables by Brian Paul · 11 years ago
  89. c7d91a6 r600g: fix ínitialization of non_disp_tiling flag by Marek Olšák · 11 years ago
  90. b893bbf r600g,radeonsi: create aux_context last by Marek Olšák · 11 years ago
  91. 52bfe8e r300g/swtcl: don't call draw_prepare_shader_outputs by Marek Olšák · 11 years ago
  92. bde5b62 st/mesa: silence warning about unhandled enum in switch statement by Brian Paul · 11 years ago
  93. d133592 mesa: fix make check for ARB_texture_gather by Chris Forbes · 11 years ago
  94. 61519f1 docs: Mark off ARB_texture_gather by Chris Forbes · 11 years ago
  95. 88f196a i965/hsw: Apply gather4 RG32F w/a using SCS instead of shader. by Chris Forbes · 11 years ago
  96. 7df985a i965: Enable ARB_texture_gather on Gen7 by Chris Forbes · 11 years ago
  97. dd4c2a5 i965: use gather slots in the binding table for gather4. by Chris Forbes · 11 years ago
  98. c08f208 i965: Emit a second set of SURFACE_STATE for gather4 from textures. by Chris Forbes · 11 years ago
  99. 5901d48 i965: make room in the binding table for a full alternate set of surface_states by Chris Forbes · 11 years ago
  100. 855b2a8 i965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required for IVB gather4 w/a by Chris Forbes · 11 years ago