1. fd266ec r600g: alternative command stream building from context by Jerome Glisse · 14 years ago
  2. d80bed1 r600g: Fixed the shift in S_02880C_KILL_ENABLE. by Tilman Sauerbeck · 14 years ago
  3. 54d688f r600g: Enable PIPE_SHADER_CAP_TGSI_CONT_SUPPORTED. by Tilman Sauerbeck · 14 years ago
  4. 70a85c3 r600g: Only set PA_SC_EDGERULE on rv770 and greater. by Tilman Sauerbeck · 14 years ago
  5. 5f97d0a r600g: Added DB_SHADER_CONTROL defines. by Tilman Sauerbeck · 14 years ago
  6. 5edb778 r600g: Formatting fixes. by Tilman Sauerbeck · 14 years ago
  7. a6ecd1c glsl2: Add flags to enable variable index lowering by Ian Romanick · 14 years ago
  8. 6e4fe39 glsl2: Refactor testing for whether a deref is of a matrix or array by Ian Romanick · 14 years ago
  9. a47539c glsl: add pass to lower variable array indexing to conditional assignments by Luca Barbieri · 14 years ago
  10. dab2a76 r600g: oops got the use_mem_constant the wrong way around. by Dave Airlie · 14 years ago
  11. d050229 r600g: use calloc for ctx bo allocations by Dave Airlie · 14 years ago
  12. 3ddc714 r600g: fixup map flushing. by Dave Airlie · 14 years ago
  13. 0d76bb5 r600g: add upload manager support. by Dave Airlie · 14 years ago
  14. a927d04 r600g: add winsys bo caching. by Dave Airlie · 14 years ago
  15. da96313 r600g: add support for kernel bo by Dave Airlie · 14 years ago
  16. 189a597 r600g: use malloc bufmgr for constant buffers by Dave Airlie · 14 years ago
  17. 7c1fcc4 r600g: move constant buffer creation behind winsys abstraction. by Dave Airlie · 14 years ago
  18. 0dbcf3b libgl-xlib: Remove unused st_api_create_OpenGL. by Chia-I Wu · 14 years ago
  19. cadc4ad targets/egl: Use C++ compiler to link GL/ES state trackers. by Chia-I Wu · 14 years ago
  20. 82c4af3 dri/nv10: Fix the CLAMP texture wrap mode. by Francisco Jerez · 14 years ago
  21. 4b27c61 tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0 by Brian Paul · 14 years ago
  22. f70f79f r600g: attempt to abstract kernel bos from pipe driver. by Dave Airlie · 14 years ago
  23. ec9d838 r600g: hide radeon_ctx inside winsys. by Dave Airlie · 14 years ago
  24. b54d10b gallivm: Remove unnecessary header. by Vinson Lee · 14 years ago
  25. 7aadd5e gallivm: fix wrong return value in bitwise functions by Brian Paul · 14 years ago
  26. 6d173da gallivm: Clamp indirect register indices to file_max. by José Fonseca · 14 years ago
  27. 795eb3d gallivm: Start collecting bitwise arithmetic helpers in a new module. by José Fonseca · 14 years ago
  28. 3d5b9c1 gallivm: Fix address register swizzle. by José Fonseca · 14 years ago
  29. 50ac56b meta: Don't bind the created texture object in init_temp_texture(). by Francisco Jerez · 14 years ago
  30. 3a6f9d0 mesa: include mfeatures.h in formats.c by Brian Paul · 14 years ago
  31. d4b2de1 r300g/swtcl: fix CS overrun by Marek Olšák · 14 years ago
  32. db94a2a dri/nouveau: Cleanup references to the old FBOs on glMakeCurrent(). by Francisco Jerez · 14 years ago
  33. d4d81ed dri/nouveau: Don't reemit the BO state in nouveau_state_emit(). by Francisco Jerez · 14 years ago
  34. bfc7518 dri/nouveau: Don't request a fake front unnecessarily. by Francisco Jerez · 14 years ago
  35. 39658f3 dri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPONENT as internal format. by Francisco Jerez · 14 years ago
  36. cbe0dd0 dri/nouveau: Add some more extensions. by Francisco Jerez · 14 years ago
  37. aad06c8 dri/nouveau: Update nouveau_class.h. by Francisco Jerez · 14 years ago
  38. 8f1051d dri/nv04: Fix provoking vertex. by Francisco Jerez · 14 years ago
  39. 286d8f2 dri/nv04: Fix maximum texture size. by Francisco Jerez · 14 years ago
  40. 7b06fdb dri/nv04: Fix up color mask. by Francisco Jerez · 14 years ago
  41. 0a6cfa1 dri/nv04: Align SIFM transfer dimensions. by Francisco Jerez · 14 years ago
  42. bec626f dri/nv04: Mipmapping fixes. by Francisco Jerez · 14 years ago
  43. aa317a4 dri/nv04: Fix PGRAPH_ERRORs when running OA. by Francisco Jerez · 14 years ago
  44. c344f27 dri/nv04: Enable eng3dm for A8/L8 textures. by Andrew Randrianasulu · 14 years ago
  45. a27bfb9 dri/nv04: Don't expose ARB_texture_env_combine/dot3. by Andrew Randrianasulu · 14 years ago
  46. 0986355 llvmpipe: add DEBUG_FS to dump variant information by Keith Whitwell · 14 years ago
  47. 5f00819 llvmpipe: add LP_PERF flag to disable various aspects of rasterization by Keith Whitwell · 14 years ago
  48. 045ee46 gallivm: make lp_build_sample_nop public by Keith Whitwell · 14 years ago
  49. 7640151 gallivm: move i32_vec_type inside the #ifdef by Brian Paul · 14 years ago
  50. 3c9f4c7 gallivm: fix incorrect vector shuffle datatype by Brian Paul · 14 years ago
  51. 3a62365 nv50: get shader fixups/relocations into working state by Christoph Bumiller · 14 years ago
  52. e0aa7e0 nv50: don't segfault on shaders with 0 instructions by Christoph Bumiller · 14 years ago
  53. 8fbe968 glsl: Don't print blank (function ...) headers for built-ins. by Kenneth Graunke · 14 years ago
  54. 81f0339 glsl: Change from has_builtin_signature to has_user_signature. by Kenneth Graunke · 14 years ago
  55. df62338 r600g: Use clamped math for RCP and RSQ. by Tilman Sauerbeck · 14 years ago
  56. 2108caa r600g: Fixed a bo leak in r600_blit_state_ps_shader(). by Tilman Sauerbeck · 14 years ago
  57. 03224f4 st/xlib: Notify the context when the front/back buffers are swapped. by Chia-I Wu · 14 years ago
  58. 9ca59b2 mesa: Update ES APIspec.xml. by Chia-I Wu · 14 years ago
  59. ef2808f r600g: fix texture bos and avoid doing depth blit on evergreen by Dave Airlie · 14 years ago
  60. 9a58996 r600g: fixup texture state on evergreen. by Dave Airlie · 14 years ago
  61. 9f7f7b3 mesa/st: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  62. 0d2561a nv50: Fix 'control reaches end of non-void function' warning. by Vinson Lee · 14 years ago
  63. b09af4c nv50: Silence uninitialized variable warnings. by Vinson Lee · 14 years ago
  64. 00118c4 draw: Remove unnecessary header. by Vinson Lee · 14 years ago
  65. d94c784 gallivm: Remove unnecessary headers. by Vinson Lee · 14 years ago
  66. 84e41b7 nv50: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  67. b533bb7 nv50: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  68. cbc6748 nv50: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  69. 4d42786 nv50: Remove unnecessary headers. by Vinson Lee · 14 years ago
  70. a64e3d2 nv50: Update files in SConscript to match Makefile. by Vinson Lee · 14 years ago
  71. 1a20aae r600g: add vgt dma src defines by Dave Airlie · 14 years ago
  72. 3ead528 r600g: use index min/max + index buffer offset. by Dave Airlie · 14 years ago
  73. 05433f2 r600g: pull r600_draw struct out into header by Dave Airlie · 14 years ago
  74. 0a78248 gallivm: expand AoS sampling to cover all filtering modes by Brian Paul · 14 years ago
  75. 95254bb tgsi: fix incorrect usage_mask for shadow tex instructions by Brian Paul · 14 years ago
  76. 68cfc8e nv50: use unsigned int for bitfields to silence warnings by Brian Paul · 14 years ago
  77. 3085efa llvmpipe: s/boolean/unsigned/ in bitfield to silence warning by Brian Paul · 14 years ago
  78. 29289b4 llvmpipe: cast to silence warning by Brian Paul · 14 years ago
  79. 7545514 glsl2: fix signed/unsigned comparison warning by Brian Paul · 14 years ago
  80. e0b6df4 r600g: misc cleanup by John Doe · 14 years ago
  81. 26fe16a Merge remote branch 'origin/nv50-compiler' by Christoph Bumiller · 14 years ago
  82. 59ca1ae llvmpipe: return zero from floor_pot(zero) by Keith Whitwell · 14 years ago
  83. 84d170b nv50: put low limit on REG_ALLOC_TEMP and FP_RESULT_COUNT by Christoph Bumiller · 14 years ago
  84. c46e7a0 nv50: improve and fix modifier folding optimization by Christoph Bumiller · 14 years ago
  85. 16d8f5f nv50: consider address register in reload elimination by Christoph Bumiller · 14 years ago
  86. be2fb11 llvmpipe: remove duplicate code by Keith Whitwell · 14 years ago
  87. cc2ed02 llvmpipe: brackets around macro arg by Keith Whitwell · 14 years ago
  88. e3c46cf glapi: Fix ES build errors again. by Chia-I Wu · 14 years ago
  89. efab1c8 r600g: Silence unused variable warning. by Vinson Lee · 14 years ago
  90. 1ce4f86 r600g: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  91. a712e19 r600g: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  92. 76c0576 r600g: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  93. 66a146d nvfx: Silence uninitialized variable warnings. by Vinson Lee · 14 years ago
  94. 9aee4be r600g: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  95. 7290c59 r600g: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  96. f20f2cc glsl: Fix 'format not a string literal and no format arguments' warning. by Vinson Lee · 14 years ago
  97. 09ef8e9 r300g: fix buffer reuse issue caused by previous commit by Dave Airlie · 14 years ago
  98. cad87eb glapi: Fix build errors for ES. by Chia-I Wu · 14 years ago
  99. 84f7b5d r600c: fix buffer height setting in dri2 case by Andre Maasikas · 14 years ago
  100. 0b9eb5c r300g: prevent creating multiple winsys BOs for the same handle by Marek Olšák · 14 years ago