summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-1/+5
|\
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-111-1/+5
| |\
| | * r600: fix state size prediction after dc0777d3Andre Maasikas2009-12-091-1/+5
* | | r600 : add pre-compile mesa shader calling interface, in order to handleRichard Li2009-12-094-24/+498
* | | r600: and finally fix SCSAndre Maasikas2009-12-081-51/+46
* | | r600: remove (now) dead codeAndre Maasikas2009-12-082-303/+2
* | | r600: fix SIN alsoAndre Maasikas2009-12-082-12/+6
* | | 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-082-21/+49
* | | r600: merge alu_instruction/alu_instruction2Andre Maasikas2009-12-082-297/+29
* | | r600: add ABS support for source regs to assemblerAndre Maasikas2009-12-082-25/+9
* | | r600: glsl - allow specifying texture sampler via uniformsAndre Maasikas2009-12-084-1/+11
* | | r600: implement FRAG_ATTRIB_FACE, glsl/twoside worksAndre Maasikas2009-12-081-1/+33
* | | 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-082-310/+70
* | | r600: execute SET funtions on all channelsAndre Maasikas2009-12-081-1/+1
* | | Merge branch 'mesa_7_7_branch'Andre Maasikas2009-12-082-18/+13
|\| |
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas2009-12-082-18/+10
| |\|
| | * r600: add support for TXB instructionAndre Maasikas2009-12-081-17/+9
| | * r600: reorder state for render_target and blendAndre Maasikas2009-12-081-1/+1
| | * r600: disable compressed texture supportmesa_7_6_1_rc1Alex Deucher2009-11-181-0/+4
| | * r600: don't emit htile regsAlex Deucher2009-11-091-4/+2
* | | radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e...Alex Deucher2009-12-051-12/+1
* | | r600 : clena up a bit for last commit.Richard Li2009-11-292-8/+6
* | | r600 : add read port allocation for uniform;Richard Li2009-11-294-62/+101
* | | r600: add ARB_texture_non_power_of_two support.Dave Airlie2009-11-251-1/+1
* | | 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
* | | radeon/r200/r300/r600: make bo mapping be explicitDave Airlie2009-11-241-1/+20
* | | r600 : add support for shader instruction trunc and discard.Richard Li2009-11-222-29/+78
* | | r600: hopefully fix segfault.Dave Airlie2009-11-231-1/+2
* | | r600: fix inline issuesDave Airlie2009-11-232-4/+2
* | | r600 : add stack depth calculation, enable CF pop.Richard Li2009-11-223-161/+223
* | | r600 : use cf for all pop now, left optimization for future.Richard Li2009-11-222-16/+42
* | | r600 : eliminate Wondows line ending for test code.Richard Li2009-11-201-28/+28
* | | Merge remote branch 'origin/mesa_7_7_branch'Dave Airlie2009-11-203-40/+24
|\| |
| * | Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branchMaciej Cencora2009-11-183-40/+24
| |\ \
| | * | r600: align for mipmap tree changesMaciej Cencora2009-11-183-40/+24
* | | | r600 : Clean up a bit test code mess.Richard Li2009-11-191-17/+0
* | | | 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-192-21/+77
* | | | r600 : update PS and VS emit count for loop constants.Richard Li2009-11-181-2/+2
* | | | r600 : add some defsRichard Li2009-11-183-3/+55
* | | | r600 : Initial version of glsl fc.Richard Li2009-11-187-84/+2189
|/ / /
* / / r600: don't force Z orderAlex Deucher2009-11-161-3/+0
|/ /
* | r600/r700: typo, fix mask of DB_ALPHA_TO_MASKJerome Glisse2009-11-091-3/+3
* | r600: rework DB render setupAlex Deucher2009-11-094-42/+73
* | r600: don't emit htile regsAlex Deucher2009-11-091-4/+2
* | r600: add missing ZPASS setup bits for r7xx+Alex Deucher2009-11-092-0/+6
* | r600: rework draw functionsAlex Deucher2009-11-041-64/+134