summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_assembler.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-28r300c, r600c: Remove these DRI drivers.Eric Anholt1-8160/+0
2011-04-19r600c: add big endian support for r6xx/r7xxCédric Cano1-1/+10
2011-04-11r600: silence various compiler warningsBrian Paul1-0/+2
2011-01-11r600c: add evergreen ARL support.Alberto Milone1-14/+69
2010-12-16r600c : inline vertex format is not updated in an app, switch to use vfetch c...richard1-1/+1
2010-12-01r600c: fix some opcodes on evergreenAlex Deucher1-8/+56
2010-09-13r600c: eg: fix typoAndre Maasikas1-1/+1
2010-09-09r600: add TXL instruction and note about TXBAndre Maasikas1-5/+12
2010-09-09r600: remove depth exports move, just set to output x <- z in the export intr...Andre Maasikas1-70/+5
2010-09-09r600: protect cleanup instructions from double freeAndre Maasikas1-1/+8
2010-09-09r600: remove mask from output intructionsAndre Maasikas1-13/+1
2010-09-09r600: allow relative addressing of temps, inputs, outputsAndre Maasikas1-13/+30
2010-09-09r600: handle LIT writemaskAndre Maasikas1-147/+141
2010-09-09r600: fix rsq from negative inputAndre Maasikas1-0/+3
2010-08-29evergreen : fix shader const allocation and instruction bugs.Richard Li1-1/+8
2010-08-20evergreen : initial support driver code.richard1-192/+1396
2010-08-18r600: implement SSG instructionAndre Maasikas1-0/+66
2010-08-18r600: implement DP2 opcodeAndre Maasikas1-2/+10
2010-08-17r600c: Handle reads from PROGRAM_OUTPUTHenri Verbeet1-6/+19
2010-08-04r600: relax stride/alignment requirements for verticesAndre Maasikas1-1/+4
2010-08-02r600: fix sin,cos functions on r600Andre Maasikas1-9/+133
2010-07-29r600: since 8744c36e added asserts - use another random register for shader w...Andre Maasikas1-1/+1
2010-07-15r600: fix typo in r700 assemblerAlex Deucher1-1/+1
2010-07-07r600: workaround 3 comp GL_SHORT vertex attribute format on r700Andre Maasikas1-1/+3
2010-06-23Merge branch 'shader-file-reorg'Brian Paul1-1/+1
2010-06-16r600: fix warningsMarc1-2/+2
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-1/+1
2010-06-08r600: Make next_inst() static.Henri Verbeet1-58/+61
2010-06-08r600: Assert output registers have a valid export index.Henri Verbeet1-0/+4
2010-06-08r600: Process exports for all written fragment outputs.Henri Verbeet1-26/+12
2010-04-26r600: enable VERT_RESULT_PSIZ - makes point size & attenuation workAndre Maasikas1-2/+19
2010-02-27r600: Assert pointer is not null before dereferencing.Vinson Lee1-0/+3
2010-02-24r600: Assert that array index is not negative.Vinson Lee1-0/+1
2010-02-14r600: Silence uninitialized variable warnings.Vinson Lee1-0/+4
2010-02-14r600: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-01-27r600: fix XPD with writemaskAndre Maasikas1-7/+8
2010-01-18r600: fix some warningsAlex Deucher1-6/+6
2010-01-18r600: fix shadow_ambient shaderAndre Maasikas1-1/+1
2010-01-05r600: support depth compare functions & shadow_ambientAndre Maasikas1-1/+39
2010-01-04r600: support vertex_array_bgraAndre Maasikas1-4/+16
2009-12-22mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.Brian Paul1-2/+2
2009-12-21r600: disallow negative offsets for relative addressing for nowAndre Maasikas1-1/+9
2009-12-15r600: fix typos for vert-texAndre Maasikas1-1/+1
2009-12-15r600: add DDX DDY opcodesAndre Maasikas1-8/+17
2009-12-14r600 : add texture support for vertex shader.Richard Li1-33/+65
2009-12-09r600 : add pre-compile mesa shader calling interface, in order to handleRichard Li1-18/+389
2009-12-08r600: and finally fix SCSAndre Maasikas1-51/+46
2009-12-08r600: remove (now) dead codeAndre Maasikas1-299/+2
2009-12-08r600: fix SIN alsoAndre Maasikas1-10/+5
2009-12-08r600: use the new inline constants feature to fix COSAndre Maasikas1-1/+36