svga: minor reformatting of svga_texture() cast wrapper
[mesa.git] / src / gallium / drivers / nouveau / codegen /
2016-08-23 Ilia Mirkinnv50/ir: make sure cfg iterator always hits all blocks
2016-08-17 Ilia Mirkinnv50/ir: fix bb positions after exit instructions
2016-08-17 Ilia Mirkinnv50/ir: properly clear upper bits of a bitset fill
2016-07-27 Samuel Pitoisetgm107/ir: add a legalize SSA pass for PFETCH
2016-07-23 Samuel Pitoisetnvc0/ir: fix up an assertion in emitUADD()
2016-07-22 Samuel Pitoisetnv50/ir: allow to swap sources for OP_SUB
2016-07-20 Samuel Pitoisetnv50/ir: print OP_SUREDB subops in debug mode
2016-07-20 Samuel Pitoisetgm107/ir: add emission for SUREDx
2016-07-20 Samuel Pitoisetgm107/ir: add emission for SUSTx and SULDx
2016-07-20 Samuel Pitoisetgm107/ra: fix constraints for surface operations
2016-07-20 Samuel Pitoisetgm107/ir: lower surface operations
2016-07-19 Samuel Pitoisetgm107/ir: make use of ADD32I for all immediates
2016-07-19 Samuel Pitoisetgm107/ir: add missing NEG modifier for IADD32I
2016-07-19 Ilia Mirkinnvc0: add support for BGRA8 images
2016-07-16 Ilia Mirkinnv50: fix alphatest for non-blendable formats
2016-07-14 Samuel Pitoisetnv50/ir: add missing string for SV_WORK_DIM
2016-07-12 Ben Skeggsnvc0: initial support for GP100 GPUs
2016-07-11 Samuel Pitoisetnvc0/ir: fix images indirect access on Fermi
2016-07-08 Samuel Pitoisetnvc0/ir: remove unused resource info loading helpers
2016-07-08 Samuel Pitoisetnvc0/ir: refactor the surfaces info loading logic
2016-07-08 Samuel Pitoisetnvc0/ir: move the shift left op inside loadTexHandle()
2016-07-04 Samuel Pitoisetnvc0/ir: rename NVE4_SU_INFO_XXX to NVC0_SU_INFO_XXX
2016-07-04 Samuel Pitoisetnvc0/ir: reset the base offset for indirect images...
2016-07-04 Samuel Pitoisetgm107/ir: fix sign bit emission for FADD32I
2016-07-02 Hans de Goedenouveau: Fix a couple of "foo may be used uninitialized...
2016-07-02 Hans de Goedenouveau: Fix gcc6 / c++11 auto_ptr deprecation compiler...
2016-07-02 Hans de Goedenouveau: Add support for SV_WORK_DIM
2016-07-02 Ilia Mirkinnvc0: fix up image support for allowing multiple samples
2016-06-29 Samuel Pitoisetnv50/ir: print EMIT subops in debug mode
2016-06-29 Samuel Pitoisetnv50/ir: print RSQ/RCP subops in debug mode
2016-06-29 Samuel Pitoisetnv50/ir: print PIXLD subops in debug mode
2016-06-29 Samuel Pitoisetnv50/ir: print SHFL subops in debug mode
2016-06-28 Samuel Pitoisetgm107/ir: make sure that flagsDef is set when emitting...
2016-06-27 Samuel Pitoisetgm107/ir: add missing setcond flags for LOP variants
2016-06-27 Samuel Pitoisetgm107/ir: make use of LOP32I for all immediates
2016-06-26 Samuel Pitoisetgm107/ir: make use of MOV32I for all immediates
2016-06-26 Samuel Pitoisetgm107/ir: make use of IMUL32I for all immediates
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-19 Ilia Mirkingk104/ir: fix tex use generation to be more careful...
2016-06-18 Samuel Pitoisetnv50/ir: add missing strings for some recent sysvals
2016-06-14 Stephan Bergmannnv50/ir: make Graph destructor virtual
2016-06-13 Samuel Pitoisetnvc0/ir: clamp the UBO index for compute on Kepler
2016-06-11 Ilia Mirkinnv50: enable indirect addressing of fragment shader...
2016-06-07 Ilia Mirkingk104/ir: fix conditions for adding a texbar
2016-06-07 Ilia Mirkinnvc0: add support for VOTE tgsi opcodes
2016-06-06 Samuel Pitoisetnv50/ir: use round toward 0 when converting doubles...
2016-06-01 Ilia Mirkinnv50/ir: fix error finding free element in bitset in...
2016-06-01 Ilia Mirkinnv50/ir: print relevant file's bitset when showing...
2016-05-30 Ilia Mirkinnvc0/ir: fix spilling predicates to registers
2016-05-30 Ilia Mirkinnvc0/ir: limit max number of regs based on availability...
2016-05-30 Ilia Mirkinnv50/ir: record number of threads in a compute shader
2016-05-30 Pierre Moreaunv50/ir: Add missing handling of U64/S64 in inlines
2016-05-30 Ilia Mirkinnvc0/ir: fix emission of predicate spill to register
2016-05-29 Ilia Mirkinnv50,nvc0: fix the max_vertices=0 case
2016-05-28 Ilia Mirkingk110/ir: fix unspilling of predicates from registers
2016-05-27 Ilia Mirkinnvc0/ir: handle a load's reg result not being used...
2016-05-27 Ilia Mirkinnvc0/ir: avoid generating illegal instructions for...
2016-05-22 Samuel Pitoisetnvc0/ir: fix indirect access for images
2016-05-22 Ilia Mirkinnv50/ir: fix prog info init
2016-05-22 Ilia Mirkinnvc0/ir: return 0 for gl_TessCoord.z for non-triangles...
2016-05-21 Samuel Pitoisetnvc0/ir: add a lowering pass for surfaces on Fermi
2016-05-21 Samuel Pitoisetnvc0/ir: add emission for SULDB and SUSTx
2016-05-21 Samuel Pitoisetnvc0/ir: add emission for OP_SULEA
2016-05-21 Samuel Pitoisetnv50/ir: fix tex constraints for surface coords on...
2016-05-21 Ilia Mirkinnv50/ir: use moveSources to condense sources
2016-05-21 Samuel Pitoisetnvc0/ir: don't check the format for surface stores...
2016-05-21 Samuel Pitoisetnv50/ir: fix a comment in canDualIssue()
2016-05-21 Samuel Pitoisetnv50/ir: fix SUSTx constraints on Kepler
2016-05-20 Ilia Mirkinnv50/ir: treat addresses as local
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
2016-05-17 Ilia Mirkinnvc0/ir: fix shared atomic lowering to preserve shared...
2016-05-17 Ilia Mirkinnvc0/ir: make sure out-of-bounds buffer loads/atomics...
2016-05-15 Ilia Mirkinnv50/ir: avoid asserts when the state tracker feeds...
2016-05-15 Ilia Mirkinnvc0/ir: make sure to align the second arg of TXD to...
2016-05-12 Ilia Mirkinnvc0: fix gl_SampleMaskIn computation
2016-05-12 Ilia Mirkinnv50/ir: generalize interp fixups to be able to fixup...
2016-05-09 Samuel Pitoisetnv50/ir: silence unsupported TGSI_PROPERTY_CS_FIXED_BLOCK_*
2016-04-27 Hans de Goedenouveau: codegen: LOAD: Take src swizzle into account
2016-04-27 Hans de Goedenouveau: codegen: LOAD: Do not call fetchSrc(1) if...
2016-04-27 Hans de Goedenouveau: codegen: LOAD: Always use component 0 when...
2016-04-26 Jakob Sinclairgallium: Remove every double semi-colon
2016-04-26 Samuel Pitoisetgk110/ir: add emission for VSHL
2016-04-26 Samuel Pitoisetgk110/ir: add emission for OP_SUEAU, OP_SUBFM and OP_SU...
2016-04-26 Samuel Pitoisetgk110/ir: add emission for OP_SULDB and OP_SUSTx
2016-04-26 Samuel Pitoisetgk110/ir: add emission for OP_MADSP
2016-04-26 Samuel Pitoisetgk110/ir: add emission for OP_PERMT
2016-04-26 Samuel Pitoisetnvc0/ir: check that the image format doesn't mismatch
2016-04-26 Samuel Pitoisetnvc0/ir: prevent out of bounds when no images are bound
2016-04-26 Samuel Pitoisetnvc0/ir: add indirect support for images on Kepler
2016-04-26 Samuel Pitoisetnvc0/ir: fix 1D arrays images for Kepler
2016-04-26 Samuel Pitoisetnvc0/ir: fix cube images for Kepler
2016-04-26 Ilia Mirkinnv50/ir: add support for SULDP -> SULDB conversion
2016-04-26 Samuel Pitoisetnv50/ir: make use of OP_SUQ for surfaces query
2016-04-26 Samuel Pitoisetnv50/ir: add OP_BUFQ for buffers query
2016-04-26 Samuel Pitoisetnv50/ir: enable early fragment test with explicit user...
2016-04-26 Samuel Pitoisetnvc0/ir: fix constraints for OP_SUSTx on Kepler
2016-04-26 Samuel Pitoisetnv50/ir: re-introduce TGSI lowering pass for images
2016-04-26 Samuel Pitoisetnv50/ir: add support for TGSI image declarations
2016-04-26 Samuel Pitoisetgk110/ir: add emission for (a OP b) OP c
2016-04-26 Samuel Pitoisetnvc0/ir: fix wrong emission of (a OP b) OP c
next