summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600
Commit message (Expand)AuthorAgeFilesLines
* r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA renameKristian Høgsberg2010-02-101-1/+1
* radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen2010-02-101-0/+2
* dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-091-3/+3
* r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen2010-02-071-0/+4
* mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-041-1/+3
* r600: reduce number of cache flushesAlex Deucher2010-02-042-3/+3
* r600: Remove duplicate assignment.Vinson Lee2010-01-311-1/+1
* r600: Remove unnecessary headers.Vinson Lee2010-01-3011-24/+0
* r600: fix warningAlex Deucher2010-01-271-2/+0
* r600: rv670 support 8 tex instructions just like other r6xxAlex Deucher2010-01-271-3/+5
* r600: increase max texture units to 16Andre Maasikas2010-01-272-5/+3
* r600: fix XPD with writemaskAndre Maasikas2010-01-271-7/+8
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-222-3/+39
|\
| * r600: fill in some missing XRGB tex formatsAlex Deucher2010-01-151-0/+26
| * r600: set tiling correctly for texturing from depth bufferAlex Deucher2010-01-151-0/+10
| * r600: fix typo in SQ setupAlex Deucher2010-01-151-3/+3
* | r600: enable sampler lod* bitsAndre Maasikas2010-01-221-10/+26
* | r600: update vport z & clipping when depth_clamp is changedAndre Maasikas2010-01-221-0/+4
* | r600: enable draw_offsetAndre Maasikas2010-01-221-2/+1
* | egl: Remove USING_EGL and the related drivers.Chia-I Wu2010-01-222-5/+0
* | Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith2010-01-191-2/+1
* | 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
| |\