1. e5c6a92 mesa: implement clamping controls (ARB_color_buffer_float) by Marek Olšák · 14 years ago
  2. 3bdd12e mesa: regenerate glapi files by Marek Olšák · 14 years ago
  3. 9d60a7c i965: Resolve implied moves in brw_dp_READ_4_vs_relative. by Kenneth Graunke · 14 years ago
  4. 9a21bc6 i965: Refactor Sandybridge implied move handling. by Kenneth Graunke · 14 years ago
  5. 4f94e0b mesa: Add missing parentheses in glBlitFramebufferEXT error strings. by Vinson Lee · 14 years ago
  6. e21beae intel: Don't leak the tex object miptree when replacing it by Ian Romanick · 14 years ago
  7. 5d7c27f st/mesa: Validate state before doing blits. by Henri Verbeet · 14 years ago
  8. 0c8beb0 i965/fs: Fix linear gl_Color interpolation on pre-gen6 hardware. by Kenneth Graunke · 14 years ago
  9. 4e994e1 i965/fs: Use different name for inner loop counter by Ian Romanick · 14 years ago
  10. cf29034 mesa: add void to save_TextureBarrierNV() by Brian Paul · 14 years ago
  11. a81828c mesa: Avoid redefining PUBLIC/USE/likely/unlikely macros. by José Fonseca · 14 years ago
  12. 7fbe020 mesa: Use appropriate call convention in VertexAttribI*v. by José Fonseca · 14 years ago
  13. acd7ce5 mesa,mapi: Remove spurious const keyword from ClearBufferfi args. by José Fonseca · 14 years ago
  14. e1a9ef2 mesa: added _mesa_dump_image() for debugging by Brian Paul · 14 years ago
  15. e4852ae mesa: minor whitespace fixes by Brian Paul · 14 years ago
  16. 2911fa0 i965/fs: Make compile failure more verbose with INTEL_DEBUG=wm. by Eric Anholt · 14 years ago
  17. 4a101f9 i965/fs: Clean up reg_undef args from long ago lack of fs_inst overloads. by Eric Anholt · 14 years ago
  18. 53d78be i965/fs: Clean up the emit calls by introducing emit() overload helpers. by Eric Anholt · 14 years ago
  19. 82dd62f mesa: new MESA_EXTENSION_MAX_YEAR env var by Brian Paul · 14 years ago
  20. c22a7f9 radeon: use C99 style in macros with variable arguments by Iain Hibbert · 14 years ago
  21. ff2950d radeon: reorder #includes to silence warnings by Brian Paul · 14 years ago
  22. b574542 r128: fix an old annoying warning by Brian Paul · 14 years ago
  23. 7d40bf2 radeon: fix radeon_create_image_from_name() wrong parameter type by Brian Paul · 14 years ago
  24. 8199201 mesa: More glGet* fixes. by José Fonseca · 14 years ago
  25. 12b9e07 mesa: remove unused _MESA_NEW_NEED_NORMALS by Brian Paul · 14 years ago
  26. 7ecb61c mesa: remove _MESA_NEW_TRANSFER_STATE by Brian Paul · 14 years ago
  27. f697087 mesa: Fix typo glGet*v(GL_TEXTURE_COORD_ARRAY_*). by José Fonseca · 14 years ago
  28. cfc7ded mesa: 80-column wrapping and comment updates by Brian Paul · 14 years ago
  29. d0d767a mesa: 80-column wrapping, update comment by Brian Paul · 14 years ago
  30. 933b99f mesa: consolidate enable/disable code for GL_TEXTURE_GEN_S/T/R/Q by Brian Paul · 14 years ago
  31. ec4a21b mesa: consolidate clip plane update code by Brian Paul · 14 years ago
  32. 957552f mesa: 80-column wrapping by Brian Paul · 14 years ago
  33. aafcbd2 mesa: replace macro with function by Brian Paul · 14 years ago
  34. 9459cc5 mesa: 80-column wrapping by Brian Paul · 14 years ago
  35. 630d925 mesa: rename functions to follow Mesa conventions by Brian Paul · 14 years ago
  36. 79f4281 mesa: 80-column wrapping by Brian Paul · 14 years ago
  37. 9d2ef28 r300/compiler: Use a 4-bit writemask in pair instructions by Tom Stellard · 14 years ago
  38. 8042d75 nouveau: Fix serious compiler warnings by Johannes Obermayr · 14 years ago
  39. 5b902a0 mesa: minor improvements in glTexEnvfv() by Brian Paul · 14 years ago
  40. 582570a mesa: only report up to 50 _mesa_problem() calls by Brian Paul · 14 years ago
  41. 147148f swrast: report data type in error message by Brian Paul · 14 years ago
  42. 5e9aa99 mesa: Remove the CompileShader driver hook; it's just a no-op. by Kenneth Graunke · 14 years ago
  43. cbadedb mesa: use _mesa_get_current_tex_unit() helper in BindTexture() by Brian Paul · 14 years ago
  44. 552f54b mesa: remove unneeded local var in BindTexture() by Brian Paul · 14 years ago
  45. dfda559 mesa: clean up the glBindTexture early out code a bit by Brian Paul · 14 years ago
  46. 2279156 i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT). by Kenneth Graunke · 14 years ago
  47. f3a828c autoconf: don't use CFLAGS for cpp files by Tobias Droste · 14 years ago
  48. 2baac48 i965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_... for consistency. by Kenneth Graunke · 14 years ago
  49. cc48d66 i965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPLER_MESSAGE. by Kenneth Graunke · 14 years ago
  50. 8767fe2 mesa: Sort extensions in extension string by year. by José Fonseca · 14 years ago
  51. 5fc5820 mesa: Use typecast in BITFIELD64_BIT macro. by José Fonseca · 14 years ago
  52. 11150e4 mesa: use BITFIELD64_BIT() macro by Brian Paul · 14 years ago
  53. aa878f9 st/mesa: use BITFIELD64_BIT() macro in a few more places by Brian Paul · 14 years ago
  54. d029ba9 mesa: use 1UL for 64-bit unsigned constant for C++ by Brian Paul · 14 years ago
  55. a994473 i965: Fix alpha testing when there is no color buffer in the FBO. by Eric Anholt · 14 years ago
  56. b60651a i965: Do our lowering passes before the loop of optimization. by Eric Anholt · 14 years ago
  57. d0e805e mesa: fix scons build by Marek Olšák · 14 years ago
  58. aea4ed4 gallium: add texture barrier support to the interface and st/mesa (v2) by Marek Olšák · 14 years ago
  59. 9a9c1e1 mesa: add display list support for NV_texture_barrier by Marek Olšák · 14 years ago
  60. 7fa53f3 mesa: regenerate glapi files by Marek Olšák · 14 years ago
  61. 867f9b0 mesa: add NV_texture_barrier by Marek Olšák · 14 years ago
  62. baab835 st/mesa: Make use of the new PIPE_TRANSFER_DISCARD_* for buffer object. by Mathias Fröhlich · 14 years ago
  63. 25e3114 i965: Enable texture lookups whose return type is 'float' by Kenneth Graunke · 14 years ago
  64. 1842b89 i965: Fix tex_swizzle when depth mode is GL_RED by Chad Versace · 14 years ago
  65. e0cbb15 i965: Remove dead assignment by Chad Versace · 14 years ago
  66. bb0910b mesa: rename _mesa_texstore_a8 -> _mesa_texstore_unorm8 by Marek Olšák · 14 years ago
  67. c0110d5 mesa: fix up assertion in _mesa_source_buffer_exists by Marek Olšák · 14 years ago
  68. 0f84dda ir_to_mesa: do not check the number of uniforms against hw limits by Marek Olšák · 14 years ago
  69. 098f9c5 Revert "mesa: Convert fixed function fragment program generator to GLSL IR." by Eric Anholt · 14 years ago
  70. 07c420a Revert "mesa: Track a computed _CurrentFragmentProgram for current gl_shader_program" by Eric Anholt · 14 years ago
  71. 403be11 Revert "i965: Use the fixed function GLSL program instead of the ARB program." by Eric Anholt · 14 years ago
  72. 1a79064 gallium: Delay the creation of simple helper shaders by Jakob Bornecrantz · 14 years ago
  73. ab21147 u_blitter: Do blits in linear color space. by Henri Verbeet · 14 years ago
  74. 6da4866 r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500 by Marek Olšák · 14 years ago
  75. 1e97b4d r300/compiler: TEX instructions don't support negation on source arguments by Marek Olšák · 14 years ago
  76. 589d835 r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles) by Marek Olšák · 14 years ago
  77. d96305e r300/compiler: fix translating the src negate bits in pair_translate by Marek Olšák · 14 years ago
  78. 4b92c68 r300g: implement fragment color clamping in the shader by Marek Olšák · 14 years ago
  79. e470760 r300/compiler: fix the saturate modifier when applied to TEX instructions by Marek Olšák · 14 years ago
  80. 02725bc nouveau: Build fix by Adam Jackson · 14 years ago
  81. b5872cd r600: Build fix by Adam Jackson · 14 years ago
  82. dee6eaf scons: Move texenvprogram.c to ff_fragment_shader.cpp. by Vinson Lee · 14 years ago
  83. 81b34a4 i965: Use the fixed function GLSL program instead of the ARB program. by Eric Anholt · 14 years ago
  84. b4452c3 mesa: Track a computed _CurrentFragmentProgram for current gl_shader_program by Eric Anholt · 14 years ago
  85. 7cb87dff mesa: Convert fixed function fragment program generator to GLSL IR. by Eric Anholt · 14 years ago
  86. 29e013e mesa: Add gl_MESAFogParamsOptimized for our special pre-computed fog params. by Eric Anholt · 14 years ago
  87. 20f7a6f mesa: Add a builtin uniform for the ATI_envmap_bumpmap rotation matrix. by Eric Anholt · 14 years ago
  88. cdacca4 mesa: Move texenvprogram.c to ff_fragment_shader.cpp. by Eric Anholt · 14 years ago
  89. e1cb12b prog_cache: Add some support for shader_programs in prog_cache. by Eric Anholt · 14 years ago
  90. 9c7231c mesa: Don't try to remove an internal shader_program from the hash. by Eric Anholt · 14 years ago
  91. 5ae1d19 i965: Use ffs() on a 32-bit int value instad of ffsll(). by Eric Anholt · 14 years ago
  92. 7e02303 gallium: remove flags from the flush function by Marek Olšák · 14 years ago
  93. e968975 gallium: remove the geom_flags param from is_format_supported by Marek Olšák · 14 years ago
  94. bfe88e6 gallium: cleanup fence_signalled and fence_finish by Marek Olšák · 14 years ago
  95. d7db14a mesa: test against MaxUniformComponents in check_resources() by Brian Paul · 14 years ago
  96. e0e9402 mesa: move location of some geometry program limits by Brian Paul · 14 years ago
  97. 8cc84b3 mesa: use check_resources() to check program against limits by Brian Paul · 14 years ago
  98. decc6e2 mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines by Brian Paul · 14 years ago
  99. 4293a12 mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objects by Brian Paul · 14 years ago
  100. bdf1038 st/mesa: remove unnecessary flushes by Marek Olšák · 14 years ago