1. ce7a70b r300g: fix a compile error on non-debug builds by Marek Olšák · 14 years ago
  2. 57c3f70 util: fix a memory leak in blitter by Marek Olšák · 14 years ago
  3. 0a19d57 r300g: separate the hyperz state and pipelined FB regs out of the FB state by Marek Olšák · 14 years ago
  4. 808ad22 r300g: release referenced objects in destroy_context by Marek Olšák · 14 years ago
  5. 639a7da r300g: reference surfaces in set_framebuffer_state by Marek Olšák · 14 years ago
  6. 408a886 r300g: group debug messages by Marek Olšák · 14 years ago
  7. 0a95108 r300g: turn rasterizer state into a command buffer by Marek Olšák · 14 years ago
  8. c200c47 r300g: move emission of the MSPOS regs into the framebuffer state by Marek Olšák · 14 years ago
  9. bb47d1c r300g: turn invariant state into a command buffer by Marek Olšák · 14 years ago
  10. 8959f48 r300g: initialize some crucial state in the first CS by Marek Olšák · 14 years ago
  11. fcacc6a r300g: introduce VAP invariant state by Marek Olšák · 14 years ago
  12. 8350d1d r300g: immediate mode cleanup by Marek Olšák · 14 years ago
  13. 5acdfdb r300g: update my notes about fastfill and zbuffer compression by Marek Olšák · 14 years ago
  14. f39800b r300g: enum r300_blitter_op is a bitmask by Marek Olšák · 14 years ago
  15. 8924201 draw: fix build with llvm and make by Marek Olšák · 14 years ago
  16. ecd8c66 mesa: Remove unnecessary header. by Vinson Lee · 14 years ago
  17. 2943f1e st/mesa: Remove unnecessary headers. by Vinson Lee · 14 years ago
  18. 3443b58 draw: Remove unnecessary header. by Vinson Lee · 14 years ago
  19. 4503bd3 draw: deleted by mistake by Zack Rusin · 14 years ago
  20. a5c4498 draw: initialize headers in the none post paths as well by Zack Rusin · 14 years ago
  21. 8ebfcf3 draw: limit the number of vertex shader variants kept around by Zack Rusin · 14 years ago
  22. 5cf1921 draw: initialize vertex header by Zack Rusin · 14 years ago
  23. 4ae5303 gallium/util: fix pipe_sampler_view_reference() calls by Brian Paul · 14 years ago
  24. e099ed2 softpipe: rename a var by Brian Paul · 14 years ago
  25. 7a9246c draw: Work around an invalid write. by Chia-I Wu · 14 years ago
  26. a879d14 mesa: initialize extension string when context is first bound by Brian Paul · 14 years ago
  27. cc8c142 llvmpipe: fix comment typo by Brian Paul · 14 years ago
  28. fd60bf8 softpipe: fix comment typo by Brian Paul · 14 years ago
  29. 5d1cc93 r300g: a couple more chipsets do not have HiZ RAM by Marek Olšák · 14 years ago
  30. 474dc40 gallium/docs: Vertex data formats. by Corbin Simpson · 14 years ago
  31. 484bb0e glhd: Add test for logicop enable. by Corbin Simpson · 14 years ago
  32. 49735d1 gallium/docs: Lops override the rest of the blending state when enabled. by Corbin Simpson · 14 years ago
  33. 05a18f4 gallium/docs: updated remaining semantic label docs by Brian Paul · 14 years ago
  34. fd7de14 pipe: Add PIPE_OS_HURD by nobled · 14 years ago
  35. 06a75bd gallium/docs: Add lop table. by Corbin Simpson · 14 years ago
  36. 1e10464 gallium/docs: Slight clarification and formatting for Blend. by Corbin Simpson · 14 years ago
  37. ca12aef Merge branch 'shader-file-reorg' by Brian Paul · 14 years ago
  38. f2122d4 r300g: remove an XXX comment by Marek Olšák · 14 years ago
  39. 69adebf r300g: move AA registers into the new AA state by Marek Olšák · 14 years ago
  40. 93bce03 r300g: separate the cache flush from the framebuffer state by Marek Olšák · 14 years ago
  41. a2f1415 r300g: reorder and cleanup register writes everywhere by Marek Olšák · 14 years ago
  42. 6b15a8d r300g: add "has HiZ" flag, add ZMask regs by Marek Olšák · 14 years ago
  43. 7315300 gallium/docs: document TGSI_SEMANTIC_EDGEFLAG by Brian Paul · 14 years ago
  44. a544a8a gallium/docs: update TEXTURE_SHADOW_MAP MAX_PREDICATE_REGISTERS by Brian Paul · 14 years ago
  45. 50b3f2e gallium/docs: fix definitions of TGSI_SEMANTIC_POSITION, COLOR by Brian Paul · 14 years ago
  46. bf2d277 draw: use gallium's TRUE/FALSE by Brian Paul · 14 years ago
  47. fddd583 llvmpipe: Remove unnecessary header. by Vinson Lee · 14 years ago
  48. e6ee4e1 glhd: Simple rasterizer checks. by Corbin Simpson · 14 years ago
  49. 666fdc0 id, glhd: Unbreak texturing. by Corbin Simpson · 14 years ago
  50. 9526305 glhd: Use an environment variable (GALAHAD) to enable. Off by default. by Corbin Simpson · 14 years ago
  51. 64682da draw: don't try to precalculate the pipeline output primitive by Keith Whitwell · 14 years ago
  52. 292eecc draw: mask off DRAW_PIPE_FLAG_MASK bits in prim decompose code by Brian Paul · 14 years ago
  53. 985c2fc egl: Add a test for MESA_EGL_NO_X11_HEADERS. by Chia-I Wu · 14 years ago
  54. 78d70dd egl: Add support for EGL_MESA_drm_display. by Chia-I Wu · 14 years ago
  55. f22665d egl: Introduce platform displays internally. by Chia-I Wu · 14 years ago
  56. 7dc1cf1 radeong: Disable Galahad for now; breaks texturing. by Corbin Simpson · 14 years ago
  57. ee2c6d7 id, glhd: Fix malloc/calloc of struct. by Corbin Simpson · 14 years ago
  58. a6cc914 glhd: Add query protection. by Corbin Simpson · 14 years ago
  59. aa451d5 glhd: Grab framebuffer state checks from r300g. by Corbin Simpson · 14 years ago
  60. 3f758d4 glhd: Grab resource_copy_region from r300g. by Corbin Simpson · 14 years ago
  61. de7b181 glhd: Grab is_format_supported warning from r300g. by Corbin Simpson · 14 years ago
  62. 7d551eb glhd: Add glhd_warn for unconditional stderr output. by Corbin Simpson · 14 years ago
  63. 75612aa id, glhd: Fix segfault with misreferenced pipe member. by Corbin Simpson · 14 years ago
  64. 40faedf targets, radeong: Add Galahad. by Corbin Simpson · 14 years ago
  65. 2560978 configure: Add galahad to default build. by Corbin Simpson · 14 years ago
  66. d3ad6fa gallium/drivers: Create Galahad from identity. by Corbin Simpson · 14 years ago
  67. 61ec205 mesa: fix attachment error checking for glGetFramebufferAttachmentParameteriv() by Brian Paul · 14 years ago
  68. a20fa67 r300/compiler: allow 1024 instructions in r5xx vertex shaders by Marek Olšák · 14 years ago
  69. dd90c30 r300/compiler: allow 32 temporaries in vertex shaders by Marek Olšák · 14 years ago
  70. 2f6b418 r300/compiler: emulate loops in vertex shaders by Marek Olšák · 14 years ago
  71. cbd33e7 mesa: fix assertion failure for GL_ALPHA FBOs by Marek Olšák · 14 years ago
  72. 9ed7325 r300g: attempt to fix texture corruption on RV505 by Marek Olšák · 14 years ago
  73. d84bf6d r300g: index buffer range checking by Marek Olšák · 14 years ago
  74. e130f52 i915g: Revert debug hunks from last commit by Jakob Bornecrantz · 14 years ago
  75. ca43b6e i915g: Reduce state emission by using a index bias by Jakob Bornecrantz · 14 years ago
  76. 255d4f2 i915g: Drop fifo code in vbuf by Jakob Bornecrantz · 14 years ago
  77. 4dd742c i915g: Change state code in vbuf code by Jakob Bornecrantz · 14 years ago
  78. abbb1bd i915g: Rework debug print code by Jakob Bornecrantz · 14 years ago
  79. e694f3f i915g: Switch to state atoms by Jakob Bornecrantz · 14 years ago
  80. ed675bb i915g: i915_state_sampler.c code style by Jakob Bornecrantz · 14 years ago
  81. 2e7a905 i915g: i915_state_immediate.c code style by Jakob Bornecrantz · 14 years ago
  82. f93e378 i915g: i915_state_dynamic.c code style by Jakob Bornecrantz · 14 years ago
  83. 7dce4f3 i915g: Create seperate option for i915g and i965g by Jakob Bornecrantz · 14 years ago
  84. ed3d17e u_math: Add align function npot alignments by Jakob Bornecrantz · 14 years ago
  85. 3a3e80f llvmpipe: Ignores by Jakob Bornecrantz · 14 years ago
  86. b5e381d llvmpipe: make geometry shaders and stream output work by Zack Rusin · 14 years ago
  87. e433b73 gallium: add a timestamp disjoint query by Zack Rusin · 14 years ago
  88. b6c360b gallium: add a new query by Zack Rusin · 14 years ago
  89. 583f241 st/mesa: remove bogus assertions st_CompressedTexSubImage2D by Roland Scheidegger · 14 years ago
  90. eb7ef43 r300g: optimize the immediate mode emission path a bit by Marek Olšák · 14 years ago
  91. bd52246 r300g: do not emit ZTOP every draw call by Marek Olšák · 14 years ago
  92. 64e32ff swrast: fix incorrect specular highlights on backfaces by Tim Evans · 14 years ago
  93. b875c02 docs: add link to 7.9 relnotes by Brian Paul · 14 years ago
  94. 59df672 r300g: fix crash when destroying the context on r3xx-r4xx by Marek Olšák · 14 years ago
  95. 1976368 llvmpipe: s/lpfs/shader/ by José Fonseca · 14 years ago
  96. d82f625 r300g: fix the KIL opcode for r3xx-r4xx (v4) by Marek Olšák · 14 years ago
  97. 646e9c2 r300g: fix assigning the texture cache region for 1 texture by Marek Olšák · 14 years ago
  98. 7f6754a mapi: Add missing stdlib.h header for malloc declaration. by Vinson Lee · 14 years ago
  99. d05e848 i965g: Fix setup of immediate types for gen4 disasm. by Vinson Lee · 14 years ago
  100. e8f2adf r300g: manually assign texture cache regions by Marek Olšák · 14 years ago