1. 79ab394 mesa: upgrade wglext.h to version 22 by Brian Paul · 14 years ago
  2. b106e62 mesa: upgrade glxext.h to version 32 by Brian Paul · 14 years ago
  3. 7993832 mesa: update to version 64 of GL/glext.h by Brian Paul · 14 years ago
  4. 83f5f50 mesa: move, redefine MESA_GEOMETRY_PROGRAM by Brian Paul · 14 years ago
  5. 1c0644e glsl2: add case for ir_unop_noise by Brian Paul · 14 years ago
  6. 2b04ead glsl2: fix comments by Brian Paul · 14 years ago
  7. 9476efe mesa: Remove unnecessary FEATURE tests. by Chia-I Wu · 14 years ago
  8. 10ff264 mesa: Less FEATURE_ARB_sync tests. by Chia-I Wu · 14 years ago
  9. db6273e mesa: Remove unused _MESA_INIT_*_FUNCTIONS. by Chia-I Wu · 14 years ago
  10. 1c6992b gallivm: Remove unnecessary header. by Vinson Lee · 14 years ago
  11. aeb8392 llvmpipe: Initialize variable for potentially unhandled switch case. by Vinson Lee · 14 years ago
  12. 45ee846 i965g: Fix 'control reaches end of non-void function' warning. by Vinson Lee · 14 years ago
  13. 706380c i915g: Fix 'control reaches end of non-void function' warning. by Vinson Lee · 14 years ago
  14. d4d48c0 i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning. by Vinson Lee · 14 years ago
  15. c5867ac identity: Fix 'assignment from incompatible pointer type' warning. by Vinson Lee · 14 years ago
  16. 4f2f02b rbug: Fix 'assignment from incompatible pointer type' warning. by Vinson Lee · 14 years ago
  17. fbc7c9b mesa/st: ask GLSL to not emit noise since we have a dummy implementation by Luca Barbieri · 14 years ago
  18. b374593 mesa/st: set compiler options based on Gallium shader caps by Luca Barbieri · 14 years ago
  19. a508d2d gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) by Luca Barbieri · 14 years ago
  20. 309cd41 glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequal by Ian Romanick · 14 years ago
  21. 4dfb899 glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps by Luca Barbieri · 14 years ago
  22. 2cdbced loop_unroll: unroll loops with (lowered) breaks by Luca Barbieri · 14 years ago
  23. 8f2214f glsl2: Add pass to remove redundant jumps by Ian Romanick · 14 years ago
  24. e79a1bb glsl: Explain file naming convention by Ian Romanick · 14 years ago
  25. 710d411 loop_controls: fix analysis of already analyzed loops by Luca Barbieri · 14 years ago
  26. 4de7a3b i965: Request that returns be lowered in shader main by Ian Romanick · 14 years ago
  27. 87708e8 glsl: call ir_lower_jumps according to compiler options by Luca Barbieri · 14 years ago
  28. 3361cba glsl: add continue/break/return unification/elimination pass (v2) by Luca Barbieri · 14 years ago
  29. 55adbeb glsl: add ir_control_flow_visitor by Luca Barbieri · 14 years ago
  30. 6b5575b llvmpipe: Fix non SSE2 builds. by José Fonseca · 14 years ago
  31. 428dc6d r300g/swtcl: unlock VBO after draw_flush by Marek Olšák · 14 years ago
  32. c40858f llvmpipe: Change asm to __asm__. by Witold Baryluk · 14 years ago
  33. e7eff0c EGL DRI2: 0xa011 is Pineview not Ironlake by Jesse Barnes · 14 years ago
  34. 9532eea r600c: const buffer sizes must be a multiple of 16 consts by Alex Deucher · 14 years ago
  35. c121608 EGL DRI2: add PCI ID for Ironlake mobile by Jesse Barnes · 14 years ago
  36. 6f839eb r600c/eg: remove obselete comment by Alex Deucher · 14 years ago
  37. 2ef5bc3 r600c/eg: remove unused emit timestamp function by Alex Deucher · 14 years ago
  38. 07d95cd r600c/eg: emit CB_BLEND_ALPHA with the other blend values by Alex Deucher · 14 years ago
  39. 105ef5e r600c: remove redundant state emit on evergreen by Alex Deucher · 14 years ago
  40. 7dcb3050 mesa: Revert accidentally committed vertex code chunk by Kristian Høgsberg · 14 years ago
  41. cdfe02d r600c: eg: fix typo by Andre Maasikas · 14 years ago
  42. 629842b r600c: eg: 256 float4 constants may need more than 256 bytes by Andre Maasikas · 14 years ago
  43. c82beb4 r600c: eg - fix uninitialized variable by Andre Maasikas · 14 years ago
  44. 4ebf07a glx: Don't destroy DRI2 drawables for legacy glx drawables by Kristian Høgsberg · 14 years ago
  45. 0392e48 r300g: fix SWTCL by Marek Olšák · 14 years ago
  46. 501d430 llvmpipe: Unbreak rasterization on 64bit. by José Fonseca · 14 years ago
  47. 91a9325 gallium: Change the resource_copy_region semantics to allow copies between different yet compatible formats by José Fonseca · 14 years ago
  48. 61c2861 r600g: evergreen fixup dsa state for running query. by Dave Airlie · 14 years ago
  49. 2471d0d r600c: remove stray unmap call by Andre Maasikas · 14 years ago
  50. b97c75e llvmpipe: use gcc asm only with gcc by José Fonseca · 14 years ago
  51. 6990148 r300g: print unassigned FS inputs for DBG_RS by Marek Olšák · 14 years ago
  52. ae1aa14 r300g: fix map_buffer by Marek Olšák · 14 years ago
  53. 185434f r300/compiler: fix warnings by Marek Olšák · 14 years ago
  54. ab7cc44 r300g: add new debug options for dumping scissor regs and disabling CBZB clear by Marek Olšák · 14 years ago
  55. c3c5646 r300g: skip rendering if CS space validation fails by Marek Olšák · 14 years ago
  56. 317680c r300g: remove u_upload_flush from r300_draw_arrays by Marek Olšák · 14 years ago
  57. b4f7f05 nvfx: Remove unused variables. by Vinson Lee · 14 years ago
  58. 89e138b nvfx: Move declaration before code. by Vinson Lee · 14 years ago
  59. c4046d4 llvmpipe: introduce tri_3_4 for tiny triangles by Keith Whitwell · 14 years ago
  60. 4b56e86 llvmpipe: allow tri_3_16 at any 4-aligned location within a tile by Keith Whitwell · 14 years ago
  61. 26b663c llvmpipe: refactor tri_3_16 by Keith Whitwell · 14 years ago
  62. 67b9577 llvmpipe: pass linear masks to fragment shader by Keith Whitwell · 14 years ago
  63. 4b99b9f llvmpipe: fix warnings on both 32 and 64 bit builds by Keith Whitwell · 14 years ago
  64. 51b1d4f llvmpipe: fix wierd performance regression in isosurf by Keith Whitwell · 14 years ago
  65. 6776348 pb: Fix the build, and add notes. by José Fonseca · 14 years ago
  66. 853953d llvmpipe: Only generate the whole shader specialization for opaque shaders. by José Fonseca · 14 years ago
  67. b5fcf0c pb: add void * for flush ctx to mapping functions by Dave Airlie · 14 years ago
  68. 95555ed nv30: fix breakage due to 10 texcoord support on nv40 by Luca Barbieri · 14 years ago
  69. c342259 Add missing files to the tarball file lists. by Chia-I Wu · 14 years ago
  70. 19b2cfd mesa: Fix depend.es[12] generation when LLVM is enabled. by Chia-I Wu · 14 years ago
  71. 33b1d14 r600g: Undo bo placement change. by Tilman Sauerbeck · 14 years ago
  72. 3ad3cbf llvmpipe: Silence some warnings. by José Fonseca · 14 years ago
  73. 552e2b5 gallivm: nr_channels is only valid for formats with plain layout. by José Fonseca · 14 years ago
  74. 74f6eda gallivm: Use const keyword on swizzles. by José Fonseca · 14 years ago
  75. 697fdf3 gallivm: Allow to TGSI AoS translation to happen in BGRA ordering. by José Fonseca · 14 years ago
  76. 277d768 llvmpipe: Don't store display the alpha ref value in the key. by José Fonseca · 14 years ago
  77. dcc5d7f gallivm: Add a new debug flag to warn about performance issues. by José Fonseca · 14 years ago
  78. c0d41d0 gallivm: Helper functions for pointer indirection. by José Fonseca · 14 years ago
  79. 225530f gallivm: Cleanup the TGSI <-> sampler interface. by José Fonseca · 14 years ago
  80. 775edbf gallivm: Add some utility functions to set/get array elements too. by José Fonseca · 14 years ago
  81. 9315862 gallivm: Basic AoS TGSI -> LLVM IR. by José Fonseca · 14 years ago
  82. 58daea7 gallivm: Move the texture modifiers to the header. by José Fonseca · 14 years ago
  83. 34ea50f gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/ by José Fonseca · 14 years ago
  84. 96c6e7e Add a test for the KIL opcode by Alex Corscadden · 14 years ago
  85. afd328a llvmpipe: restore larger command blocks by Keith Whitwell · 14 years ago
  86. 10d0a83 llvmpipe: move some debug to DEBUG_SCENE by Keith Whitwell · 14 years ago
  87. bc759cd llvmpipe: add DEBUG_MEM option by Keith Whitwell · 14 years ago
  88. b7a54b3 llvmpipe: allow bigger scenes by Keith Whitwell · 14 years ago
  89. 4749429 r300/compiler: Reorganize presub_helper() by Tom Stellard · 14 years ago
  90. 3fffcb3 r300/compiler: Don't use presubtract in TEX instructions by Tom Stellard · 14 years ago
  91. 8b67159 r300/compiler: Print the presub subtract operation in the correct order by Tom Stellard · 14 years ago
  92. e3fc210 r300/compiler: Fix dataflow bug in presub_helper() by Tom Stellard · 14 years ago
  93. d442c7f r300/compiler: Replace asserts with error messages by Tom Stellard · 14 years ago
  94. 66b1e71 r300/compiler: Fix copy propigation for some presub instructions by Tom Stellard · 14 years ago
  95. 564653b r300/compiler: Add peephole optimization for the 'sub' presubtract operation by Tom Stellard · 14 years ago
  96. a64b4a0 r300/compiler: Add peephole optimization for the 'add' presubtract operation by Tom Stellard · 14 years ago
  97. 598e220 r300/compiler: Clean up rc_pair_alloc_source() by Tom Stellard · 14 years ago
  98. 63432ec r300/compiler: Enable presubtract sources by Tom Stellard · 14 years ago
  99. d8a3662 mesa: Remove unused Emit flags from gl_shader_compiler_options by Ian Romanick · 14 years ago
  100. 55aaee6 intel: Remove noise opcode support from i915 and i965 drivers by Ian Romanick · 14 years ago