1. 25485f4 gallium: kill is_resource_referenced by Marek Olšák · 14 years ago
  2. 2b64886 swrastg: Add __DRI_TEX_BUFFER support by Adam Jackson · 14 years ago
  3. d7db14a mesa: test against MaxUniformComponents in check_resources() by Brian Paul · 14 years ago
  4. e0e9402 mesa: move location of some geometry program limits by Brian Paul · 14 years ago
  5. 8cc84b3 mesa: use check_resources() to check program against limits by Brian Paul · 14 years ago
  6. decc6e2 mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines by Brian Paul · 14 years ago
  7. 4293a12 mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objects by Brian Paul · 14 years ago
  8. a4a5d7e vega: remove unused pipe var by Brian Paul · 14 years ago
  9. 530ad1f svga: Propagate discard/unsynchronized flags to the host when doing texture DMAs. by José Fonseca · 14 years ago
  10. f0ea639 util: Fix typo in u_upload_flush(). by José Fonseca · 14 years ago
  11. b6c9c78 r300g: fix alignement for NPOT values in hyperz setup by Nicolas Peninguy · 14 years ago
  12. 8a01cb8 draw: remove unnecessary flush by Marek Olšák · 14 years ago
  13. cb06f18 st/vega: remove unnecessary flushes by Marek Olšák · 14 years ago
  14. bdf1038 st/mesa: remove unnecessary flushes by Marek Olšák · 14 years ago
  15. ded1e31 Revert "gallium/svga: Only upload parts of vertexarrays that are actually used" by Thomas Hellstrom · 14 years ago
  16. fb3b712 i915g: implement surface clear functions using hw-clear by Daniel Vetter · 14 years ago
  17. 6ad4a11 i915g: make set_framebuffer_state more robust by Daniel Vetter · 14 years ago
  18. 6358e63 i915g: implement hw clear by Daniel Vetter · 14 years ago
  19. 8c420db i915g: blitter handles overlapping blits by Daniel Vetter · 14 years ago
  20. 55d2d7f i915g: enable separate depth/stencil clears by Daniel Vetter · 14 years ago
  21. 9070879 i915g: streamline derived state updates of the driver pipeline by Daniel Vetter · 14 years ago
  22. b0dd74a i915g: don't validate a NULL vbo by Daniel Vetter · 14 years ago
  23. 7dcf019 gallium/util: new polygon stipple utility helper by Brian Paul · 14 years ago
  24. 0eab3a8 glsl: silence warning in printf() with a cast by Brian Paul · 14 years ago
  25. 76a43c5 glx: fix null pointer deref in __glXGenerateError() by Brian Paul · 14 years ago
  26. 6d4e337 gallium/svga: Only upload parts of vertexarrays that are actually used by Thomas Hellstrom · 14 years ago
  27. 9b7f377 r600: don't close fd on failed load by Dave Airlie · 14 years ago
  28. f6ca4a3 intel: Don't complain when getparam fails due to a missing param. by Eric Anholt · 14 years ago
  29. ea004a3 i965: Pack the tracked state atoms into separate arrays for prepare/emit. by Chris Wilson · 14 years ago
  30. caaa7fd nv50: add back initialization of redefine_user_buffer by Christoph Bumiller · 14 years ago
  31. bb4f2a0 r600g: remove some now unneeded code from r600_bc_vtx_build by Christian König · 14 years ago
  32. 2ed56d3 r600g: R700+ can do more than 8 tex and vtx clause in one CF inst by Christian König · 14 years ago
  33. 8dc1dfc r600g: split R600 and R700 CF generation for VTX and TEX by Christian König · 14 years ago
  34. 8308272 svga: Add a new winsys entry point to query the hw version. by José Fonseca · 14 years ago
  35. d5249b7 util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write. by José Fonseca · 14 years ago
  36. 05efcee util: add ensure_sanity checks, fix a bug by Keith Whitwell · 14 years ago
  37. 20962bf util: improve cache collision behaviour by Keith Whitwell · 14 years ago
  38. d00cbf4 util: Add remove to util_cache by Alex Corscadden · 14 years ago
  39. eb2e816 util: Allow util_draw_texquad to draw quads with non-integer coordinates. by Alex Corscadden · 14 years ago
  40. 0ffd603 wgl: Force framebuffer validation on glViewport. by José Fonseca · 14 years ago
  41. 52e598d gallium/svga: Don't replace user vertex buffer with uploaded copy by Thomas Hellstrom · 14 years ago
  42. c0d3fb4 scons: Fix immediate Python exceptions with SCons on SunOS. by Vinson Lee · 14 years ago
  43. 67f6119 st/python: Add timeout parameter to fence_finish. by Vinson Lee · 14 years ago
  44. ac8821f r300g: handle timeout parameter in fence_finish by Marek Olšák · 14 years ago
  45. b39bccb gallium: add timeout parameter to fence_finish by Marek Olšák · 14 years ago
  46. 5257a6d st/mesa: implement ARB_sync by Marek Olšák · 14 years ago
  47. 5ef807c r300g: add LATC support by Marek Olšák · 14 years ago
  48. b0ec461 st/mesa: cleanup checking for signed compressed formats in generate_mipmaps by Marek Olšák · 14 years ago
  49. 384845f st/mesa: add LATC and 3DC support by Marek Olšák · 14 years ago
  50. 23f92c2 gallium/util: add LATC support by Marek Olšák · 14 years ago
  51. 69f16ac mesa: add ATI_texture_compression_3dc by Marek Olšák · 14 years ago
  52. 7d16e2c mesa: add EXT_texture_compression_latc by Marek Olšák · 14 years ago
  53. 12fa91b st/mesa: Fix an incorrect user vertex buffer reference by Thomas Hellstrom · 14 years ago
  54. ef58598 vbo: mark vertex arrays as dirty when re-binding by Marek Olšák · 14 years ago
  55. ff8baec r300/compiler: remove unused variables by Marek Olšák · 14 years ago
  56. bdb6a6e glsl: Use insert_before for lists instead of open coding it by Ian Romanick · 14 years ago
  57. 60f898a linker: Add imported functions to the linked IR by Ian Romanick · 14 years ago
  58. 8bbfbb1 glsl: Add several function / call related validations by Ian Romanick · 14 years ago
  59. 2df56b0 glsl: Function signatures cannot have NULL return type by Ian Romanick · 14 years ago
  60. 719f07e r600g: set start instance correctly by Christian König · 14 years ago
  61. 4a80273 swrast: flip the conditionals in shadow_compare4() for readability by Brian Paul · 14 years ago
  62. d9f584e swrast: add coord clamping, fix comparisons for shadow testing by Philip Taylor · 14 years ago
  63. 9181a75 docs: added Depth format cube textures to GL3.txt list by Brian Paul · 14 years ago
  64. 5650a71 r300g: decide whether a flush should be asynchronous when calling it by Marek Olšák · 14 years ago
  65. 6051f26 r300g: use pipelined transfers for RGTC textures by Marek Olšák · 14 years ago
  66. 4dfcf3c r300/compiler: fix equal and notequal shadow compare functions by Marek Olšák · 14 years ago
  67. 94818d4 r300/compiler: detect constants harder by Marek Olšák · 14 years ago
  68. 4f38261 r300/compiler: improve the detection of constants for constant folding by Marek Olšák · 14 years ago
  69. eb1acd1 r300/compiler: saturate Z before the shadow comparison by Marek Olšák · 14 years ago
  70. 2c1ef65 llvmpipe: clamp texcoords in lp_build_sample_compare() by Brian Paul · 14 years ago
  71. 0eef561 softpipe: clamp texcoords in sample_compare() by Philip Taylor · 14 years ago
  72. a674ef7 mesa: return after invalidating renderbuffer by Marek Olšák · 14 years ago
  73. fb5d9e1 st/mesa: fail to alloc a renderbuffer if st_choose_renderbuffer_format fails by Marek Olšák · 14 years ago
  74. df818d5 mesa: invalidate framebuffer if internal format of renderbuffer is changed by Marek Olšák · 14 years ago
  75. f4ca12c mesa: initialize DummyBufferObject's mutex by Brian Paul · 14 years ago
  76. ce6f16d st/mesa: fix incorrect version checking code by Brian Paul · 14 years ago
  77. 8329f4d st/glx: whitespace, 80-column fixes by Brian Paul · 14 years ago
  78. 51db204 mesa: remove stray _mesa_finish() call in _mesa_CopyPixels() by Brian Paul · 14 years ago
  79. 0e4750a r600g: Simplify some swizzle lookups. by Henri Verbeet · 14 years ago
  80. eac5029 r600g: Constant buffers can contain up to 4096 constants. by Henri Verbeet · 14 years ago
  81. a8bde5c i915: Only invert wpos when rendering to the system framebuffer. by Henri Verbeet · 14 years ago
  82. a99b237 i915: Derive the gl_fragment_program from i915_fragment_program. by Henri Verbeet · 14 years ago
  83. c3c91a0 glx: Take GLPROTO_CFLAGS into account. by Henri Verbeet · 14 years ago
  84. 6547253 intel: check for miptree allocation failure by Chris Wilson · 14 years ago
  85. de7678e intel: Add some defense against buffer allocation failure for subimage blits by Chris Wilson · 14 years ago
  86. f627d42 intel: Add some defense against bo allocation failure by Chris Wilson · 14 years ago
  87. 4f6fbfa egl_dri2: Add attribute map for __DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLE by Benjamin Franzke · 14 years ago
  88. e0cf847 r600g: use long long integers for instance addr calculation by Christian König · 14 years ago
  89. 6538b58 glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB. by Dave Airlie · 14 years ago
  90. b09b3e5 glx: add initial GLX_EXT_framebuffer_sRGB support. by Dave Airlie · 14 years ago
  91. 7cb1786 pb: Add is_buffer_busy for malloc buffers. by José Fonseca · 14 years ago
  92. e1510d4 st/wgl: No need to initialize OneTimeLock anymore. by José Fonseca · 14 years ago
  93. b531b01 mapi: _glthread_DECLARE_STATIC_MUTEX is not broken on Windows. by José Fonseca · 14 years ago
  94. e640eec trace: Use pipe_static_mutex. by José Fonseca · 14 years ago
  95. db6d0d9 os: Fix pipe_static_mutex on Windows. by José Fonseca · 14 years ago
  96. 5e1b310 graw-gdi: Silence gcc missing initialization warning. by José Fonseca · 14 years ago
  97. f95892b i915g: update TODO by Daniel Vetter · 14 years ago
  98. b6a9675 r300g/swtcl: advertise draw_instanced and primitive_restart by Marek Olšák · 14 years ago
  99. 65482f2 r300g: implement instanced arrays by Marek Olšák · 14 years ago
  100. 95c7881 gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR by Marek Olšák · 14 years ago