summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_chip.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-28r300c, r600c: Remove these DRI drivers.Eric Anholt1-1656/+0
2011-08-29dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted texturesIan Romanick1-1/+0
2011-04-19r600c: add big endian support for r6xx/r7xxCédric Cano1-1/+9
2011-04-11r600: silence various compiler warningsBrian Paul1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-41/+41
2010-09-15r600c: fix buffer height setting in dri2 caseAndre Maasikas1-4/+23
2010-09-10r600c: oq updatesAlex Deucher1-1/+1
2010-08-26r600: fix vertex buffer size calculationAndre Maasikas1-12/+1
2010-08-20evergreen : initial support driver code.richard1-42/+80
2010-08-12r600: add support for draw_elements_base_vertexAndre Maasikas1-15/+1
2010-08-09radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet1-2/+2
2010-08-05r600: add new relocs for tiling supportAlex Deucher1-11/+26
2010-04-26r600: add support for more rendering formatsAlex Deucher1-15/+244
2010-02-24r600: proper fix for 15601835361e2fdd34b38b265cfc3007749ee24dAlex Deucher1-1/+1
2010-02-12Revert "r600c: substract vbo offset to vbo size"Jerome Glisse1-1/+1
2010-02-12r600c: substract vbo offset to vbo sizeJerome Glisse1-1/+1
2010-02-12r600: be more exact in vb size calculationAndre Maasikas1-1/+2
2010-02-12r600: support GL_SHORT attributesAndre Maasikas1-5/+5
2010-01-30r600: Remove unnecessary headers.Vinson Lee1-2/+0
2010-01-22r600: enable draw_offsetAndre Maasikas1-2/+1
2010-01-18r6xx/r7xx: emit relocation for FRAG & TILE bufferJerome Glisse1-3/+21
2010-01-05r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas1-4/+1
2009-12-15r600: fix typos for vert-texAndre Maasikas1-2/+2
2009-12-14r600 : add texture support for vertex shader.Richard Li1-4/+30
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul1-1/+5
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul1-1/+5
2009-12-09r600: fix state size prediction after dc0777d3Andre Maasikas1-1/+5
2009-12-08Merge branch 'mesa_7_7_branch'Andre Maasikas1-1/+1
2009-12-08Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas1-1/+1
2009-12-08r600: reorder state for render_target and blendAndre Maasikas1-1/+1
2009-11-20Merge remote branch 'origin/mesa_7_7_branch'Dave Airlie1-3/+7
2009-11-18r600 : update PS and VS emit count for loop constants.Richard Li1-2/+2
2009-11-18r600 : Initial version of glsl fc.Richard Li1-45/+54
2009-11-18r600: align for mipmap tree changesMaciej Cencora1-3/+7
2009-11-09r600: don't emit htile regsAlex Deucher1-4/+2
2009-11-09r600: don't emit htile regsAlex Deucher1-4/+2
2009-10-29r600: remove the no rrb messagesAlex Deucher1-2/+0
2009-10-28r600: add occlusion query supportAlex Deucher1-0/+54
2009-10-23r600: remove remains of old tnl pipelineAlex Deucher1-113/+8
2009-10-23r600: fix render size predictionAlex Deucher1-2/+2
2009-09-25radeon: Fix newlines.Michal Krol1-14/+14
2009-09-24r600 : fix draw_prim bug: vertex fetcher setting.Richard Li1-3/+16
2009-09-24r600: add span support for 1D tilesAlex Deucher1-1/+1
2009-09-24r600: enable caching of vertex programsAndre Maasikas1-6/+4
2009-09-24r600: check if textures are actually enabled before submissionAlex Deucher1-55/+63
2009-09-22r600 : add draw_prim support.Richard Li1-8/+92
2009-09-14r600: add span support for 1D tilesAlex Deucher1-1/+1
2009-09-11r600: enable caching of vertex programsAndre Maasikas1-6/+4
2009-09-09r600: check if textures are actually enabled before submissionAlex Deucher1-55/+63
2009-09-03r600: rework cb/db setupAlex Deucher1-0/+91