1. fc77dee i915g: Enable mirror repeat wrap mode by Jakob Bornecrantz · 14 years ago
  2. 4407e50 i915g: Always set vbo to flush on flushes by Jakob Bornecrantz · 14 years ago
  3. 671018a intel: gen3 is particular sensitive to batch size by Chris Wilson · 14 years ago
  4. 19ac5fa i915: And remember assign the new value to the state reg... by Chris Wilson · 14 years ago
  5. 4484297 Fix GLX_USE_TLS define. by Tom Fogal · 14 years ago
  6. 0ed5bf6 r600g: Request DWORD aligned vertex buffers. by Fabian Bieler · 14 years ago
  7. b65e219 st/mesa: fix computing the lowest address for interleaved attribs by Wiktor Janas · 14 years ago
  8. 6d1f28d vbo: added vbo_check_buffers_are_unmapped() debug function by Brian Paul · 14 years ago
  9. bcd017f vbo: removed unused #defines, add comments by Brian Paul · 14 years ago
  10. eb24a5a mesa: move comment, change debug code by Brian Paul · 14 years ago
  11. d7fcb2a vbo: simplify NeedFlush flag clearing by Brian Paul · 14 years ago
  12. d8aebc4 vbo: use ctx intstead of exec->ctx by Brian Paul · 14 years ago
  13. cbe47a2 r300g: fix missing initializers warning by Brian Paul · 14 years ago
  14. 7898d2a i915g: remove extra semicolons by Brian Paul · 14 years ago
  15. 90e227f xlib: pass Display pointer to XMesaGarbageCollect() by Andy Skinner · 14 years ago
  16. 2bfc23f i965: Increase Sandybridge point size clamp. by Kenneth Graunke · 14 years ago
  17. 4a3b281 i965/fs: Correctly set up gl_FragCoord.w on Sandybridge. by Kenneth Graunke · 14 years ago
  18. df2aef0 i965/fs: Refactor control flow stack handling. by Kenneth Graunke · 14 years ago
  19. 2c2686b i965/fs: Avoid register coalescing away gen6 MATH workarounds. by Kenneth Graunke · 14 years ago
  20. 72cd7e8 i965/fs: Apply source modifier workarounds to POW as well. by Kenneth Graunke · 14 years ago
  21. 3e91070 i965: Fix shaders that write to gl_PointSize on Sandybridge. by Kenneth Graunke · 14 years ago
  22. c6cedd4 mesa: Avoid undeclared ffs function warning on mingw. by José Fonseca · 14 years ago
  23. 7aeb610 gallium: s/PIPE_TRANSFER_CPU_READ/PIPE_TRANSFER_READ/ in comments. by José Fonseca · 14 years ago
  24. 0562f44 gallium/docs: Update PIPE_TRANSFER_xx docs. Reformat to use definitions. by José Fonseca · 14 years ago
  25. fad8497 gallium: new transfer flag: DISCARD_WHOLE_RESOURCE by Keith Whitwell · 14 years ago
  26. 695cdee st/mesa: fix crash when using both user and vbo buffers with the same stride by Marek Olšák · 14 years ago
  27. 7942e6a st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULL by Marek Olšák · 14 years ago
  28. 3adc108 i965: Trim the interleaved upload to the minimum number of vertices by Chris Wilson · 14 years ago
  29. b4cbd2b i965: Reinstate max-index paranoia by Chris Wilson · 14 years ago
  30. 3377faf i965: Zero the offset into the vbo when uploading non-interleaved by Chris Wilson · 14 years ago
  31. 94ccc31 st/dri: Track drawable context bindings by Jakob Bornecrantz · 14 years ago
  32. 9e872a5 i965: Fix VB packet reuse when offset for the new buffer isn't stride aligned. by Eric Anholt · 14 years ago
  33. 12f25eb Revert "mesa: convert macros to inline functions" by Brian Paul · 14 years ago
  34. e2d108e st/mesa: need to translate clear color according to surface's base format by Brian Paul · 14 years ago
  35. c966c69 st/mesa: fix the default case in st_format_datatype() by Brian Paul · 14 years ago
  36. 55a3c35 i915g: add some throttling by Daniel Vetter · 14 years ago
  37. 1e96663 i915g: s/bool/boolean/ style-fixup in winsys by Daniel Vetter · 14 years ago
  38. 593ba7b i915g: Fix warning by Jakob Bornecrantz · 14 years ago
  39. 43e6fe5 i915g: Add option to lie about caps by Jakob Bornecrantz · 14 years ago
  40. 27b49e9 i915g: Move debug fields to screen by Jakob Bornecrantz · 14 years ago
  41. fe6800a i915g: Use debug get once options by Jakob Bornecrantz · 14 years ago
  42. 3c74ecf i915g: Rework texture tiling a bit by Jakob Bornecrantz · 14 years ago
  43. e7e1fd0 i915g: Anisotropic filtering works by Jakob Bornecrantz · 14 years ago
  44. a641766 i915g: TODO about point sprites by Jakob Bornecrantz · 14 years ago
  45. e7cdcef i915g: TODO about untested code hidden behind caps by Jakob Bornecrantz · 14 years ago
  46. e3c9bf1 i915g: Reorg caps by Jakob Bornecrantz · 14 years ago
  47. 7dbafea st/mesa: fix incorrect texture size allocation in st_finalize_texture() by Brian Paul · 14 years ago
  48. 4cdcec0 st/mesa: refactor guess_and_alloc_texture() code by Brian Paul · 14 years ago
  49. 51f9713 st/mesa: fix mipmap generation for non-POW textures by Brian Paul · 14 years ago
  50. e9ff76a mesa: convert macros to inline functions by Brian Paul · 14 years ago
  51. da9adb9 vbo: more comments by Brian Paul · 14 years ago
  52. 6f027ba vbo: make vbo_exec_FlushVertices_internal() static by Brian Paul · 14 years ago
  53. bbd756e vbo: remove old debug code, add comments by Brian Paul · 14 years ago
  54. 7cba2df vbo: rename, document function params by Brian Paul · 14 years ago
  55. f0c8e7c vbo: comments by Brian Paul · 14 years ago
  56. 0ba2810 vbo: replace assert(0) with proper assertions by Brian Paul · 14 years ago
  57. ae4b6e0 vbo: rename some vars, add new comments, fix formatting, etc. by Brian Paul · 14 years ago
  58. 8b2598d vbo: use ctx instead of exec->ctx by Brian Paul · 14 years ago
  59. f9e1542 radeon: add default switch case to silence unhandled enum warning by Brian Paul · 14 years ago
  60. 497baf4 Use C-style system headers in C++ code to avoid issues with std:: namespace by Ian Romanick · 14 years ago
  61. 5a1fbf0f intel: Fix insufficient integer width for upload buffer offset by Chris Wilson · 14 years ago
  62. dcb21d8 svga: Remove some remaining fake S3TC rendering support. by José Fonseca · 14 years ago
  63. a43f20e i965: Remove spurious duplicate ADVANCE_BATCH by Chris Wilson · 14 years ago
  64. 2c6793f i915: Emit a single relocation per vbo by Chris Wilson · 14 years ago
  65. 298ebb7 i915: Suppress emission of redundant stencil updates by Chris Wilson · 14 years ago
  66. 7c97e28 i915: Separate BLEND from general context state. by Chris Wilson · 14 years ago
  67. 4f82585 i915: Only flag context changes if the actual state is changed by Chris Wilson · 14 years ago
  68. 0b0cad3 i915: suppress repeated sampler state emission by Chris Wilson · 14 years ago
  69. 87641cf i915: Eliminate redundant CONSTANTS updates by Chris Wilson · 14 years ago
  70. 41260a9 i965: Use compiler builtins when available by Chris Wilson · 14 years ago
  71. 8ea6e98 i965: Micro-optimise check_state by Chris Wilson · 14 years ago
  72. 50ade6e intel: use throttle ioctl for throttling by Chris Wilson · 14 years ago
  73. 46131a8 i965: Remove unused 'next_free_page' member by Chris Wilson · 14 years ago
  74. 57ca080 intel: Skip the flush before read-pixels via blit by Chris Wilson · 14 years ago
  75. c625aa1 intel: extend current vertex buffers by Chris Wilson · 14 years ago
  76. a07e481 intel: Use specified alignment for writes into the upload buffer by Chris Wilson · 14 years ago
  77. d9e5913 i965: Clean up brw_prepare_vertices() by Chris Wilson · 14 years ago
  78. 3630d5b intel: combine short memcpy using a temporary allocated buffer by Chris Wilson · 14 years ago
  79. dfc6c96 i965: upload normal arrays as interleaved by Chris Wilson · 14 years ago
  80. 94d73d7 i965: interleaved vbo by Chris Wilson · 14 years ago
  81. 559435d i965: emit one vb packet per vbo by Chris Wilson · 14 years ago
  82. abb5109 i965: upload transient indices into the same discontiguous buffer by Chris Wilson · 14 years ago
  83. 60bb3e5 i965: suppress repeat-emission of identical vertex elements by Chris Wilson · 14 years ago
  84. aac1209 i965: Move repeat-instruction-suppression to batchbuffer core by Chris Wilson · 14 years ago
  85. 8d68a90 intel: use pwrite for batch by Chris Wilson · 14 years ago
  86. 3f55683 i965: drop state_bo references to batch_bo by Chris Wilson · 14 years ago
  87. 1be3764 i965: directly write wm state to batch by Chris Wilson · 14 years ago
  88. df15654 i965: write cc straight to batch by Chris Wilson · 14 years ago
  89. f296065 i965: switch gen6 to use its own cc state bo by Chris Wilson · 14 years ago
  90. 8a9e67b intel: Buffered upload by Chris Wilson · 14 years ago
  91. 40ee154 intel: Replace the bo for a complete update by Chris Wilson · 14 years ago
  92. abb3786 i965: Combine vb upload buffer with the general upload buffer by Chris Wilson · 14 years ago
  93. e476e12 intel: Pack dynamic draws together by Chris Wilson · 14 years ago
  94. d0809d7 intel: Use system memory for DYNAMIC_DRAW source objects by Chris Wilson · 14 years ago
  95. 45ba7af i965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFER by Chris Wilson · 14 years ago
  96. 13bab58 i965: Fallback on encountering a NULL render buffer by Chris Wilson · 14 years ago
  97. 8033700 i915g: s/__func__/__FUNCTION__/ by Vinson Lee · 14 years ago
  98. c0122da i915g: kill remnants of mmapped batchbuffer support by Daniel Vetter · 14 years ago
  99. fa18680 i915g: Add winsys/i915/sw to scons build by Jakob Bornecrantz · 14 years ago
  100. 20ff6a2 i915g: Fix void ptr arith by Jakob Bornecrantz · 14 years ago