aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_shader.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-3/+3
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-9/+9
* r600g: Handle TGSI_OPCODE_CEIL (v2)Kai Wasserbäch2012-05-091-3/+3
* r600g/llvm: Mask write of pred_inst in llvm_if()Tom Stellard2012-05-031-0/+1
* r600g: Add support for reading BREAK_LOGICALZ_i32 from bytestreamTom Stellard2012-05-031-0/+4
* r600g: Add support for reading vertex fetches from bytestreamTom Stellard2012-05-021-0/+37
* r600g: Add support for reading native instructions from the LLVM bytestreamTom Stellard2012-05-021-0/+10
* winsys/radeon: simplify buffer map/unmap functionsMarek Olšák2012-04-291-2/+2
* r600g: init vars to silence warningsBrian Paul2012-04-231-2/+2
* r600g: Add hooks for the LLVM shader compilerTom Stellard2012-04-231-2/+278
* r600g: disable I2F conversion for InstanceID if integers are supportedVadim Girlin2012-04-201-11/+16
* r600g: check gpr count limitVadim Girlin2012-04-091-0/+8
* r600g: cleanup includesMarek Olšák2012-03-051-9/+5
* r600g: remove obsolete todo commentsMarek Olšák2012-03-051-5/+5
* r600g: fix handling of outputs as TEX addr sourcesChristian König2012-02-081-1/+2
* r600g: merge r600_context with r600_pipe_contextMarek Olšák2012-01-311-5/+5
* r600g: remove u8,u16,u32,u64 typesMarek Olšák2012-01-311-5/+5
* r600g: use a more clever way to disable per-vertex point sizeMarek Olšák2012-01-311-0/+1
* r600g: fix udiv/idiv/umod/imod on caymanDave Airlie2012-01-301-91/+280
* r600g: fix fragcoord.w test on caymanDave Airlie2012-01-301-11/+28
* r600g: handle start_component from stream_output_info when possibleMarek Olšák2012-01-251-4/+4
* r600g: nuke the fallback for vertex and fragment color clampingMarek Olšák2012-01-251-35/+0
* r600g: fix inconsistency with INTERP* opcode definitionsVadim Girlin2012-01-241-3/+3
* r600g: fix loop break/continue operationsVadim Girlin2012-01-241-2/+0
* r600g: fix fragcoord.wVadim Girlin2012-01-241-4/+27
* r600g: fix interpolation with clipvertexVadim Girlin2012-01-241-0/+3
* r600g: cayman fix integer multipliesDave Airlie2012-01-231-1/+29
* r600g: cayman initial integer supportDave Airlie2012-01-231-22/+24
* r600g: fix VS fog exportVadim Girlin2012-01-231-0/+5
* r600g: initial cube shadow samplingDave Airlie2012-01-221-2/+22
* r600g: set round_mode to truncate and get rid of tgsi_f2i on evergreenVadim Girlin2012-01-221-52/+2
* r600g: implement clip vertex v2Vadim Girlin2012-01-211-102/+144
* r600g: no need to do CUBE coordinate handling for TXQ.Dave Airlie2012-01-211-1/+3
* r600g: fix combined MEM_STREAM instructionsVadim Girlin2012-01-201-1/+3
* r600g: fixup AR handling (v5)Dave Airlie2012-01-201-1/+1
* r600g: fix ISLT on r600/700Dave Airlie2012-01-181-1/+1
* r600g: make r600/700 use correct ineg.Dave Airlie2012-01-181-1/+1
* r600g: fix UINT_TO_FLT on evergreenVadim Girlin2012-01-181-1/+1
* r600g: fix USLT for r600-egVadim Girlin2012-01-171-2/+2
* r600g: rework IDIV/UDIV and implement MOD/UMOD (v2)Vadim Girlin2012-01-171-133/+591
* r600g: fix mullo_uint trans slot only on r600/r700Dave Airlie2012-01-151-1/+1
* r600g: implement clip distancesVadim Girlin2012-01-151-6/+44
* r600g: implement two-sided lighting (v3)Vadim Girlin2012-01-151-25/+128
* r600g: add support for ISHR/USHR/SHL on r600-evergreenVadim Girlin2012-01-151-6/+6
* r600g: implement IDIV/UDIV on r600-evergreenVadim Girlin2012-01-151-4/+222
* r600g: implement ISSG on r600-evergreenVadim Girlin2012-01-151-0/+63
* r600g: implement IABS on r600-evergreenVadim Girlin2012-01-151-0/+60
* r600g: implement F2U on evergreenVadim Girlin2012-01-151-2/+2
* r600g: fix F2I on evergreenVadim Girlin2012-01-151-1/+50
* r600g: vertex id support.Dave Airlie2012-01-151-8/+15