aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r700_assembler.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'shader-file-reorg'Brian Paul2010-06-231-1/+1
|\
| * mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* | r600: fix warningsMarc2010-06-161-2/+2
|/
* r600: Make next_inst() static.Henri Verbeet2010-06-081-58/+61
* r600: Assert output registers have a valid export index.Henri Verbeet2010-06-081-0/+4
* r600: Process exports for all written fragment outputs.Henri Verbeet2010-06-081-26/+12
* r600: enable VERT_RESULT_PSIZ - makes point size & attenuation workAndre Maasikas2010-04-261-2/+19
* r600: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+3
* r600: Assert that array index is not negative.Vinson Lee2010-02-241-0/+1
* r600: Silence uninitialized variable warnings.Vinson Lee2010-02-141-0/+4
* r600: Silence uninitialized variable warning.Vinson Lee2010-02-141-1/+1
* r600: fix XPD with writemaskAndre Maasikas2010-01-271-7/+8
* r600: fix some warningsAlex Deucher2010-01-181-6/+6
* r600: fix shadow_ambient shaderAndre Maasikas2010-01-181-1/+1
* r600: support depth compare functions & shadow_ambientAndre Maasikas2010-01-051-1/+39
* r600: support vertex_array_bgraAndre Maasikas2010-01-041-4/+16
* mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.Brian Paul2009-12-221-2/+2
* r600: disallow negative offsets for relative addressing for nowAndre Maasikas2009-12-211-1/+9
* r600: fix typos for vert-texAndre Maasikas2009-12-151-1/+1
* r600: add DDX DDY opcodesAndre Maasikas2009-12-151-8/+17
* r600 : add texture support for vertex shader.Richard Li2009-12-141-33/+65
* r600 : add pre-compile mesa shader calling interface, in order to handleRichard Li2009-12-091-18/+389
* r600: and finally fix SCSAndre Maasikas2009-12-081-51/+46
* r600: remove (now) dead codeAndre Maasikas2009-12-081-299/+2
* r600: fix SIN alsoAndre Maasikas2009-12-081-10/+5
* r600: use the new inline constants feature to fix COSAndre Maasikas2009-12-081-1/+36
* r600: add assembler support for literal(inline) constantsAndre Maasikas2009-12-081-20/+47
* r600: merge alu_instruction/alu_instruction2Andre Maasikas2009-12-081-293/+27
* r600: add ABS support for source regs to assemblerAndre Maasikas2009-12-081-22/+5
* r600: glsl - allow specifying texture sampler via uniformsAndre Maasikas2009-12-081-1/+1
* r600: quick hack to get KIL_NV working - does condition TR only for nowAndre Maasikas2009-12-081-7/+17
* r600: wip glsl - refactor conditional instructions a bitAndre Maasikas2009-12-081-310/+69
* r600: execute SET funtions on all channelsAndre Maasikas2009-12-081-1/+1
* Merge branch 'mesa_7_7_branch'Andre Maasikas2009-12-081-17/+12
|\
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas2009-12-081-17/+9
| |\
| | * r600: add support for TXB instructionAndre Maasikas2009-12-081-17/+9
* | | r600 : add read port allocation for uniform;Richard Li2009-11-291-19/+27
* | | r600 : reset stack flag with one channel only.Richard Li2009-11-241-1/+4
* | | r600 : fix stack depth setting bug.Richard Li2009-11-241-4/+4
* | | r600 : add support for shader instruction trunc and discard.Richard Li2009-11-221-28/+77
* | | r600: hopefully fix segfault.Dave Airlie2009-11-231-1/+2
* | | r600: fix inline issuesDave Airlie2009-11-231-2/+2
* | | r600 : add stack depth calculation, enable CF pop.Richard Li2009-11-221-133/+208
* | | r600 : use cf for all pop now, left optimization for future.Richard Li2009-11-221-15/+41
* | | r600 : change shader pop method for now.Richard Li2009-11-191-27/+27
* | | r600 : check in shader code test enable flag: if flagRichard Li2009-11-191-16/+28
* | | r600 : add some defsRichard Li2009-11-181-2/+33
* | | r600 : Initial version of glsl fc.Richard Li2009-11-181-18/+1918
|/ /
* | r600: implement LOG op in compilerPierre Ossman2009-11-021-3/+213
* | r600: implement EXP op in compilerPierre Ossman2009-11-021-3/+129