1. 5b5a16e r600g: deinline some large functions. by Dave Airlie · 13 years ago
  2. a6e32da r600g: consolidate r600/evergreen code for resource emission. by Dave Airlie · 13 years ago
  3. 02522b7 r600g: don't flush caches if we already did so, even for a subset of the flags by Bas Nieuwenhuizen · 13 years ago
  4. e3b9cf1 r600g: attempt to avoid emitting resources that are the same by Dave Airlie · 13 years ago
  5. 162bc40 r600g: modify block to only emit the first few dirty registers. (v2) by Dave Airlie · 13 years ago
  6. c058067 r600g: track dirty registers better. (v2) by Dave Airlie · 13 years ago
  7. edf2e4f glsl: 80-column wrapping and whitespace fixes by Ian Romanick · 13 years ago
  8. ff5dd55 i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style. by Kenneth Graunke · 13 years ago
  9. 42a8057 i965: Allocate the whole URB to the VS and fix calculations for Gen6. by Kenneth Graunke · 13 years ago
  10. 3d5cfcf glsl: Emit a warning when the left-hand operand of a comma has no effect by Ian Romanick · 14 years ago
  11. 7ca38f5 mesa: fix void pointer arithmetic warnings by Brian Paul · 13 years ago
  12. 9418d05 mesa: fix wrong parameter type in set_sampler_max_lod() by Brian Paul · 13 years ago
  13. 1249e54 nvfx: comment-out unused var by Brian Paul · 13 years ago
  14. dad95c1 intel: Add I8 and L8 to intel_mesa_format_to_rb_datatype(). by Eric Anholt · 13 years ago
  15. bc57df0 Revert "intel: Add spans code for the ARB_texture_rg support." by Eric Anholt · 13 years ago
  16. 73f0700 intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors. by Eric Anholt · 13 years ago
  17. 2b62463 swrast: Don't try to adjust_colors for <8bpc when handling R16, RG1616. by Eric Anholt · 13 years ago
  18. f0471d9 mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616. by Eric Anholt · 13 years ago
  19. a52803e mesa: Use _mesa_get_format_bytes to refactor out the RB get_row_* by Eric Anholt · 13 years ago
  20. 6ab9889 mesa: Use _mesa_get_format_bytes to refactor out the RB get_pointer_* by Eric Anholt · 13 years ago
  21. 0778fdb intel: Use Mesa core's renderbuffer accessors for depth. by Eric Anholt · 13 years ago
  22. 9f16482 mesa: Add a function to set up the default renderbuffer accessors. by Eric Anholt · 13 years ago
  23. 155200c mesa: Add a gl_renderbuffer.RowStride field like textures have. by Eric Anholt · 13 years ago
  24. 348ea34 mesa: Repack single-byte fields in gl_renderbuffer. by Eric Anholt · 13 years ago
  25. 91226ce mesa: Remove renderbuffer deletion debug field. by Eric Anholt · 13 years ago
  26. 641dd89 swrast: Don't assert against glReadPixels of GL_RED and GL_RG. by Eric Anholt · 13 years ago
  27. cd3568c intel: Use _mesa_base_tex_format for FBO texture attachments. by Eric Anholt · 13 years ago
  28. 699ecec r300g: remove non-existing include path from SConscript by Marek Olšák · 13 years ago
  29. d35aeff r300g/winsys: rename r300->radeon and do a little cleanup by Marek Olšák · 13 years ago
  30. f79717d Fix mesa tarball creation again by Thierry Vignaud · 13 years ago
  31. fc8e30e r600g: disable ARB_draw_instanced by Marek Olšák · 13 years ago
  32. 3f32efa r300g: disable ARB_draw_instanced on SWTCL chipsets. by Marek Olšák · 13 years ago
  33. 4673f94 i965: Quit spamming gen6 DP read/write send instructions with gen5 bits. by Eric Anholt · 13 years ago
  34. 59c6b77 i965/fs: Add gen6 register spilling support. by Eric Anholt · 13 years ago
  35. 14eedf3 mesa: Fix _mesa_unpack_dudv_span_byte assertion. by Eric Anholt · 13 years ago
  36. 9dacbe2 glcpp: Fix attempts to expand recursive macros infinitely (bug #32835). by Carl Worth · 13 years ago
  37. 93d4257 r600g: use some loops. by Dave Airlie · 13 years ago
  38. 70de270 r600g: consolidate the same piece of cut-n-paste code into a function. by Dave Airlie · 13 years ago
  39. b5dfc38 gallium: include u_format.h for util_format_is_supported by Marcin Slusarz · 13 years ago
  40. 25a7f66 nvc0: work around what looks like a code prefetch bug by Christoph Bumiller · 13 years ago
  41. f4ad25f nv50,nvc0: add new texture and render target formats by Christoph Bumiller · 13 years ago
  42. b4c7cd3 nv50,nvc0: fix normalized RG16 and RGBA32 texture format entries by Christoph Bumiller · 13 years ago
  43. a582b85 nvc0: fix viewport rectangle calculation by Christoph Bumiller · 13 years ago
  44. 9753569 prog_optimize: Add simplify CMP optimization pass by Tom Stellard · 14 years ago
  45. 257cc48 prog_optimize: get_src_arg_mask() respect writemask for more opcodes by Tom Stellard · 14 years ago
  46. 0fa81d6 r300/compiler: Fix incorrect presubtract conversion by Tom Stellard · 13 years ago
  47. d5a5893 mesa: provide more info for glCompressedTexImage() errors by Carl-Philip Haensch · 13 years ago
  48. af0e2ef mesa: move error check code in compressedteximage() by Brian Paul · 13 years ago
  49. 77db34b docs: Reapply some of Marek's typo fixes. by José Fonseca · 13 years ago
  50. bb78f6a gallium/docs: Improve min_index/max_index description. by José Fonseca · 13 years ago
  51. 4ee40c3 docs: Undo Marek typo fixes to original text. by José Fonseca · 13 years ago
  52. 41b38bd translate: s/varient/variant/ by Brian Paul · 13 years ago
  53. 0630593 vbo: init prim[] array with memset() by Brian Paul · 13 years ago
  54. 1b800c1 vega: move ureg_destroy(ureg) after last use of ureg var by Brian Paul · 13 years ago
  55. 2c57caa st/mesa: simplify a bit of the previous patch by Brian Paul · 13 years ago
  56. 6e9c7c4 st/mesa: add handling for 'PIPE_FORMAT_B8G8R8X8_UNORM' in st_fast_readpixels by Pierre-Eric Pelloux-Prayer · 13 years ago
  57. d2afae3 Revert "r300/compiler: Don't try to convert RGB to Alpha in full instructions" by Marek Olšák · 13 years ago
  58. 9305922 docs: update relnotes-7.11 by Marek Olšák · 13 years ago
  59. 397e478 docs: update GL3 status by Marek Olšák · 13 years ago
  60. 75fa5c9 gallium: add and use generic function for querying patented format support (v2) by Marek Olšák · 14 years ago
  61. 848f7d3 configure.ac: add an enable switch for float textures (v2) by Marek Olšák · 14 years ago
  62. 2d12dbb docs: add patents.txt by Marek Olšák · 14 years ago
  63. faba01d r300g: enable A/L/LA/I float render targets by Marek Olšák · 14 years ago
  64. 8e28d84 st/mesa: convert Mesa float formats to Gallium by Marek Olšák · 14 years ago
  65. 3312831 gallium: add A/L/LA/I floating point formats by Luca Barbieri · 14 years ago
  66. 15f99d1 mesa: finish up ARB_texture_float by Marek Olšák · 14 years ago
  67. 0ecbb0a mesa: add R/RG floating-point formats by Marek Olšák · 14 years ago
  68. 19648fc mesa: fix L16F and L32F format properties by Marek Olšák · 14 years ago
  69. 3d78f83 Add expected file for 095-recursive-define test case. by Carl Worth · 13 years ago
  70. 02d293c glcpp: Simplify calling convention of parser's active_list functions by Carl Worth · 13 years ago
  71. 0b80f2d glcpp: Add --valgrind option to the glcpp-test utility by Carl Worth · 13 years ago
  72. 6affa48 Add an expected file for 084-unbalanced-parentheses by Carl Worth · 13 years ago
  73. d3c6ed3 Add an expected file for 094-divide-by-zero-short-circuit by Carl Worth · 13 years ago
  74. ea3b256 Add an expected file for 093-divide-by-zero by Carl Worth · 13 years ago
  75. 6881cfc mesa/st: Avoid spurious transfers when creating fbo textures without image data. by José Fonseca · 13 years ago
  76. 78e90bf st/mesa: add support for GL_RGBA + GL_UNSIGNED_INT_8_8_8_8 in st_fast_readpixels by pepp · 13 years ago
  77. a9a02c8 mesa: Expose ATI_draw_buffers. by Eric Anholt · 13 years ago
  78. fb6e397 mesa: Add support for OPTION ATI_draw_buffers to ARB_fp. by Eric Anholt · 13 years ago
  79. 28cec9e mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers. by Eric Anholt · 13 years ago
  80. 4847f80 i965/fs: Constant-fold immediates in src0 of SEL instructions. by Eric Anholt · 14 years ago
  81. 811c147 i965/fs: Constant-fold immediates in src0 of CMP instructions. by Eric Anholt · 14 years ago
  82. 756c262 glsl: Perform type checking on "^^" operands. by Eric Anholt · 14 years ago
  83. 175829f glsl: When we've emitted a semantic error for ==, return a bool constant. by Eric Anholt · 14 years ago
  84. 9e04b19 glsl: Semantically check the RHS of `||' even when short-circuiting. by Eric Anholt · 14 years ago
  85. 7ec0c97 glsl: Semantically check the RHS of `&&' even when short-circuiting. by Eric Anholt · 14 years ago
  86. 0182270 glsl: Avoid cascading errors when looking for a scalar boolean and failing. by Eric Anholt · 14 years ago
  87. 6a35cbb glsl/opt_cpe: Reenable opt_copy_propagation_elements.cpp pass. by Eric Anholt · 14 years ago
  88. 909bd47 glsl/opt_cpe: Fix a crash when a kill kills for two reasons. by Eric Anholt · 14 years ago
  89. 487debf glsl/opt_cpe: Kill when the assignment isn't something we recognize. by Eric Anholt · 14 years ago
  90. b9c8b2a svga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE_RANGES by Brian Paul · 13 years ago
  91. 32aab51 svga: define SVGA3D_MAX_DRAW_PRIMITIVE_RANGES and update comments by Brian Paul · 13 years ago
  92. 4cbb261 st/mesa: minor clean-ups in update_textures() by Brian Paul · 13 years ago
  93. 032a7ef mesa: 80-column wrapping and whitespace fixes by Brian Paul · 13 years ago
  94. 75d585e mesa: fix some comments in sampler object code by Brian Paul · 13 years ago
  95. d3cc390 i965: Change assertion condition from implicit to explicit by Chad Versace · 14 years ago
  96. 4d7c187 i965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINT by Chad Versace · 14 years ago
  97. 05173c6 i965: Document brw_context.state.depth_region by Chad Versace · 14 years ago
  98. 9949d2a i965: Remove unnecessary release/reference of brw_context.state.depth_region by Chad Versace · 14 years ago
  99. 3f7318c i965: Add comments about URB size units and limits. by Kenneth Graunke · 13 years ago
  100. 35b3f59 i965: Never enable the GS on Gen6. by Kenneth Graunke · 14 years ago