1. 0fbe828 mesa: _mesa_Begin/EndConditionalRender() functions by Brian Paul · 15 years ago
  2. 534e005 mesa: make _mesa_lookup_query_object() an non-private inline function by Brian Paul · 15 years ago
  3. 4e4244b nv50: fix TEXLOD sequence and use it only in FPs by Christoph Bumiller · 15 years ago
  4. 616ddc8 nv50: cannot kill branch if immediate is used by Christoph Bumiller · 15 years ago
  5. b3425bc nv50: make assimilate_temp safe by Christoph Bumiller · 15 years ago
  6. d9ae8f3 nv50: handle TGSI_OPCODE_EXP,LOG by Christoph Bumiller · 15 years ago
  7. f2cca04 nv50: add support for subroutines by Christoph Bumiller · 15 years ago
  8. 170cdb4 nv50: alloc_reg on reg_instance by Christoph Bumiller · 15 years ago
  9. 0ba518e nv50: multiply polygon offset units by 2 by Christoph Bumiller · 15 years ago
  10. 4d2551b nv50: neg and abs modifiers for flops by Christoph Bumiller · 15 years ago
  11. 3019afd nv50: don't negate immediates in set_immd by Christoph Bumiller · 15 years ago
  12. 16e91d4 mesa: implement _mesa_GetStringi() for GL3 by Brian Paul · 15 years ago
  13. 56bdaca mesa: _mesa_get_enabled_extension() function by Brian Paul · 15 years ago
  14. 802b808 mesa: implement GL3 GL_NUM_EXTENSIONS query by Brian Paul · 15 years ago
  15. 1ec6de9 mesa: simplify some extension testing code by Brian Paul · 15 years ago
  16. 05fb922 mesa: display list support for glClearBuffer functions by Brian Paul · 15 years ago
  17. 2b5ece5 mesa: implement GL3 glClearBuffer() functions by Brian Paul · 15 years ago
  18. 9656177 nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40 by Luca Barbieri · 15 years ago
  19. 1677d5c mesa: fix-up blend enable/disable code in _mesa_PopAttrib() by Brian Paul · 15 years ago
  20. 36092fa mesa: finish-up indexed color mask code in _mesa_PopAttrib() by Brian Paul · 15 years ago
  21. 81c72a1 mesa: plug in GL_EXT_draw_buffers2 functions by Brian Paul · 15 years ago
  22. 285d3f9 mesa: regenerate API files related to GL_EXT_draw_buffers2 by Brian Paul · 15 years ago
  23. ca3a853 glapi: extension info for GL_EXT_draw_buffers2 by Brian Paul · 15 years ago
  24. 8f6f112 mesa: added infrastructure for GL_EXT_draw_buffers2 by Brian Paul · 15 years ago
  25. a856d63 mesa: add dlist support for indexed colormask and indexed enables/disables by Brian Paul · 15 years ago
  26. fd5511d mesa: implement per-buffer color masking by Brian Paul · 15 years ago
  27. 126b35b mesa: implement indexed glGet functions by Brian Paul · 15 years ago
  28. 3728673 mesa: per-buffer blend enabled flags by Brian Paul · 15 years ago
  29. 561a107 glsl: added default case in _fetch_token() to silence warnings by Brian Paul · 15 years ago
  30. a099644 intel: Fix false positives in checking for non-packed depth/stencil RB. by Eric Anholt · 15 years ago
  31. 089144e intel: Allow binding a stencil but not a depth buffer. by Eric Anholt · 15 years ago
  32. e4df8d3 intel: Improve INTEL_DEBUG=fbo output. by Eric Anholt · 15 years ago
  33. 1e4677a intel: Remove dead fthrottle_mode option. We only do IRQ waits. by Eric Anholt · 15 years ago
  34. 2515cca mesa: remove gratuitous stores I added in remove_instructions. by Eric Anholt · 15 years ago
  35. 85dcc07 nouveau: Unreference state/buffer objects on context/screen destruction. by Younes Manton · 15 years ago
  36. cb9214f nouveau: Fix swizzling for copies to rectangular textures by Luca Barbieri · 15 years ago
  37. 3a0c527 nouveau: Fix nv20-40 swizzled miptree RTs by Luca Barbieri · 15 years ago
  38. a55e50b NV30/NV40 CMP and SCS src == dst handling by Luca Barbieri · 15 years ago
  39. 926562f llvmpipe: Unmapping vertex/index buffers does NOT flush draw module anymore. by José Fonseca · 15 years ago
  40. 64893eb python/retrace: Dump only the specified image rectangles. by José Fonseca · 15 years ago
  41. 67171ed xlib: Integrate the trace driver with all pipe drivers. by José Fonseca · 15 years ago
  42. 7abdaf5 scons: Fix xlib build. by José Fonseca · 15 years ago
  43. 49a0f29 nv04: Fix build after the latest nouveau_class.h changes. by Francisco Jerez · 15 years ago
  44. c84cc09 nv50: Dehexify and bring up to date with new method defines. by Marcin Kościelnicki · 15 years ago
  45. b46bcd8 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  46. 7831515 st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORM by Brian Paul · 15 years ago
  47. bdbabcd r300g: fix use of uninitialised variables. by Dave Airlie · 15 years ago
  48. 9ee5b78 r300g: rename modesetting_drv.so to radeong_drv.so by Dave Airlie · 15 years ago
  49. 4ccf0bb softpipe: Flush draw module when fragment pipeline state changes. by José Fonseca · 15 years ago
  50. 080703e llvmpipe: Treat state changes systematically. by José Fonseca · 15 years ago
  51. c4ac1f8 i965: Extra asserts on flow control instructions to clarify for clang. by Eric Anholt · 15 years ago
  52. c196a35 i965: Clean up double initialization of dst_flags from a rebase resolve. by Eric Anholt · 15 years ago
  53. 070bbd4 i965: Fix setup of immediate types for gen4 disasm. by Eric Anholt · 15 years ago
  54. d01c7be llvmpipe: Use comments and more code from softpipe's is_texture_referenced implementation. by José Fonseca · 15 years ago
  55. 7a15642 softpipe: Flush draw module before switching framebuffer. by José Fonseca · 15 years ago
  56. 491a184 llvmpipe: Flush draw module before switching framebuffer. by José Fonseca · 15 years ago
  57. 399190d tgsi: Don't dump parenthesis for negation. by José Fonseca · 15 years ago
  58. 230a5b5 python: Update python state tracker and samples for recent interface changes. by José Fonseca · 15 years ago
  59. 3f176bf trace: Fix transfer size computation. by José Fonseca · 15 years ago
  60. 8353c87 svga: Allow to dump an individual command. by José Fonseca · 15 years ago
  61. 5676082 r300g: fixup for GS additions by Dave Airlie · 15 years ago
  62. fb0a9aa gallium: remove TGSI_SEMANTIC_VERTICES by Zack Rusin · 15 years ago
  63. b0bc582 draw: disable some debugging output coming from the geometry shaders by Zack Rusin · 15 years ago
  64. 519a6d3 gallium: geometry shader can be always enabled and we don't need a cap for that by Zack Rusin · 15 years ago
  65. a00da63 util: put vertices_per_primitive function in its proper location by Zack Rusin · 15 years ago
  66. 49155c3 draw/tgsi: fix geometry shader input/output swizzling by Zack Rusin · 15 years ago
  67. afd0136 tgsi: dump the indices correctly when dealing with 2d arrays by Zack Rusin · 15 years ago
  68. 960be01 tgsi: fix property parsing/building by Zack Rusin · 15 years ago
  69. e9c6f01 python: fix python state tracker after some latest changes by Zack Rusin · 15 years ago
  70. ac96ee1 softpipe: make it possible to dump geometry shader from the softpipe by Zack Rusin · 15 years ago
  71. 2237099 tgsi: add missing support for two dimensional arrays in various places by Zack Rusin · 15 years ago
  72. 8a39f5d python/gs: fix the example by Zack Rusin · 15 years ago
  73. f658fa5 gallium: add an inline that returns number of vertices per primitive by Zack Rusin · 15 years ago
  74. 42eefb8 softpipe/gs: don't crash with null shader by Zack Rusin · 15 years ago
  75. b057515 gs: fix drivers so they work with geometry shaders by Zack Rusin · 15 years ago
  76. 5aac920 tgsi: make the tgsi assembly parser report line/column on error by Zack Rusin · 15 years ago
  77. 89d8577 gallium: add geometry shader support to gallium by Zack Rusin · 15 years ago
  78. 5f6dcf6 i965g: get trivial/tri working again after edgeflag changes by Keith Whitwell · 15 years ago
  79. 6c30e17 i965g: strict aliasing changes by Keith Whitwell · 15 years ago
  80. e4069d0 gallium/util: quieten compiler by Keith Whitwell · 15 years ago
  81. 9546c3d i965g: calculate depth min/max by Keith Whitwell · 15 years ago
  82. b7b2226 nv50: support TGSI_OPCODE_CONT by Christoph Bumiller · 15 years ago
  83. d29f555 nv50: make edgeflags work by Christoph Bumiller · 15 years ago
  84. b5a408b llvmpipe: Install unit tests on build/xxx/bin by José Fonseca · 15 years ago
  85. 88b2d8f util: Define common dynamic library extensions. by José Fonseca · 15 years ago
  86. 8e8502b gallium: only create pipe buffer when size is nonzero by Maarten Maathuis · 15 years ago
  87. b2a615e glsl/pp: move static functions out of header file by Keith Whitwell · 15 years ago
  88. cdd25ab glsl/pp: quieten compiler about missing case statements by Keith Whitwell · 15 years ago
  89. cc7a2d8 i965g: Rename {pf->util_format}_is_depth_or_stencil() by Tomas Carnecky · 15 years ago
  90. 315ca95 [i965] Rename {pf -> util}_format_is_depth_or_stencil() by Tomas Carnecky · 15 years ago
  91. f677480 intel: Replace some gen3 IS_* checks with context structure usage. by Eric Anholt · 15 years ago
  92. cb3810d intel: Replace IS_965 checks with context structure usage. by Eric Anholt · 15 years ago
  93. 0b87f14 intel: Replace IS_G4X() across the driver with context structure usage. by Eric Anholt · 15 years ago
  94. 1c96e85 intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync. by Eric Anholt · 15 years ago
  95. b08ed4f mesa: Fix a NULL deref in glDeleteFragmentShaderATI(badname); by Eric Anholt · 15 years ago
  96. fbeceec mesa: remove unnecessary store. by Eric Anholt · 15 years ago
  97. 6260d4a mesa: Remove an unnecessary store reported by clang. by Eric Anholt · 15 years ago
  98. d85a6f7 intel: Fix leakage of active texture state in glBitmap fp metaops. by Eric Anholt · 15 years ago
  99. e3202a8 i915: Fix use of uninitialized variable in OPCODE_NOISE stub. by Eric Anholt · 15 years ago
  100. d203dbc mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage. by Eric Anholt · 15 years ago