summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600
AgeCommit message (Expand)Author
2010-01-30r600: Remove unnecessary headers.Vinson Lee
2010-01-27r600: fix warningAlex Deucher
2010-01-27r600: rv670 support 8 tex instructions just like other r6xxAlex Deucher
2010-01-27r600: increase max texture units to 16Andre Maasikas
2010-01-27r600: fix XPD with writemaskAndre Maasikas
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22r600: enable sampler lod* bitsAndre Maasikas
2010-01-22r600: update vport z & clipping when depth_clamp is changedAndre Maasikas
2010-01-22r600: enable draw_offsetAndre Maasikas
2010-01-22egl: Remove USING_EGL and the related drivers.Chia-I Wu
2010-01-19Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-19r600: align to r300 changes in the blit codeMaciej Cencora
2010-01-19r300/r600: move some bo offsets checking to blit codeMaciej Cencora
2010-01-19r600: prepare for some code sharingMaciej Cencora
2010-01-19r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381bAlex Deucher
2010-01-19r100/r200/r600: check if blitting for given format is supported earlierAlex Deucher
2010-01-18r60: Add relocs for CB_TILE/FRAGAlex Deucher
2010-01-18r600: fix some warningsAlex Deucher
2010-01-18r600: Update default state size to account for the new relocationJerome Glisse
2010-01-18r6xx/r7xx: emit relocation for FRAG & TILE bufferJerome Glisse
2010-01-18r600: fix shadow_ambient shaderAndre Maasikas
2010-01-16r600: remove stray END_BATCH in blit codeAlex Deucher
2010-01-15r600: improve blit supportAlex Deucher
2010-01-15r600: add initial blit supportAndre Maasikas
2010-01-15r600: add r600_blit.cAlex Deucher
2010-01-15r600: fill in some missing XRGB tex formatsAlex Deucher
2010-01-15r600: set tiling correctly for texturing from depth bufferAlex Deucher
2010-01-15r600: fix typo in SQ setupAlex Deucher
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-06r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas
2010-01-06r600: float texture component orderingPierre Ossman
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg
2010-01-05r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas
2010-01-05r600: support depth compare functions & shadow_ambientAndre Maasikas
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
2010-01-04r600: support vertex_array_bgraAndre Maasikas
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2010-01-04r600: support vertex_array_bgraAndre Maasikas
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-22mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.Brian Paul
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-22radeon/r600: use new libdrm_radeon apiDave Airlie
2009-12-22r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie
2009-12-22radeon/r600: use new libdrm_radeon apiDave Airlie
2009-12-22r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie
2009-12-21r600: fix glFrontFace(GL_CW)Dave Airlie
2009-12-21r600: support more of arb_point_sprite and also sprite_coord_originAndre Maasikas
2009-12-21r600: disallow negative offsets for relative addressing for nowAndre Maasikas