1. eb9ad9f softpipe: add image support to softpipe (v3) by Dave Airlie · 8 years ago
  2. 22d1296 tgsi: add support for image operations to tgsi_exec. (v2.1) by Dave Airlie · 8 years ago
  3. 827393b tgsi: introduce NonHelperMask by Dave Airlie · 8 years ago
  4. 1ff4cc0 tgsi_exec: add support for up to 3 address registers (v2) by Dave Airlie · 8 years ago
  5. 53afbc9 tgsi: drop unused set_exec/kill_mask interfaces. by Dave Airlie · 8 years ago
  6. 9fbfa1a gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES by Ilia Mirkin · 9 years ago
  7. 5e09ac7 gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS by Samuel Pitoiset · 8 years ago
  8. 266d001 gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS by Ilia Mirkin · 9 years ago
  9. 814f314 gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT by Marek Olšák · 9 years ago
  10. ba72e6c tgsi, softpipe: Constify tgsi_sampler in query_lod vfunc by Krzesimir Nowak · 9 years ago
  11. 2c52c79 tgsi,softpipe: capitalize the tgsi_sampler_control enum values by Brian Paul · 9 years ago
  12. 263d4a7 tgsi: Add code for handling lodq opcode by Krzesimir Nowak · 9 years ago
  13. a2a1a58 gallium: replace INLINE with inline by Ilia Mirkin · 9 years ago
  14. 77a78c6 softpipe,llvmpipe: fix PIPE_SHADER_CAP_MAX_INPUTS value by Marek Olšák · 9 years ago
  15. b6ebe7e tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations by Marek Olšák · 9 years ago
  16. a6861ec tgsi: handle TG4 opcode in tgsi exec by Dave Airlie · 9 years ago
  17. 216543e gallium: add FMA and DFMA opcodes (v3) by Marek Olšák · 9 years ago
  18. 924ee3f gallium: add shader cap for dldexp/dfracexp support by Ilia Mirkin · 10 years ago
  19. 899d779 gallium: add a cap to enable double rounding opcodes by Ilia Mirkin · 10 years ago
  20. 0e82817 softpipe/tgsi: expose doubles for softpipe. by Dave Airlie · 10 years ago
  21. 5f5b83c gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa by Marek Olšák · 10 years ago
  22. c10332b gallium: remove PIPE_SHADER_CAP_MAX_ADDRS by Marek Olšák · 10 years ago
  23. 04f2c88 gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE by Marek Olšák · 10 years ago
  24. fea996c gallium: Add PIPE_SHADER_CAP_DOUBLES by Tom Stellard · 10 years ago
  25. 7ea04f0 tgsi_exec: use defines for max inputs/outputs by Dave Airlie · 10 years ago
  26. a4670de tgsi/gs: bound max output vertices in shader by Dave Airlie · 10 years ago
  27. 9b1ae44 tgsi: add missing switch cases in tgsi_exec_get_shader_param() by Brian Paul · 10 years ago
  28. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  29. d3e07be tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY by Christian König · 11 years ago
  30. 6ace2e4 tgsi: add texel offsets and derivatives to sampler interface by Roland Scheidegger · 11 years ago
  31. 6b35c2b softpipe/draw/tgsi: simplify driver/tgsi sampler interface by Roland Scheidegger · 11 years ago
  32. 75d9967 softpipe: clean up lod computation by Roland Scheidegger · 11 years ago
  33. ad30e45 tgsi: add support for new SQRT opcode by Brian Paul · 11 years ago
  34. 64f9916 tgsi: Increase maximum number of temps to 4096. by José Fonseca · 12 years ago
  35. 309fda2 softpipe: add ARB_texture_cube_map_array support (v1.1) by Dave Airlie · 12 years ago
  36. a5f44cc gallium/tgsi: Split sampler views from shader resources. by Francisco Jerez · 12 years ago
  37. 82b71db gallium: Move duplicated helper macros to tgsi_exec.h by Tom Stellard · 13 years ago
  38. 6b63e25 gallium: Prefix #defines in tgsi_exec.h with TGSI_ by Tom Stellard · 13 years ago
  39. 9ee1bcf gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h by Tom Stellard · 13 years ago
  40. 34a78b7 tgsi/softpipe: add VertexID support. by Dave Airlie · 13 years ago
  41. 67e3cbf gallium: introduce GLSL based interpolation rules. (v2) by Dave Airlie · 13 years ago
  42. f5bfe54 gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS by Marek Olšák · 13 years ago
  43. 2083a27 tgsi: add support for texture offsets to the TGSI IR. (v2) by Dave Airlie · 13 years ago
  44. d562f97 tgsi: add TXF support. by Dave Airlie · 13 years ago
  45. 7f1b9dd tgsi: add TXQ support. (v2) by Dave Airlie · 13 years ago
  46. 17b695e gallium: add PIPE_SHADER_CAP_INTEGERS by Bryan Cain · 13 years ago
  47. ff2a0fa tgsi: defer allocation of huge inputs/outputs until we have a gs by Zack Rusin · 13 years ago
  48. bdbe77f gallium: implement modern sampling scheme by Zack Rusin · 14 years ago
  49. 859f45a tgsi: add support for system values to TGSI interpreter by Brian Paul · 14 years ago
  50. 9aa089e gallium: add PIPE_SHADER_CAP_SUBROUTINES by Marek Olšák · 14 years ago
  51. 53b7ec9 tgsi: fill out CAPs for indirect addressing by Marek Olšák · 14 years ago
  52. f93d6f9 tgsi/exec: Get rid of obsolete condition codes. by Michal Krol · 14 years ago
  53. a508d2d gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) by Luca Barbieri · 14 years ago
  54. ba2cc3b gallium: implement bounds checking for constant buffers by Brian Paul · 14 years ago
  55. 101f792 gallium: add a temporary array register file by Zack Rusin · 14 years ago
  56. 2b221e1 gallium: add a new register file - immediate array by Zack Rusin · 14 years ago
  57. 7b5931b softpipe: Adverstise (tgsi_exec's) shader limits. by José Fonseca · 14 years ago
  58. fbb1ad3 gallium/tgsi: remove unused tgsi_exec_labels code by Brian Paul · 14 years ago
  59. d288698 gallium: Remove loop register file. by José Fonseca · 14 years ago
  60. 7c5f255 gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS. by Michal Krol · 15 years ago
  61. 835bab0 gallium: Implement 2D constant buffers for fragment shader in softpipe. by Michal Krol · 15 years ago
  62. 4440428 gallium: Fix texture sampling with explicit LOD in softpipe. by Michal Krol · 15 years ago
  63. 4bfe1c9 gallium: Pass per-element (not per-quad) LOD bias values down to texture sampler. by Michal Krol · 15 years ago
  64. 062aab9 gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI. by Michal Krol · 15 years ago
  65. 89d8577 gallium: add geometry shader support to gallium by Zack Rusin · 15 years ago
  66. 0c54d76 tgsi: Implement predicated instructions in exec. by Michal Krol · 15 years ago
  67. cc35a45 tgsi: Fix POSITION and FACE fragment shader inputs. by Michal Krol · 15 years ago
  68. b7590cd tgsi: Bring BGNFOR/ENDFOR implementation up to spec. by Michal Krol · 15 years ago
  69. 7ccf60a tgsi: Up tgsi_exec's control flow nesting to 32. by Michal Krol · 15 years ago
  70. aa2b2e5 tgsi: Update for gallium interface changes. by Michal Krol · 15 years ago
  71. d78a196 tgsi: use new tgsi_call_record to handle execution mask stacks by Brian Paul · 15 years ago
  72. 848ab8b aux/tgsi: pull back ureg work from 0.1 branch by Keith Whitwell · 15 years ago
  73. 013bd4d tgsi: handle SOA dependencies for MOV/SWZ by Brian Paul · 15 years ago
  74. 4e3002b tgsi: no need to separately malloc input and output arrays by Keith Whitwell · 15 years ago
  75. c202fe1 gallium: reduce recursive include of tgsi_exec.h by Keith Whitwell · 15 years ago
  76. 7fb7027 tgsi: make function call code in tgsi_sse.c less opaque by Keith Whitwell · 15 years ago
  77. 6175653 gallium: proper constructor and destructor for tgsi_exec_machine by Keith Whitwell · 15 years ago
  78. 45e744d tgsi: increase MAX_LABELS to 4096 by Brian Paul · 15 years ago
  79. 0f82aa5 tgsi: minor comments by Brian Paul · 15 years ago
  80. 0b9e96f softpipe: remove old/unneeded dependencies between TGSI exec and softpipe by Brian · 16 years ago
  81. 26c8593 tgsi: More comments on source register indirect and 2D indexing. by Michal Krol · 16 years ago
  82. 03c0ce4 gallium: added tgsi_set_exec_mask() by Brian Paul · 16 years ago
  83. e2da7ed tgsi: Add condition code (CC) register. by Michal Krol · 16 years ago
  84. c208a2c Merge tgsi/exec and tgsi/util directories. by José Fonseca · 16 years ago[Renamed from src/gallium/auxiliary/tgsi/exec/tgsi_exec.h]
  85. f7be39e gallium: bump TGSI_EXEC_NUM_TEMPS to 128 by Brian Paul · 16 years ago
  86. f042d66 gallium: increase TGSI interpreter's number of temp registers to 64 by Brian Paul · 16 years ago
  87. 3c12874 gallium: increase TGSI_EXEC_MAX_COND_NESTING, etc by Brian Paul · 16 years ago
  88. 019ad5e gallium: replace 128 with MAX_LABELS by Brian Paul · 16 years ago
  89. 17058e0 tgsi: Implement fast rsqrtf. Not tested, inactive. by Keith Whitwell · 16 years ago
  90. 938ec19 tsgi: make Consts const by Keith Whitwell · 16 years ago
  91. 30d0bac Merge commit 'origin/gallium-0.1' into gallium-0.1 by Keith Whitwell · 16 years ago
  92. 92fcbf6 Code reorganization: s/aux/auxiliary/. by José Fonseca · 16 years ago[Renamed from src/gallium/aux/tgsi/exec/tgsi_exec.h]
  93. b642730 Code reorganization: move files into their places. by José Fonseca · 16 years ago[Renamed from src/mesa/pipe/tgsi/exec/tgsi_exec.h]
  94. eba2e04 added tgsi_exec_machine_free_data() by Brian · 17 years ago
  95. e785f19 Don't always declare frag shader INPUT[0] as fragment position. by Brian · 17 years ago
  96. 81c9058 Add QuadX,Y fields to tgsi_exec_machine to pass quad's position to tgsi interpreter. by Brian · 17 years ago
  97. c3af68d gallium: remove set_sampler_units interface by Keith Whitwell · 17 years ago
  98. 753db0d Hide texture layout details from the state tracker. by Michel Dänzer · 17 years ago
  99. 79d8e78 New comments, replace //-style with /* */ by Brian · 17 years ago
  100. 8fed246 Re-implement GLSL texture sampler variables. by Brian · 17 years ago