1. 1404e6b radeon/llvm: Remove AMDIL binary instrutions (OR, AND, XOR, NOT) by Tom Stellard · 13 years ago
  2. 3059c07 radeon/llvm: Remove AMDILMachinePeephole pass by Tom Stellard · 13 years ago
  3. e9d8901 radeon/llvm: Remove AMDIL CMP instructions and associated lowering code by Tom Stellard · 13 years ago
  4. ea00632 radeon/llvm: Remove AMDIL ROUND_NEAREST instruction by Tom Stellard · 13 years ago
  5. 0bfa3b3 radeon/llvm: Remove AMDIL ROUND_POSINF instruction by Tom Stellard · 13 years ago
  6. d4984f3 radeon/llvm: Add custom SDNode for FRACT by Tom Stellard · 13 years ago
  7. 5523502 radeon/llvm: Use -1 as true value for SET* integer instructions by Tom Stellard · 13 years ago
  8. 86dfae1 radeon/llvm: Handle SETGE_INT, SETGE_UINT, and SETGT_UINT opcodes by Tom Stellard · 13 years ago
  9. cc7a6d2 radeon/llvm: Avoid error with SI in EmitInstrWithCustomInserter() by Tom Stellard · 13 years ago
  10. 0f6a3a7 tgsi: Initialize Padding struct fields. by Vinson Lee · 13 years ago
  11. 8812851 i965: Gut the separate OpenGL ES extension enabling. by Kenneth Graunke · 13 years ago
  12. d466751 mesa: Remove the OES_draw_texture extension from ES2. by Kenneth Graunke · 13 years ago
  13. dc50145 i965: use cut index to handle primitive restart when possible by Jordan Justen · 13 years ago
  14. f9389fb i965: add flag to enable cut_index by Jordan Justen · 13 years ago
  15. df7d132 i965: create code path to handle primitive restart in hardware by Jordan Justen · 13 years ago
  16. 9f6932c glsl/tests: Add .gitignore for uniform initialization unit test. by Paul Berry · 13 years ago
  17. aa173e1 glsl/constant propagation: kill whole var if LHS involves array indexing. by Paul Berry · 13 years ago
  18. b45052b glsl/tests: Add test for uniform initialization by the linker by Ian Romanick · 13 years ago
  19. 49da259 mesa: Use initializers to configure samplers by Ian Romanick · 13 years ago
  20. 75dac69 ir_to_mesa: Don't set initial uniform values again by Ian Romanick · 13 years ago
  21. c343b98 ir_to_mesa: Propagate initial values in _mesa_associate_uniform_storage by Ian Romanick · 13 years ago
  22. 76027f5 glsl: Propagate sampler uniform initializers to gl_shader_program::SamplerUnits by Ian Romanick · 13 years ago
  23. b610881 glsl: Initialize samplers to 0, propagate sampler values to the gl_program by Ian Romanick · 13 years ago
  24. a2e6230 glsl: Set initial values for uniforms in the linker by Ian Romanick · 13 years ago
  25. 2936287 i965/gen6+: Add support for GL_ARB_blend_func_extended. by Eric Anholt · 13 years ago
  26. 175ad80 mesa: Keep a computed value for dual source blend func with each buffer. by Eric Anholt · 13 years ago
  27. 68216f3 i965/gen6+: Add support for fast depth clears. by Eric Anholt · 13 years ago
  28. 5b248e5 i965/gen6: Add CC viewport state setup to blorp code. by Eric Anholt · 13 years ago
  29. 39a91be i965/gen7: Add CC viewport setup to blorp code. by Eric Anholt · 13 years ago
  30. 54308f7 i965: Drop a layer of indirection in doing HiZ resolves. by Eric Anholt · 13 years ago
  31. 072634d i965: Replace intel_need_resolve with the hiz ops it maps to. by Eric Anholt · 13 years ago
  32. 5b226ad i965: Add an interface for doing hiz ops from C code. by Eric Anholt · 13 years ago
  33. 7da9795 i965: Rename the clear function for this driver. by Eric Anholt · 13 years ago
  34. 3e16565 i965: Simplify the remaining clear logic by relying on the meta clear. by Eric Anholt · 13 years ago
  35. 7c3e88f i965: Switch blit color clears to tri clears on gen4/5. by Eric Anholt · 13 years ago
  36. fa15b0f i965: Remove dead logic for non-tri depth/stencil clears. by Eric Anholt · 13 years ago
  37. a3967ff i965: We always have GLSL, so always use it for tri clears. by Eric Anholt · 13 years ago
  38. 03c9044 i915: Drop gen4+ code from the forked clear code. by Eric Anholt · 13 years ago
  39. 11892ea intel: Fork the intel_clear.c file between i915 and i965. by Eric Anholt · 13 years ago
  40. c91b4ed st/mesa: set stObj->lastLevel in guess_and_alloc_texture by Vadim Girlin · 13 years ago
  41. ea8e854 i965: Completely annotate the batch bo when aub dumping. by Paul Berry · 13 years ago
  42. 1b87a93 intel: When AUB dumping, flush before emitting final bitmap command. by Paul Berry · 13 years ago
  43. 7a75e7d llvmpipe: Fix alpha testing precision on rgba8 formats. by José Fonseca · 13 years ago
  44. e4fb332 scons: Do not build glx and egl on Cygwin. by Vinson Lee · 13 years ago
  45. 89155ba nv30: check for NULL vertex buffers in prevalidate_vbufs by Christoph Bumiller · 13 years ago
  46. a054fd8 nv50: make unaligned index buffer offsets work again by Christoph Bumiller · 13 years ago
  47. 91fb5e0 nvc0: don't set NEW_IDXBUF in nvc0_switch_pipe_context if none is bound by Christoph Bumiller · 13 years ago
  48. 8a933e3 llvmpipe: Added a error counter to lp_test_conv. by James Benton · 13 years ago
  49. 383c1b6 llvmpipe: Changed known failures in lp_test_conv. by James Benton · 13 years ago
  50. 4203a0b llvmpipe: Added fixed point types tests to lp_test_conv. by James Benton · 13 years ago
  51. a3d4af0 gallivm: Fixed erroneous optimisation in lp_build_min/max. by James Benton · 13 years ago
  52. fdeb039 gallivm: Compensate for lp_const_offset in lp_build_conv. by James Benton · 13 years ago
  53. f89b1f4 gallivm: Fixed overflow in lp_build_clamped_float_to_unsigned_norm. by James Benton · 13 years ago
  54. c286278 docs: add link to 8.0.3 release notes by Brian Paul · 13 years ago
  55. a0dffe8 tests: include mesa headers by Paul Seidler · 13 years ago
  56. 6178b65 glu: fix two Clang warnings by Lukas Rössler · 13 years ago
  57. ed9d1be docs: fix a typo by Homer Hsing · 13 years ago
  58. 3d2bf91 Filter out -Wcovered-switch-default from LLVM_CFLAGS by ojab · 13 years ago
  59. cee23ab radeon/llvm: Handle selectcc DAG node by Tom Stellard · 13 years ago
  60. 239792f st/mesa: use pipe_sampler_view_release() in st_destroy_context_priv() by Brian Paul · 13 years ago
  61. c9cb9cf mesa: use F_TO_I() instead of IROUND() by Brian Paul · 13 years ago
  62. 699c189 mesa: reimplement IROUND(), add F_TO_I() by Brian Paul · 13 years ago
  63. 31d59c7 mesa: fix Z32_FLOAT -> uint conversion functions by Brian Paul · 13 years ago
  64. c3991e1 st/mesa: remove unused pipe variable by Brian Paul · 13 years ago
  65. bd302f3 svga: whitespace, comments, formatting clean-ups by Brian Paul · 13 years ago
  66. 6792969 st/mesa: added st_print_current_vertex_program(), for debugging by Brian Paul · 13 years ago
  67. 2786343 svga: return PIPE_OK instead of 0 by Brian Paul · 13 years ago
  68. fc71e0b svga: fix zero-stride vertex array bug by Brian Paul · 13 years ago
  69. 0161691 mesa: add GLSL_REPORT_ERRORS debug flag by Brian Paul · 13 years ago
  70. 1c33374 mesa: add some comments on shaderapi.c functions by Brian Paul · 13 years ago
  71. 3151409 mesa: Remove undefinition of _P symbol. by Vinson Lee · 13 years ago
  72. 0c6f4cd Import release notes for 8.0.3, add news item by Ian Romanick · 13 years ago
  73. 27b821b darwin: Address a build failure on Leopard and earlier OS versions by Jeremy Huddleston · 13 years ago
  74. d59b2c4 radeonsi: Only honour point related rasterizer state when rendering points. by Michel Dänzer · 13 years ago
  75. dd9d619 radeonsi: Fix parameter cache offsets for fragment shader inputs. by Michel Dänzer · 13 years ago
  76. e8a86d3 gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data. by Vinson Lee · 13 years ago
  77. c20e741 radeon/llvm: Fix segfault while lowering lrp intrinsic by Tom Stellard · 13 years ago
  78. 7e3cd8d radeon/llvm: Add DAG nodes for MIN instructions by Tom Stellard · 13 years ago
  79. 3f7a5ff llvmpipe: Avoid adding floating point zero to flat inputs. by José Fonseca · 13 years ago
  80. 00eb74b Fix fetching integer inputs. by José Fonseca · 13 years ago
  81. 5d10d75 llvmpipe: Implement TXQ. by Olivier Galibert · 13 years ago
  82. 1ec4218 llvmpipe: Don't mess with the provoking vertex when inverting a triangle. by Olivier Galibert · 13 years ago
  83. c6c8a05 radeon/llvm: Lower lrp intrinsic during ISel by Tom Stellard · 13 years ago
  84. ef8e66b radeon/llvm: Remove AMDIL MAD instruction defs by Tom Stellard · 13 years ago
  85. d07473f radeon/llvm: Remove AMDIL MUL_IEEE* instructions by Tom Stellard · 13 years ago
  86. 5187948 r600g: Handle MUL_IEEE in r600_bytecode_get_num_operands by Tom Stellard · 13 years ago
  87. 1fe70c6 radeon/llvm: Expand fsub during ISel by Tom Stellard · 13 years ago
  88. 9916f2d radeon/llvm: Remove AMDIL floating-point ADD instruction defs by Tom Stellard · 13 years ago
  89. 91484de radeon/llvm: Remove AMDIL CMOVLOG* instruction defs by Tom Stellard · 13 years ago
  90. 9a02009 radeon/llvm: Move lowering of ABS_i32 to ISel by Tom Stellard · 13 years ago
  91. 89b9455 radeon/llvm: Remove sub patterns from AMDILInstrPatterns.td by Tom Stellard · 13 years ago
  92. 431bb79 radeon/llvm: Add custom SDNodes for MAX by Tom Stellard · 13 years ago
  93. 6029131 state_tracker: remove sw_primitive_restart from st_context by Jordan Justen · 13 years ago
  94. eef1935 state_tracker: remove software handling of primitive restart by Jordan Justen · 13 years ago
  95. f16b39f state_tracker: set PrimitiveRestartInSoftware if needed by Jordan Justen · 13 years ago
  96. 862667b vbo: use software primitive restart in the VBO module by Jordan Justen · 13 years ago
  97. fc22fde mesa: add PrimitiveRestartInSoftware to gl_context.Const by Jordan Justen · 13 years ago
  98. bc8e0f5 vbo: add software primitive restart support by Jordan Justen · 13 years ago
  99. 5a827d9 mesa: Check for framebuffer completeness before looking at the rb. by Eric Anholt · 13 years ago
  100. 8b7ba92 mesa: Fix assertion failure when a cube face is not present. by Eric Anholt · 13 years ago