1. 8ea45a2 r300g: fix up the CS size of the rasterizer state by Marek Olšák · 14 years ago
  2. 6dd6830 intel: Finalize the miptree before mapping it for fallbacks. by Eric Anholt · 14 years ago
  3. 1ea7a6a i965: Fix the name of aa_coverage_slope in the improved AA line params. by Eric Anholt · 14 years ago
  4. 0ea927b graw: add two examples using new register files by Zack Rusin · 14 years ago
  5. 101f792 gallium: add a temporary array register file by Zack Rusin · 14 years ago
  6. 2b221e1 gallium: add a new register file - immediate array by Zack Rusin · 14 years ago
  7. d7f4250 llvmpipe: Fix pointer dereference after free. by José Fonseca · 14 years ago
  8. 17c9d7e llvmpipe: limit the number of fragment shader variants kept around by Roland Scheidegger · 14 years ago
  9. ff8e145 r300g: fix hardlocks in occlusion queries by Marek Olšák · 14 years ago
  10. 3c351e2 r300g: debug option for fake occlusion queries by Marek Olšák · 14 years ago
  11. 4320a45 draw: implement triangle strips with adjacency in geometry shader by Zack Rusin · 14 years ago
  12. f542a27 draw: implement triangle lists with adjacency support in gs by Zack Rusin · 14 years ago
  13. 06b8547 draw: fix a silly error by Zack Rusin · 14 years ago
  14. eb33dd6 draw: implement line strip adjacency by Zack Rusin · 14 years ago
  15. dc8f64c draw: implement lines with adjacency in geometry shaders by Zack Rusin · 14 years ago
  16. 9186205 draw: validate stream output buffers by Zack Rusin · 14 years ago
  17. c85971d draw: fix some unsigned issue by Zack Rusin · 14 years ago
  18. da39d5d egl: s/EGL_DISPLAY/EGL_PLATFORM/. by Chia-I Wu · 14 years ago
  19. 6f690ca egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/. by Chia-I Wu · 14 years ago
  20. 8f3e48e st/egl: Build sw/fbdev winsys for fbdev backend. by Chia-I Wu · 14 years ago
  21. c3c2023 r300g: more reasonable MSPOS defaults in error path by Marek Olšák · 14 years ago
  22. 6771622 r300g: fix surface leaks by Marek Olšák · 14 years ago
  23. 1e6d51e gallium/docs: GLSL glossary entry. by Corbin Simpson · 14 years ago
  24. f98c462 gallium/docs: Explain DFRACEXP/DLDEXP. by Corbin Simpson · 14 years ago
  25. dbc95e8 gallium/docs: Remove unneeded "doubles", add double blurb. by Corbin Simpson · 14 years ago
  26. 9d4cb6e gallium/docs: Label opcodes by capability bits. by Corbin Simpson · 14 years ago
  27. 92867dc gallium/docs: R and RG texture swizzles. by Corbin Simpson · 14 years ago
  28. e7d05f1 gallium/docs: Flesh out the distro information. by Corbin Simpson · 14 years ago
  29. 517a4fb gallium/docs: Fix RST error. by Corbin Simpson · 14 years ago
  30. 2412188 r300g: Fix uninitialized variable warnings in error path. by Vinson Lee · 14 years ago
  31. 8417854 intel: Remove unnecessary headers. by Vinson Lee · 14 years ago
  32. 638a80b draw: make sure we correctly iterate over output buffers on stream out by Zack Rusin · 14 years ago
  33. 509ff13 graw: remove wrong test by Zack Rusin · 14 years ago
  34. 0b8e198 draw: add stream output decomposition file by Zack Rusin · 14 years ago
  35. 2875317 draw: rewrite stream output to handle all the dark corners by Zack Rusin · 14 years ago
  36. 668fa68 translate: don't crash on elts paths with instances by Zack Rusin · 14 years ago
  37. e41ad8d r300g: Fix up resolve. by Corbin Simpson · 14 years ago
  38. 61145c0 r300g: Fix MSAA state size. by Corbin Simpson · 14 years ago
  39. 8ecca39 r300g: Don't multisample non-32-bpp render targets. by Corbin Simpson · 14 years ago
  40. 68cefb4 r300g: Finish resolve function. by Corbin Simpson · 14 years ago
  41. e163fc0 r300g: Add resource resolve function. by Corbin Simpson · 14 years ago
  42. a91fea6 r300g: Moar MSAA setup. by Corbin Simpson · 14 years ago
  43. 3784b0f r300g: Fix indentation. by Corbin Simpson · 14 years ago
  44. 5c58618 r300g: Old MSAA code from before gallium-msaa. by Corbin Simpson · 14 years ago
  45. 867478b util: add alloc check by Alan Hourihane · 14 years ago
  46. 51729b5 draw: add alloc check by Alan Hourihane · 14 years ago
  47. 7164652 r600: GL_COORD_REPLACE state is only relevant when point sprites are enabled. by Henri Verbeet · 14 years ago
  48. 5552dff r600: fix warnings by Marc · 14 years ago
  49. cbf30fc osmesa: always build standalone for internal symbols by Dan Nicholson · 14 years ago
  50. 1c377ce draw: handle some out of memory conditions by Alan Hourihane · 14 years ago
  51. 9829ec2 graw: add a gs test for non-sequential inputs by Zack Rusin · 14 years ago
  52. 88308ea draw: Remove unnecessary headers. by Vinson Lee · 14 years ago
  53. 3560652 gs: make sure we end primitives when finishing executing shaders by Zack Rusin · 14 years ago
  54. 215e10a draw/gs: make sure gs works with elts and doesn't overrun the buffer by Zack Rusin · 14 years ago
  55. 80dfec3 mesa: Allow querying the system FBO in GetFramebufferAttachmentParameteriv by Kristian Høgsberg · 14 years ago
  56. 726f18e graw: test multiple cb's in geometry shaders by Zack Rusin · 14 years ago
  57. ec82e9f graw: fix setup for multiple constant buffers by Zack Rusin · 14 years ago
  58. bf57739 draw: run the pipeline with the correct number of verts by Zack Rusin · 14 years ago
  59. 9cf5e81 draw: fix primitive indexing in the pipeline by Zack Rusin · 14 years ago
  60. a192b5e draw: finish the new pipeline setup by Zack Rusin · 14 years ago
  61. 92e521a softpipe/gs: fix a crash when a gs isn't present by Zack Rusin · 14 years ago
  62. b85a361 draw wip by Keith Whitwell · 14 years ago
  63. 5d4d4b2 i965: Remove unnecessary header. by Vinson Lee · 14 years ago
  64. 0452d52 r300g: initialize US_CODE_BANK on r4xx by Marek Olšák · 14 years ago
  65. 7dcba1a i965: Fix surface state dumping with INTEL_DEBUG=batch. by Eric Anholt · 14 years ago
  66. 9a1ce46 i965: correct the gen6 line stipple enable define. by Zhenyu Wang · 14 years ago
  67. 44ad62b intel: Remove long-dead comment about releasing texture heaps. by Eric Anholt · 14 years ago
  68. 4b38305 gallivm: Omit references to NoFramePointerElimNonLeaf by José Fonseca · 14 years ago
  69. 27fafa2 util: Use int type for format field width. by José Fonseca · 14 years ago
  70. 4d24076 gallivm: Override some of the default target options. by José Fonseca · 14 years ago
  71. 21a9ef1 gallivm: Use func_to_pointer(). by José Fonseca · 14 years ago
  72. 91bbe46 util: Add a func_to_pointer util function too. by José Fonseca · 14 years ago
  73. 5d5fa34 graw: small fixups for the gs examples by Zack Rusin · 14 years ago
  74. 8ad410d r300g: fix uploading RC state shader constants on r3xx by Marek Olšák · 14 years ago
  75. 1c0e5ba r300g: drop begin_cs/end_cs by Marek Olšák · 14 years ago
  76. cf3778b r300g: rewrite occlusion queries by Marek Olšák · 14 years ago
  77. 824c1f6 r300g: emit viewport state as a dword table by Marek Olšák · 14 years ago
  78. 8874c9d r300g: subclass pipe_surface by Marek Olšák · 14 years ago
  79. 39826a2 r300g: simplify reloc macros by Marek Olšák · 14 years ago
  80. c1f18bf r300g: count CS dwords on debug builds only by Marek Olšák · 14 years ago
  81. f558bcb r300g: optimize emission of fragment shader constants by Marek Olšák · 14 years ago
  82. 3da6487 r300g: turn fragment shader into a CB by Marek Olšák · 14 years ago
  83. 0a44efa r300g: turn depth stencil state into a CB by Marek Olšák · 14 years ago
  84. f803211 r300g: turn clip state into a CB by Marek Olšák · 14 years ago
  85. 9dd5099 r300g: turn blend color into a CB by Marek Olšák · 14 years ago
  86. cd89164 r300g: turn blend state into a CB by Marek Olšák · 14 years ago
  87. a062156 r300g: add API for building command buffers by Marek Olšák · 14 years ago
  88. 7ca24df r300g: inline FLUSH_CS by Marek Olšák · 14 years ago
  89. 98f67a6 r300g: reorder CS macros and document them a little by Marek Olšák · 14 years ago
  90. 8f13e2b r300g: drop DBG_CS by Marek Olšák · 14 years ago
  91. 7005fea r300g: inline CHECK_CS by Marek Olšák · 14 years ago
  92. ae18229 r300g: replace r300_cs_info with simplier get_cs_free_dwords by Marek Olšák · 14 years ago
  93. 7d5230c r300g: fix multiple render targets by Marek Olšák · 14 years ago
  94. ea0ec0b r300g: remove r300_state.h by Marek Olšák · 14 years ago
  95. cb17f5e r300g: move two-sided stencilref fallback to its own file by Marek Olšák · 14 years ago
  96. aa54223 r300g: move index buffer translate functions to their new home by Marek Olšák · 14 years ago
  97. 028459b r300g: add fallback for unaligned/unsupported vertex stride/offset/format by Marek Olšák · 14 years ago
  98. 1384a7b r300g: upload only vertex buffers referenced by vertex elements by Marek Olšák · 14 years ago
  99. 1dc573a i965: Fix gen6 front cull mode. by Eric Anholt · 14 years ago
  100. 5dbbb48 i965: Use the new message header format for FF_SYNC on gen6. by Zhenyu Wang · 14 years ago