summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600
AgeCommit message (Expand)Author
2010-02-14r600: use new program cloning functionsBrian Paul
2010-02-14r600: Silence uninitialized variable warnings.Vinson Lee
2010-02-14r600: Silence uninitialized variable warning.Vinson Lee
2010-02-12Revert "r600c: substract vbo offset to vbo size"Jerome Glisse
2010-02-12r600c: substract vbo offset to vbo sizeJerome Glisse
2010-02-12r600: be more exact in vb size calculationAndre Maasikas
2010-02-12r600: support GL_SHORT attributesAndre Maasikas
2010-02-10r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA renameKristian Høgsberg
2010-02-10radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen
2010-02-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg
2010-02-07r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul
2010-02-04r600: reduce number of cache flushesAlex Deucher
2010-01-31r600: Remove duplicate assignment.Vinson Lee
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