aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600: fix count prediction for IB caseAlex Deucher2009-11-041-1/+1
* r600: implement LOG op in compilerPierre Ossman2009-11-022-3/+214
* r600: implement EXP op in compilerPierre Ossman2009-11-022-3/+130
* r600: remove duplicate lineAlex Deucher2009-10-301-1/+0
* r600: fill in some missing tex formatsAlex Deucher2009-10-301-0/+46
* r600: fix a warning, update commentsAlex Deucher2009-10-301-3/+3
* r600: use AUTO_INDEX for draw - saves cmd buffer spaceAndre Maasikas2009-10-301-18/+10
* r600: remove the no rrb messagesAlex Deucher2009-10-291-2/+0
* r600: Add support for ARB_depth_clampAlex Deucher2009-10-292-2/+14
* Merge branch 'texformat-rework'Brian Paul2009-10-283-13/+10
|\
| * mesa: choose texture format in core mesa, not driversBrian Paul2009-10-251-3/+1
| * radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul2009-10-211-3/+3
| * drivers: don't include texformat.hBrian Paul2009-10-053-3/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-2/+2
| * drivers: use more mesa format functionsBrian Paul2009-09-271-2/+4
* | r600: add occlusion query supportAlex Deucher2009-10-283-4/+82
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-4/+4
* | r600: remove duplicate stride settingAndre Maasikas2009-10-231-4/+0
* | r600: for position invariant programs reading vert_pos is not always known at...Andre Maasikas2009-10-231-0/+5
* | r600: remove remains of old tnl pipelineAlex Deucher2009-10-237-268/+41
* | r600: fix render size predictionAlex Deucher2009-10-233-20/+20
* | r600: remove old tnl pipelineAlex Deucher2009-10-232-192/+34
* | r600: clean up context creationAlex Deucher2009-10-231-102/+100