1. d6a3048 r300: Remove ugly PSIZ hack by Nicolai Hähnle · 15 years ago
  2. 05a51f4 r300/vertprog: Refactor wpos rewrite using rc_program by Nicolai Hähnle · 15 years ago
  3. ce0c32e r300/vertprog: Refactor fog_as_texcoord to use rc_program by Nicolai Hähnle · 15 years ago
  4. a1e8992 r300/vertprog: Refactor addArtificialOutputs to use rc_program by Nicolai Hähnle · 15 years ago
  5. 273af68 r300/fragprog: Refactor wpos rewrite to use rc_program by Nicolai Hähnle · 15 years ago
  6. 9dc1be4 r300/compiler: Refactor fragment program fog rewrite to use rc_program by Nicolai Hähnle · 15 years ago
  7. aab949c r300/compiler: Refactor rewrite_depth_out to use rc_program by Nicolai Hähnle · 15 years ago
  8. 6f4608f r300/compiler: Refactor local transforms to use rc_program by Nicolai Hähnle · 15 years ago
  9. 800f482 r300: Allow compiler to add constants in a cleaner way by Nicolai Hähnle · 15 years ago
  10. 92f7a59 r300/compiler: Refactor nqssadce to use rc_program by Nicolai Hähnle · 15 years ago
  11. a898e7d r300/compiler: Refactor for rc_program usage by Nicolai Hähnle · 15 years ago
  12. 2237d13 r300/compiler: Add rc_print_program by Nicolai Hähnle · 15 years ago
  13. 8bcb6ef r300/compiler: Lay groundwork for better error handling by Nicolai Hähnle · 15 years ago
  14. c5cb9a3 r300: Remove dependency on GLcontext from compiler by Nicolai Hähnle · 15 years ago
  15. d654042 r300/vertprog: Cleanup source conflict handling by Nicolai Hähnle · 15 years ago
  16. 86e3334 r300/vertprog: Massively reduce code duplication by Nicolai Hähnle · 15 years ago
  17. 127ca61 r300/vertprog: Use generic transforms and throw away unneeded code by Nicolai Hähnle · 15 years ago
  18. 8444527 r300: Move vertex program compilation to compiler by Nicolai Hähnle · 15 years ago
  19. 11cd795 r300: Cleanup vertex_program structure by Nicolai Hähnle · 15 years ago
  20. 927f5f1 r300: Remove faux lazy translation of vertex programs by Nicolai Hähnle · 15 years ago
  21. a808b10 r300: Reduce include dependencies by Nicolai Hähnle · 15 years ago
  22. 9198ab8 r300: Introduce rc_program and use it in radeon_pair by Nicolai Hähnle · 15 years ago
  23. 9cd5e3e r300: Add radeon_compiler as a base for compilation-related tasks by Nicolai Hähnle · 15 years ago
  24. 6477664 r300: Remove some unnecessary includes by Nicolai Hähnle · 15 years ago
  25. 77a6ae6 r300/compiler: Compile the compiler seperately into an archive by Nicolai Hähnle · 15 years ago
  26. d6275cc r300: Further reduce dependency between compiler and classic driver by Nicolai Hähnle · 15 years ago
  27. f70d3ee r300: Remove some dependencies on additional fragment program copies by Nicolai Hähnle · 15 years ago
  28. b54e083 r300: Remove GLcontext from r300_fragment_program_compiler by Nicolai Hähnle · 15 years ago
  29. e93d70e r300: Remove GLcontext requirement from radeonLocalTransform by Nicolai Hähnle · 15 years ago
  30. 9ceee4d r300: Remove unused enums by Nicolai Hähnle · 15 years ago
  31. b4b286b r300: Remove GLcontext requirement from radeon_nqssadce by Nicolai Hähnle · 15 years ago
  32. d29cdde r300: Remove GLcontext requirement from radeon_program_pair by Nicolai Hähnle · 15 years ago
  33. cb8c694 r300/program_pair: Introduce driver-specific texture instruction structure by Nicolai Hähnle · 15 years ago
  34. 78f88d8 r300/program_pair: Dynamically allocate instructions temporarily by Nicolai Hähnle · 15 years ago
  35. e5bed43 r300: Detangle fragment program compiler from driver-specific structure by Nicolai Hähnle · 15 years ago
  36. 6b14286 radeon: Add r6xx/r7xx chip family to get_chip_family_name by Pauli Nieminen · 15 years ago
  37. 1ee3bcf nouveau: swizzle a single row or column, doing it one pixel at a time by Patrice Mandin · 15 years ago
  38. 7d3190a r600: fix textures by Alex Deucher · 15 years ago
  39. 7e6819f r600: don't draw when num indices is 0 by Alex Deucher · 15 years ago
  40. 48b2fea r600: set VGT NUM_INSTANCES as part of the draw command by Alex Deucher · 15 years ago
  41. 600a53a r600: Use R600_SCRATCH_REG_OFFSET rather than RADEON_SCRATCH_REG_OFFSET by Alex Deucher · 15 years ago
  42. 0b3d51e r600: switch vtx resource setup to use SETfield macros by Alex Deucher · 15 years ago
  43. 2c5e55d r600: switch tex code to use SETfield macros by Alex Deucher · 15 years ago
  44. 7a10472 r300g: Fix two trivial texture size issues. by Corbin Simpson · 15 years ago
  45. 725c1f0 radeon-gallium: If BO allocation fails, return NULL. by Corbin Simpson · 15 years ago
  46. 2cbd5ec r300g: Add some debugging, correct little bits of math in texture setup. by Corbin Simpson · 15 years ago
  47. 8df35b7 nouveau: only swizzle square textures for copy by Patrice Mandin · 15 years ago
  48. 2b8a8f75 nouveau: Take into account destination position for copy_swizzle, need to split copy a bit more by Patrice Mandin · 15 years ago
  49. 77a8a65 nouveau: Recursively swizzle an NPOT sized copy by Patrice Mandin · 15 years ago
  50. 8c30292 nouveau: use nv04_surface_copy_swizzle only for POT sizes by Patrice Mandin · 15 years ago
  51. 12b183d radeon-gallium: remove old getparam ioctl by Joakim Sindholt · 15 years ago
  52. 3b4235d r600: fix segfault in morph3d by Alex Deucher · 15 years ago
  53. aa99a76 draw: correct address for machine struct in llvm path by Keith Whitwell · 15 years ago
  54. adc6f8c gallivm: updates for TGSI changes by Keith Whitwell · 15 years ago
  55. ca83d5a r300g, radeon-gallium: Fix API, cleanup. by Corbin Simpson · 15 years ago
  56. 27b3c43 radeon-gallium: Build fixes wrt changed libdrm_radeon space check API by Nicolai Hähnle · 15 years ago
  57. 256eacb r300g: PIPE_CAP_BLEND_EQUATION_SEPARATE. by Corbin Simpson · 15 years ago
  58. d0d98f3 gallium: clean up opcode definitions by Keith Whitwell · 15 years ago
  59. 78379ab gallium: remove deprecated TGSI opcodes by Keith Whitwell · 15 years ago
  60. 8b78294 r600: Remove CRLF line endings. by José Fonseca · 15 years ago
  61. af1163c util: Add support for Mac OS. by Vinson Lee · 15 years ago
  62. 07961bb r300g: Actually mark shaders as translated/untranslated. by Corbin Simpson · 15 years ago
  63. 895c435 cell: update TGSI_OPCODE_ cases by Brian Paul · 15 years ago
  64. d602966 gallium: Fix PPC build. by Michel Dänzer · 15 years ago
  65. b704239 nouveau: nv30: wrong variable for format by Patrice Mandin · 15 years ago
  66. b129c55 r300: fix address register handling in NQSSADCE by Maciej Cencora · 15 years ago
  67. db40bb0 nouveau: Take into account sx,sy parameters to read from source surface by Patrice Mandin · 15 years ago
  68. ede9f3b gallium: remove multiple aliases for TGSI opcodes by Keith Whitwell · 15 years ago
  69. fd31f92 gallium: simplify tgsi_full_immediate struct by Keith Whitwell · 15 years ago
  70. 5e3c62b r600: fix dst reg indexing for real by Richard Li · 15 years ago
  71. 7edb2a9 Revert "r600: fix dst reg indexing" by Alex Deucher · 15 years ago
  72. 72a3d88 r600: add stencil support by Alex Deucher · 15 years ago
  73. db0160b r600: use state functions to set default state by Alex Deucher · 15 years ago
  74. bd62cd7 r600: fill in point functions by Alex Deucher · 15 years ago
  75. 5a615e7 r600: set provoking vertex to last vertex for OGL by Alex Deucher · 15 years ago
  76. 60787df r600: fill in r700UpdateViewportOffset by Alex Deucher · 15 years ago
  77. 549b8e6 r600: first pass at polyoffset support by Alex Deucher · 15 years ago
  78. 7247446 radeon: fix colorbuffer pitch emission regarding tiling in KMS/CS case by Jerome Glisse · 15 years ago
  79. ecead30 R600: fix up some build problems by Alex Deucher · 15 years ago
  80. 9e6d38f r600: add alpha test support by Alex Deucher · 15 years ago
  81. cf24119 Track Radeon driver symlinks in Git. by Michel Dänzer · 15 years ago
  82. 5358e54 Add missing X11_INCLUDES to egl/drivers/demo and egl/main. by Peter Hutterer · 15 years ago
  83. 81d5550 i965: Don't clip everything if FRONT_AND_BACK culling while culling disabled. by Eric Anholt · 15 years ago
  84. 6617fa6 r600: fix typo in blend code by Alex Deucher · 15 years ago
  85. cc893d9 r600: fix dst reg indexing by Kevin DeKorte · 15 years ago
  86. 265d5eb r600: add blending support by Alex Deucher · 15 years ago
  87. a369963 r600: add user clip plane support by Alex Deucher · 15 years ago
  88. ce9c5a1 r600: add logicop support by Alex Deucher · 15 years ago
  89. cad82cd tgsi: get texturing working in vertex shader sse2 path by Keith Whitwell · 15 years ago
  90. cd63e356 Merge branch 'mesa_7_5_branch' by Michel Dänzer · 15 years ago
  91. 5ed4404 radeon: With DRI1, if we have HW stencil, only expose fbconfigs with stencil. by Michel Dänzer · 15 years ago
  92. 442101d tgsi: get texturing working in vertex shader sse2 path by Keith Whitwell · 15 years ago
  93. 27a19be tgsi: fix regression in indexed const lookups by Keith Whitwell · 15 years ago
  94. 91512fa r600: Fix compilation by Kevin DeKorte · 15 years ago
  95. 19249a1 R6xx/r7xx: Fix line stipple and width issue by Cooper Yuan · 15 years ago
  96. cf721c8 Add common_ppc.c to MESA_GALLIUM_SOURCES. by Michel Dänzer · 15 years ago
  97. 3d0009c r300g: Fix SCons build. by Michel Dänzer · 15 years ago
  98. 0b7a907 gallium/trace: Fix SCons build. by Michel Dänzer · 15 years ago
  99. 3326be6 r300g: Guard R500 register writes by is_r500 check. by Michel Dänzer · 15 years ago
  100. a8921d0 gallium: make g3dvl build again by Dave Airlie · 15 years ago