1. 497506a gallium: remove TGSI opcode SCS by Marek Olšák · 7 years ago
  2. 985e6b5 gallium: remove TGSI opcode XPD by Marek Olšák · 7 years ago
  3. 3e2ff8f gallium: remove TGSI opcode DPH by Marek Olšák · 7 years ago
  4. 86e6f7a gallium: remove TGSI opcode DP2A by Marek Olšák · 7 years ago
  5. ad019bf gallium: remove TGSI_OPCODE_CLAMP by Marek Olšák · 7 years ago
  6. d995115 gallium: remove TGSI_OPCODE_SUB by Marek Olšák · 8 years ago
  7. a4ace98 gallium: remove TGSI_OPCODE_ABS by Marek Olšák · 8 years ago
  8. 599c333 svga: silence a couple unused variable warnings by Brian Paul · 8 years ago
  9. e0184b3 svga: s/Elements/ARRAY_SIZE/ by Brian Paul · 8 years ago
  10. fb523cb gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* by Marek Olšák · 8 years ago
  11. 2d8df03 svga: emit sampler declarations in the helper function for non vgpu10 by Charmaine Lee · 8 years ago
  12. dc9ecf5 svga: use shader sampler view declarations by Brian Paul · 8 years ago
  13. 69f43c2 util/pstipple: allow fragment shader POSITION to be a system value by Marek Olšák · 9 years ago
  14. 1953cee gallium/drivers/svga: Use unsigned for loop index by Edward O'Callaghan · 9 years ago
  15. 1082735 svga: detect constant color writes in fragment shaders by Brian Paul · 9 years ago
  16. e054251 svga: update driver for version 10 GPU interface by Brian Paul · 9 years ago
  17. e1c4e8a gallium: remove TGSI_SAT_MINUS_PLUS_ONE by Marek Olšák · 9 years ago
  18. d4864cd gallium: Drop the NRM and NRM4 opcodes. by Eric Anholt · 10 years ago
  19. 744d2a2 svga: fix comment for emit_adjusted_vertex_attribs() by Brian Paul · 10 years ago
  20. 851645a svga: add VS code to set attribute W component to 1 by Brian Paul · 10 years ago
  21. 615a356 svga: implement support for signed byte vertex attributes by Brian Paul · 10 years ago
  22. 7c7ab54 svga: use new inst_token_setp() helper function by Brian Paul · 10 years ago
  23. 8e13157 svga: use new inst_token_predicated() helper function by Brian Paul · 10 years ago
  24. 23d4ff5 svga: replace out-of-temps assertion with debug warning by Brian Paul · 10 years ago
  25. a15eb19 svga: minor code movement in svga_tgsi_insn.c by Brian Paul · 11 years ago
  26. 56b876e svga: simplify common immediate value construction by Brian Paul · 11 years ago
  27. 023020d svga: add comments, etc to svga_tgsi_insn.c code by Brian Paul · 11 years ago
  28. b9f68d9 svga: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS by Brian Paul · 11 years ago
  29. 384fd64 svga: rename color output variables by Brian Paul · 11 years ago
  30. 9d1c71e svga: remove special-case code for texkil w component by Brian Paul · 11 years ago
  31. 1a36dfb svga: print warning for unsupported indirect dest reg indexing by Brian Paul · 11 years ago
  32. 395fac2 svga: we don't support TGSI_OPCODE_CONT by Brian Paul · 11 years ago
  33. 46205ab tgsi: rename the TGSI fragment kill opcodes by Brian Paul · 11 years ago
  34. cba7939 svga: minor cleanups, comments in svga_tgsi_insn.c by Brian Paul · 11 years ago
  35. 1f57349 svga: move some svga/tgsi functions by Brian Paul · 11 years ago
  36. 3abd928 svga: formatting fixes in svga_tgsi_insn.c by Brian Paul · 11 years ago
  37. e8d1b26 svga: remove TGSI_OPCODE_BREAKC instruction translation by Roland Scheidegger · 11 years ago
  38. 3cb4915 svga: check for NaN shader immediates by Brian Paul · 12 years ago
  39. d21e6c8 svga: silence MSVC float/int assignment warnings by Brian Paul · 12 years ago
  40. 25cd2c2 svga: silence some MSVC signed/unsigned comparison warnings by Brian Paul · 12 years ago
  41. dafa772 svga: fix invalid memory reference in needs_to_create_zero() by Brian Paul · 12 years ago
  42. bbe92dc svga: whitespace fixes by Brian Paul · 12 years ago
  43. 1ab37a2 svga: implement TGSI_OPCODE_ROUND by Brian Paul · 12 years ago
  44. d594f72 svga: fix CMP translation for vertex shaders by Brian Paul · 12 years ago
  45. 30f8575 svga: properly implement TRUNC instruction by Brian Paul · 12 years ago
  46. 0bd3a75 svga: fix register collision issue in emit_conditional() by Brian Paul · 12 years ago
  47. 8009fca svga: fix saturated TEX instructions by Brian Paul · 12 years ago
  48. a1c5513 svga: implement CEIL opcode translation by Brian Paul · 12 years ago
  49. 4516fcc svga: move temp register index assertions by Brian Paul · 13 years ago
  50. b875838 svga: remove old, unused sincos code for SM2.0 by Brian Paul · 13 years ago
  51. 94b219b svga: remove support for shader model 2.0 by Brian Paul · 13 years ago
  52. 2b2a69e svga: test register W component in emit_kil() by Brian Paul · 13 years ago
  53. 7d09df0 svga: fix depth/shadow compare for non-projected texcoords by Brian Paul · 13 years ago
  54. 9bd15ae svga: implement texture swizzling by Brian Paul · 13 years ago
  55. 49a6f5e svga: check that we don't exceed input/ouput register limits by Brian Paul · 13 years ago
  56. 2f40e4a svga: implement point sprite suppport by Brian Paul · 13 years ago
  57. 8bf3fb4 svga: Share one texcoord between depth and fog by Jakob Bornecrantz · 13 years ago
  58. 4f17830 svga: Only emit Z depth work if it is actually read by Jakob Bornecrantz · 13 years ago
  59. 166e942 svga: Wip for passing depth in a texcoord by Jakob Bornecrantz · 13 years ago
  60. f9b4867 svga: Cannot use negate or abs on source to dsx/dsy instructions. by José Fonseca · 13 years ago
  61. 15c3e21 svga: Ensure LRP's restrictions are observed in all uses. by José Fonseca · 13 years ago
  62. 965ab5f svga: Preserve src swizzles in submit_op2/3/4. by José Fonseca · 13 years ago
  63. 0adeaf0 svga: Don't use more than one constant per IFC instruction. by José Fonseca · 13 years ago
  64. 5a1ce49 svga: Fix translation of TGSI SSG opcode. by Michel Dänzer · 14 years ago
  65. 2794923 svga: Integer constant register file has a separate namespace. by Michal Krol · 14 years ago
  66. 0742e0b svga: Fix relative addressing translation for pixel shaders. by Michal Krol · 14 years ago
  67. 1bb9761 svga: Fix CMP translation for vertex shader targets. by Michal Krol · 14 years ago
  68. 0bd1cbc gallium: convert rasterizer state to use gl-style front/back concepts by Keith Whitwell · 14 years ago
  69. e5395f3 svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes. by José Fonseca · 14 years ago
  70. 066fd70 svga: Emit a scalar rcp in shadow maps. by José Fonseca · 14 years ago
  71. 7384cdf svga: Don't emit zero writemasks. by José Fonseca · 14 years ago
  72. 3f7af84 svga: Silence uninitialized variable warnings. by Vinson Lee · 14 years ago
  73. 7e64701 svga: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  74. 84d41f3 svga: fix TXD and TXL opcode translation by Keith Whitwell · 15 years ago
  75. 0748fc4 svga: deriv insns not valid in dynamic flow control either by Keith Whitwell · 15 years ago
  76. a9cdae2 svga: texture from lod zero inside dynamic branching by Keith Whitwell · 15 years ago
  77. fc3efcc svga: better method for generating white fs color outputs by Keith Whitwell · 15 years ago
  78. 2c04603 Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR. by Michal Krol · 15 years ago
  79. 91a4e6d tgsi: rename fields of tgsi_full_src_register to reduce verbosity by Keith Whitwell · 15 years ago
  80. 5b0824d tgsi: rename fields of tgsi_full_dst_register to reduce verbosity by Keith Whitwell · 15 years ago
  81. 7d6c8f9 tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity by Keith Whitwell · 15 years ago
  82. ba1ca28 gallium: simplify tgsi tokens further by Keith Whitwell · 15 years ago
  83. 3192633 svga: Add svga driver by Jakob Bornecrantz · 15 years ago