summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r700_assembler.c
Commit message (Expand)AuthorAgeFilesLines
* r600c: eg: fix typoAndre Maasikas2010-09-131-1/+1
* r600: add TXL instruction and note about TXBAndre Maasikas2010-09-091-5/+12
* r600: remove depth exports move, just set to output x <- z in the export intr...Andre Maasikas2010-09-091-70/+5
* r600: protect cleanup instructions from double freeAndre Maasikas2010-09-091-1/+8
* r600: remove mask from output intructionsAndre Maasikas2010-09-091-13/+1
* r600: allow relative addressing of temps, inputs, outputsAndre Maasikas2010-09-091-13/+30
* r600: handle LIT writemaskAndre Maasikas2010-09-091-147/+141
* r600: fix rsq from negative inputAndre Maasikas2010-09-091-0/+3
* evergreen : fix shader const allocation and instruction bugs.Richard Li2010-08-291-1/+8
* evergreen : initial support driver code.richard2010-08-201-192/+1396
* r600: implement SSG instructionAndre Maasikas2010-08-181-0/+66
* r600: implement DP2 opcodeAndre Maasikas2010-08-181-2/+10
* r600c: Handle reads from PROGRAM_OUTPUTHenri Verbeet2010-08-171-6/+19
* r600: relax stride/alignment requirements for verticesAndre Maasikas2010-08-041-1/+4
* r600: fix sin,cos functions on r600Andre Maasikas2010-08-021-9/+133
* r600: since 8744c36e added asserts - use another random register for shader w...Andre Maasikas2010-07-291-1/+1
* r600: fix typo in r700 assemblerAlex Deucher2010-07-151-1/+1
* r600: workaround 3 comp GL_SHORT vertex attribute format on r700Andre Maasikas2010-07-071-1/+3
* 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