summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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: 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
* | | Merge branch 'mesa_7_6_branch' of git+ssh://[email protected]/git/mes...Alex Deucher2009-10-223-7/+77
|\ \ \ | | |/ | |/|
| * | r600: set barrier for tex inst if dst is used earlier, might overwrite it oth...Andre Maasikas2009-10-221-2/+25
| * | r600: need to export something from PSAndre Maasikas2009-10-222-2/+19
| * | r600: add beginnings of ARL instructionAndre Maasikas2009-10-222-3/+33
* | | Merge branch 'mesa_7_6_branch' of git+ssh://[email protected]/git/mes...Alex Deucher2009-10-193-18/+25
|\| |
| * | r600: Fix size calculation for 24 bit depthRobert Noland2009-10-191-2/+6
| * | r600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear to be supported.Robert Noland2009-10-151-1/+12
| * | r600: cleanup in r600_cs_process_relocs().Robert Noland2009-10-151-15/+3
| * | r600: fix tfp1 bo sizeAndre Maasikas2009-10-151-2/+6
| * | r600: implement ProgramStringNotifyAndre Maasikas2009-10-151-17/+38
| * | r600: LIT dst.y gets value from src.xAndre Maasikas2009-10-151-0/+1
| * | r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas2009-10-151-1/+1
| * | r600: fixup KIL instruction a bitAndre Maasikas2009-10-151-18/+9
| * | r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color maskAndre Maasikas2009-10-151-3/+3