summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_shader.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace bswap_32 calls with util_bswap32Jonathan Gray2013-06-171-2/+2
* r600g/llvm: Fix cubearray textureSizeVincent Lejeune2013-05-201-0/+1
* r600g: fixup for MSAA texture support checkingNiels Ole Salscheider2013-05-161-1/+1
* r600g: cleanup MSAA texture support checkingMarek Olšák2013-05-151-2/+3
* r600g: increase array size for shader inputs and outputsMarek Olšák2013-05-101-0/+2
* r600g/llvm: Don't feed LLVM output through r600_bytecode_build()Tom Stellard2013-05-061-388/+13
* r600g/llvm: Don't emit CALL_FS for vertex shadersTom Stellard2013-05-061-7/+9
* r600g/sb: use hex instead of binary constantsVadim Girlin2013-05-031-3/+3
* r600g: use old shader disassembler by defaultVadim Girlin2013-05-031-13/+9
* r600g: plug in optimizing backendVadim Girlin2013-04-301-2/+77
* r600g: mask unused source components for SAMPLEVadim Girlin2013-04-301-0/+20
* r600g/llvm: Fix opencl buildVincent Lejeune2013-04-301-1/+1
* r600g/llvm: get use_kill from compiler shaderVincent Lejeune2013-04-301-1/+5
* r600g/llvm: Pass struct r600_bytecode to r600_llvm_compileTom Stellard2013-04-241-2/+2
* r600/llvm: Read stacksize from config headerVincent Lejeune2013-04-231-2/+1
* /bin/bash: q : commande introuvableVincent Lejeune2013-04-231-1/+1
* r600g: Fix build with --enable-openclTom Stellard2013-04-181-1/+2
* r600g/llvm: Use gprcount from llvmVincent Lejeune2013-04-171-1/+1
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-8/+15
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-171-3/+6
* r600g: Workaround for a harware bug with nested loops on CaymanMartin Andersson2013-04-161-3/+15
* r600g: fix two issues in compressed msaa reading codeDave Airlie2013-04-111-2/+2
* r600g: Fix UMAD on CaymanMartin Andersson2013-04-091-13/+32
* r600g/llvm: Workaround for wrong tex.offset_*Vincent Lejeune2013-04-041-0/+3
* r600g/llvm: Do not change cf_alu inst when adding alusVincent Lejeune2013-04-031-7/+2
* r600g: don't reserve more stack space than required v5Vadim Girlin2013-04-021-44/+87
* r600g: fix range handling for tgsi input declarations v2Vadim Girlin2013-04-021-3/+7
* r600g/llvm: Use stack_size provided from llvm.Vincent Lejeune2013-04-011-0/+1
* r600g/llvm: Add support for cf_alu native encodeVincent Lejeune2013-04-011-0/+14
* r600g/llvm: use native encode for texVincent Lejeune2013-03-311-23/+27
* r600g/llvm: Fix buildTom Stellard2013-03-111-1/+1
* r600g: atomize vertex shaderMarek Olšák2013-03-111-0/+1
* r600g: inline r600_pipe_shader functionMarek Olšák2013-03-111-48/+41
* r600g: use a single env var R600_DEBUG, disable bytecode dumpingMarek Olšák2013-03-111-25/+37
* r600g/llvm: Fix alpha_to_one piglit testsVincent Lejeune2013-02-181-0/+1
* r600g/compute: Fix segfault caused by new shader disassemblerTom Stellard2013-02-051-0/+1
* r600g: implement shader disassembler v3Vadim Girlin2013-02-011-2/+9
* r600g: use tables with ISA info v3Vadim Girlin2013-02-011-736/+735
* r600g: improve inputs/interpolation handling with llvm backendVadim Girlin2013-01-281-79/+80
* r600g: Add ar_chan member to struct r600_bytecodeTom Stellard2013-01-281-0/+1
* r600g: add multi ring support with dma as first second ring v4Jerome Glisse2013-01-281-1/+1
* r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs outputVincent Lejeune2013-01-181-2/+4
* r600g/llvm: tgsi to llvm emits stream output intrinsics.Vincent Lejeune2013-01-181-1/+2
* r600g/llvm: rework handling of the constantsVadim Girlin2013-01-181-10/+33
* r600g: texture buffer object + glsl 1.40 enable support (v2)Dave Airlie2013-01-111-0/+134
* r600g: uniform buffer object supportDave Airlie2013-01-111-8/+48
* r600: always export a position from vertex shaderDave Airlie2013-01-111-0/+17
* radeon/winsys: move radeon family/class identification to winsysJerome Glisse2013-01-071-0/+1
* r600g: refactor and make streamout dumping more informativeMarek Olšák2012-12-201-12/+21
* r600g: try to fix streamout for the cases where BURST_COUNT > 0Marek Olšák2012-12-201-1/+1