summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r700_assembler.h
Commit message (Expand)AuthorAgeFilesLines
* r300c, r600c: Remove these DRI drivers.Eric Anholt2011-10-281-838/+0
* r600c: add big endian support for r6xx/r7xxCédric Cano2011-04-191-0/+133
* r600: remove mask from output intructionsAndre Maasikas2010-09-091-2/+0
* evergreen : initial support driver code.richard2010-08-201-2/+26
* r600: implement SSG instructionAndre Maasikas2010-08-181-0/+1
* r600c: Handle reads from PROGRAM_OUTPUTHenri Verbeet2010-08-171-1/+1
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* r600: Make next_inst() static.Henri Verbeet2010-06-081-1/+0
* r600: fix some warningsAlex Deucher2010-01-181-0/+1
* r600: support depth compare functions & shadow_ambientAndre Maasikas2010-01-051-0/+2
* r600: support vertex_array_bgraAndre Maasikas2010-01-041-0/+1
* r600 : add texture support for vertex shader.Richard Li2009-12-141-0/+2
* r600 : add pre-compile mesa shader calling interface, in order to handleRichard Li2009-12-091-4/+61
* r600: remove (now) dead codeAndre Maasikas2009-12-081-4/+0
* r600: fix SIN alsoAndre Maasikas2009-12-081-2/+1
* r600: add assembler support for literal(inline) constantsAndre Maasikas2009-12-081-1/+2
* r600: merge alu_instruction/alu_instruction2Andre Maasikas2009-12-081-4/+2
* r600: add ABS support for source regs to assemblerAndre Maasikas2009-12-081-3/+4
* r600: glsl - allow specifying texture sampler via uniformsAndre Maasikas2009-12-081-0/+1
* r600: wip glsl - refactor conditional instructions a bitAndre Maasikas2009-12-081-0/+1
* r600 : add support for shader instruction trunc and discard.Richard Li2009-11-221-1/+1
* r600: fix inline issuesDave Airlie2009-11-231-2/+0
* r600 : add stack depth calculation, enable CF pop.Richard Li2009-11-221-27/+14
* r600 : use cf for all pop now, left optimization for future.Richard Li2009-11-221-1/+1
* r600 : add some defsRichard Li2009-11-181-0/+21
* r600 : Initial version of glsl fc.Richard Li2009-11-181-11/+100
* r600: implement LOG op in compilerPierre Ossman2009-11-021-0/+1
* r600: implement EXP op in compilerPierre Ossman2009-11-021-0/+1
* Merge branch 'mesa_7_6_branch' of git+ssh://[email protected]/git/mes...Alex Deucher2009-10-221-0/+1
|\
| * r600: add beginnings of ARL instructionAndre Maasikas2009-10-221-0/+1
| * r600: add support for CUBE textures, also TXPAndre Maasikas2009-09-241-0/+4
* | r600: fix some warningsAlex Deucher2009-09-231-0/+1
* | r600: add support for CUBE textures, also TXPAndre Maasikas2009-09-231-0/+4
* | r600 : add draw_prim support.Richard Li2009-09-221-0/+8
|/
* r600: fix rectangle texturesAlex Deucher2009-08-011-1/+1
* Initial pull of code from r6xx-r7xx-support branchRichard Li2009-04-211-0/+512