1. 9bae03a [965] Fix inversion of SLT/SGE results in vertex programs. by Eric Anholt · 17 years ago
  2. 6a5e86b [965] Rename depth_mask in CC key to depth_write, since it's a boolean enable. by Eric Anholt · 17 years ago
  3. 93ec89e [965] Fix the type of alpha_ref in CC key, fixing ppracer rendering. by Eric Anholt · 17 years ago
  4. 0c275b6 autoconf: Use -fno-strict-aliasing on GCC by Dan Nicholson · 17 years ago
  5. b039b78 Fix the compile of disabled DEBUG_PARSING code. by Eric Anholt · 17 years ago
  6. 185320a Bug #13492: Only call ProgramStringNotify if program parsing succeeded. by Eric Anholt · 17 years ago
  7. 4652e35 [965] Increase max relocation count, fixing assertions by blender. by Eric Anholt · 17 years ago
  8. bb73cf9 [i915] Prevent recursive batchbuffer flushing. by Kristian Høgsberg · 17 years ago
  9. 3ad9ca8 i965: fix an assert fail in brw_new_batch by Zou Nan hai · 17 years ago
  10. ffa8b18 [i915] Fix recursive lock hang in intelContendedLock handling. by Eric Anholt · 17 years ago
  11. d42400d [intel] Delay unmapping of driver-private buffers to reduce map/unmap thrashing. by Eric Anholt · 17 years ago
  12. 7fec1eb [965] Force a new vertex upload buffer at new batch time. by Eric Anholt · 17 years ago
  13. 544ab20 Allow osmesa to be enabled or disabled by Dan Nicholson · 17 years ago
  14. 540faf5 [965] Remove an open-coded memcpy. by Eric Anholt · 17 years ago
  15. 9bf9122 [intel] Remove gratuitous (batchbuffer) flush before doing buffer clears. by Eric Anholt · 17 years ago
  16. 3d273ae [intel] Report buffer size when allocating with INTEL_DEBUG=bufmgr and TTM. by Eric Anholt · 17 years ago
  17. 609ad99 [965] Improve performance by allocating CURBE buffers a page at a time. by Eric Anholt · 17 years ago
  18. 4e5b362 [intel] Remove a gratuitous flush at the end of ClearWithTris. by Eric Anholt · 17 years ago
  19. ab2933d [intel] Only flush batch when changing draw buffers, not every cliprect update. by Eric Anholt · 17 years ago
  20. a04b632 [intel] Add more cliprect modes to cover other meanings for batch emits. by Eric Anholt · 17 years ago
  21. 7086df5 i965: fix bug #14002 by Xiang, Haihao · 17 years ago
  22. c30392f i965: fix segfault caused by commit e131c46b20241737ceba4856dbe01dcca6dd2c03. by Xiang, Haihao · 17 years ago
  23. e131c46 [intel] Simplify intelCreateBuffer() a bit. by Kristian Høgsberg · 17 years ago
  24. 33c42c1 [intel] Prepare intelCopyBuffer() for private back buffers. by Kristian Høgsberg · 17 years ago
  25. 24e7e45 Factor out code to do the DRM_I830_GETPARAM ioctl. by Kristian Høgsberg · 17 years ago
  26. f1139e4 Fold DoBindContext() helper function into driBindContext(). by Kristian Høgsberg · 17 years ago
  27. 4225876 [intel] Re-allocate backing buffer objects on BufferData. by Eric Anholt · 17 years ago
  28. 7da98d7 [965] Allow more than one draw_prims per batchbuffer. by Eric Anholt · 17 years ago
  29. dc1608a [965] Replace the always_update dirty flag with BRW_NEW_BATCH. by Eric Anholt · 17 years ago
  30. 5f86ae0 [intel] Rename lost_hardware vtbl entry to new_batch. by Eric Anholt · 17 years ago
  31. d9edd8e [965] Remove drawing rect upload, which is handled (better) by the kernel. by Eric Anholt · 17 years ago
  32. beddf65 [intel] Clean up cliprect handling in intel drivers. by Eric Anholt · 17 years ago
  33. 7ce12b0 [intel] Remove the dead intel->need_flush member. by Eric Anholt · 17 years ago
  34. 5a49e84 [965] Clarify a bit of index buffer upload code. by Eric Anholt · 17 years ago
  35. 8c4806c fix bug 13978: glDrawBuffersARB() didn't set all necessary state by Brian · 17 years ago
  36. c0fd6a0 [intel] Add TTM bufmgr debug for type or offset migration of buffers. by Eric Anholt · 17 years ago
  37. 3369cd9 i915: Keith Whitwell's swizzling TEX patch. fix #8283 by Xiang, Haihao · 17 years ago
  38. 601a6b8 Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes by Brian · 17 years ago
  39. ff73c78 Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. by Brian · 17 years ago
  40. 9f6022d fix depth/1 typo in glTexImage3D proxy code by Brian · 17 years ago
  41. 48aa35a check if span length > 0 before calling _swrast_write_rgba_span() by Brian · 17 years ago
  42. e7044d5 i915: don't validate PS program when falling back to software by Xiang, Haihao · 17 years ago
  43. 1535637 intel: some initialization for dri_bufmgr_ttm by Xiang, Haihao · 17 years ago
  44. 62842e7 [intel] Add a single-entry relocation buffer cache. by Eric Anholt · 17 years ago
  45. 8abffad [intel] Convert relocations to not be cleared out on buffer submit. by Eric Anholt · 17 years ago
  46. 0ff3eb6 [965] Fix some missing initialization in WM keys. by Eric Anholt · 17 years ago
  47. 15653b5 fix fd.o bug #13761 MRD computation is now changed in mesa core by Zou Nan hai · 17 years ago
  48. 9e9f6f1 [965] Convert WM unit to use a cache key instead of brw_cache_data. by Eric Anholt · 17 years ago
  49. 03b59ed [965] Convert VS unit to use a cache key instead of brw_cache_data. by Eric Anholt · 17 years ago
  50. 77e6cf8 [965] Convert SF unit to use a cache key instead of brw_cache_data. by Eric Anholt · 17 years ago
  51. 3149119 [965] Convert GS unit to use a cache key instead of brw_cache_data. by Eric Anholt · 17 years ago
  52. 114b802 [965] Convert clip unit to use a cache key instead of brw_cache_data. by Eric Anholt · 17 years ago
  53. b35811e [965] Convert CC unit to use a cache key instead of brw_cache_data. by Eric Anholt · 17 years ago
  54. a95b48d [965] Convert surface state to use a cache key instead of brw_cache_data. by Eric Anholt · 17 years ago
  55. 3e3644c [965] Convert sampler state to use a cache key instead of brw_cache_data. by Eric Anholt · 17 years ago
  56. a099461 Revert "[intel] Use the memory type mask containing the caching flags." by Eric Anholt · 17 years ago
  57. 8bb9ae3 [intel] Use the memory type mask containing the caching flags. by Eric Anholt · 17 years ago
  58. a3c435b Set correct flags mask when validating buffers. by Keith Packard · 17 years ago
  59. 4cc02fb [965] Improve performance by including reloc target buffer pointers in keys. by Eric Anholt · 17 years ago
  60. de42774 additional stub functions by Brian · 17 years ago
  61. 7d6d665 additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767) by Brian · 17 years ago
  62. 60d762a i915: Needn't adjust pixel centers. fix #12944 by Xiang, Haihao · 17 years ago
  63. 524304c Revert "r300: fix bug with maniadrive rendering" by Dave Airlie · 17 years ago
  64. a5c84de remove unneeded conditional by Brian · 17 years ago
  65. f0676cc fix vbo display list memleak upon context destruction by Brian · 17 years ago
  66. 6c0fc07 fix glUniform4f typo by Brian · 17 years ago
  67. 9b3162b additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767) by Brian · 17 years ago
  68. 2bf2a8c Convert to 0/1 when setting boolean uniforms by Bruce Merry · 17 years ago
  69. 3f94802 Make use of count in _mesa_uniform_matrix by Bruce Merry · 17 years ago
  70. 239be83 Add a test program to test for assorted bugs in shader_api.c by Bruce Merry · 17 years ago
  71. 89b8032 More fixes to shader_api by Bruce Merry · 17 years ago
  72. eeb03fa Fix several bugs relating to uniforms and attributes in GLSL API by Bruce Merry · 17 years ago
  73. 8349073 added 'get' info for framebuffer object tokens by Brian · 17 years ago
  74. 76387de add 'Get' info for MAX_3D_TEXTURE_SIZE (for bug 13811) by Brian · 17 years ago
  75. d3033ca t_vp_build: fix temporary register allocation to minimise the allocations by Hans de Goede · 17 years ago
  76. 2290ea7 rx00: fix off by one error in tempreg check by Hans de Goede · 17 years ago
  77. cc50edb r300: fix bug with maniadrive rendering by Dave Airlie · 17 years ago
  78. 73f6f7e autoconf: Remind developers to bump version numbers in configure.ac by Dan Nicholson · 17 years ago
  79. d0ebdca fix fd.o bug #13847 by Zou Nan hai · 17 years ago
  80. 3956597 Bug #13839: Fix 3D texture offset miscalculation with pixels versus bytes. by Roland Scheidegger · 17 years ago
  81. aecec3a Merge branch 'autoconf2' by Dan Nicholson · 17 years ago
  82. aac2d99 i915: reset swrast state after calling swrast DrawPixels. by Xiang, Haihao · 17 years ago
  83. 2b440d5 Merge branch 'master' into autoconf2 by Dan Nicholson · 17 years ago
  84. ab57cba autoconf: Helper options for adding GCC 32/64 bit flags by Dan Nicholson · 17 years ago
  85. b422e5a i915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806b9a8 from 965. fix #11925 by Xiang, Haihao · 17 years ago
  86. cf46aee mesa: fix a bad cast in put_values_z24. by Xiang, Haihao · 17 years ago
  87. 166a828 __driConfigOptions must be PUBLIC. by Adam Jackson · 17 years ago
  88. 0b7e0f8 R300: RV410 SE chips have half the pipes of regular RV410 by Alex Deucher · 17 years ago
  89. 4c5a2b3 autoconf: Documentation for using the autoconf'd build by Dan Nicholson · 17 years ago
  90. 2647314 fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527) by Roland Scheidegger · 17 years ago
  91. 2f3e939 Silence compiler warnings from XML error macros. by Kristian Høgsberg · 17 years ago
  92. 9136e1f [965] Fix and enable separate stencil. by Eric Anholt · 17 years ago
  93. 9e68e19 [intel] Move some pixel path support from drivers to shared. by Eric Anholt · 17 years ago
  94. f8830a1 intel: cast a pointer to unsigned long, avoid potential error. by Xiang, Haihao · 17 years ago
  95. bea6b5f [965] Enable EXT_framebuffer_object. by Eric Anholt · 17 years ago
  96. 106f398 [965] Actually enable SGIS_generate_mipmap. by Eric Anholt · 17 years ago
  97. 101abee [intel] Fix and reenable (software) SGIS_generate_mipmap by Eric Anholt · 17 years ago
  98. b2f6260 [intel] Allow driver hooks to be NULL in intel_buffers.c and just update flags. by Eric Anholt · 17 years ago
  99. fcd1e9d [i915] Move meta_draw_quad into the vtbl with other meta operations. by Eric Anholt · 17 years ago
  100. 2761cfc return correct size from glGetActiveUniform (bug 13751) by Brian · 17 years ago