summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600
Commit message (Expand)AuthorAgeFilesLines
* radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora2010-01-199-219/+56
* r600: align to r300 changes in the blit codeMaciej Cencora2010-01-192-9/+7
* r300/r600: move some bo offsets checking to blit codeMaciej Cencora2010-01-192-4/+4
* r600: prepare for some code sharingMaciej Cencora2010-01-193-3/+4
* r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381bAlex Deucher2010-01-191-1/+1
* r100/r200/r600: check if blitting for given format is supported earlierAlex Deucher2010-01-191-2/+57
* r60: Add relocs for CB_TILE/FRAGAlex Deucher2010-01-181-5/+24
* r600: fix some warningsAlex Deucher2010-01-182-6/+7
* r600: Update default state size to account for the new relocationJerome Glisse2010-01-181-1/+1
* r6xx/r7xx: emit relocation for FRAG & TILE bufferJerome Glisse2010-01-181-3/+21
* r600: fix shadow_ambient shaderAndre Maasikas2010-01-181-1/+1
* r600: remove stray END_BATCH in blit codeAlex Deucher2010-01-161-1/+0
* r600: improve blit supportAlex Deucher2010-01-152-247/+1074
* r600: add initial blit supportAndre Maasikas2010-01-157-323/+701
* r600: add r600_blit.cAlex Deucher2010-01-151-0/+609
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-20/+20
|\
| * r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas2010-01-062-6/+5
| * r600: float texture component orderingPierre Ossman2010-01-061-20/+20
| * r600: support vertex_array_bgraAndre Maasikas2010-01-045-6/+25
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-054-6/+6
|\ \
| * | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-044-6/+6
* | | r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas2010-01-052-6/+5
* | | r600: support depth compare functions & shadow_ambientAndre Maasikas2010-01-055-2/+98
* | | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-2/+2
|/ /
* | r600: support vertex_array_bgraAndre Maasikas2010-01-045-6/+25
* | mesa: implement per-buffer color maskingBrian Paul2009-12-292-5/+5
* | mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.Brian Paul2009-12-221-2/+2
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-0/+4
|\|
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-211-7/+6
| |\
| | * radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-226-101/+108
| | * r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-222-16/+15
| | * r600: fix glFrontFace(GL_CW)Dave Airlie2009-12-211-7/+2
| | * r600: Invert front face winding when rendering to FBOAlex Deucher2009-12-161-0/+4
| * | radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-226-101/+108
| * | r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-222-16/+15
* | | r600: support more of arb_point_sprite and also sprite_coord_originAndre Maasikas2009-12-211-4/+25
* | | r600: disallow negative offsets for relative addressing for nowAndre Maasikas2009-12-211-1/+9
* | | r600: fix glFrontFace(GL_CW)Dave Airlie2009-12-211-7/+2
* | | radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-216-101/+108
* | | r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.Richard Li2009-12-181-1/+1
* | | radeon: fix frontbuffer read/drawpixelsDave Airlie2009-12-181-0/+4
* | | r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-172-16/+15
* | | r600 : clean a bit to prepare to enable gl2.Richard Li2009-12-161-14/+2
* | | r600: use _mesa_insert_instructions to fixup wpos instead of manual ins insertAndre Maasikas2009-12-151-25/+15
* | | r600: fix typos for vert-texAndre Maasikas2009-12-152-3/+3
* | | r600: fix fragment.positionAndre Maasikas2009-12-152-1/+68
* | | r600: add support for FRAG_ATTRIB_PNTCAndre Maasikas2009-12-151-0/+41
* | | r600: add DDX DDY opcodesAndre Maasikas2009-12-151-8/+17
* | | r600 : add texture support for vertex shader.Richard Li2009-12-144-37/+104
* | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-1/+5
|\| |