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