summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-28r300c, r600c: Remove these DRI drivers.Eric Anholt1-560/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-1/+1
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-1/+1
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg1-1/+2
2010-03-07r300: VAP flush is needed only when vertex program or constants are changedMaciej Cencora1-1/+0
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora1-2/+0
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-2/+2
2009-12-12r300: use accelerated emit for CopyTex[Sub]Image functionsMaciej Cencora1-0/+2
2009-12-12r300: accelerated blit supportMaciej Cencora1-0/+5
2009-09-10r300: add full support for two sided stencil on r5xx for dri2Alex Deucher1-0/+5
2009-08-25Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen1-1/+0
2009-08-24r300: add support for getting Z pipe info from drmAlex Deucher1-1/+0
2009-08-21r300: Clean emit code.Pauli Nieminen1-1/+1
2009-08-18radeon: Optimize memory handling for dma operations.Pauli Nieminen1-16/+0
2009-08-18r300: OQ reworkDave Airlie1-16/+6
2009-08-15r300: add occlusion queries supportMaciej Cencora1-0/+17
2009-08-14r300: rework index buffer setupMaciej Cencora1-2/+3
2009-08-14r300: use VBOs for vertex attributesMaciej Cencora1-2/+3
2009-07-27r300/fragprog: Move wpos_attr and fog_attr where they belongNicolai Hähnle1-0/+5
2009-07-27r300/fragprog: Finally get rid of the duplicate program copyNicolai Hähnle1-1/+0
2009-07-27r300/vertprog: Refactor addArtificialOutputs to use rc_programNicolai Hähnle1-1/+7
2009-07-27r300: Move vertex program compilation to compilerNicolai Hähnle1-29/+2
2009-07-27r300: Cleanup vertex_program structureNicolai Hähnle1-5/+9
2009-07-27r300: Remove faux lazy translation of vertex programsNicolai Hähnle1-1/+0
2009-07-27r300: Reduce include dependenciesNicolai Hähnle1-1/+1
2009-07-27r300: Remove some dependencies on additional fragment program copiesNicolai Hähnle1-3/+2
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle1-131/+5
2009-07-13r300: document r300_vertex_program_cont structureMaciej Cencora1-2/+7
2009-07-13r300: document r300_fragment_program_cont structMaciej Cencora1-0/+5
2009-07-13r300: rewrite FOGC and HPOS attribs handlingMaciej Cencora1-1/+7
2009-07-13r300: bind vertex program to fragment programMaciej Cencora1-3/+1
2009-07-13r300: implement proper IsProgramNative check for vertex programsMaciej Cencora1-1/+0
2009-07-13r300: don't modify original vertex programMaciej Cencora1-3/+1
2009-07-13r300: cache translated fragment programsMaciej Cencora1-1/+9
2009-06-07r300: remove unused codeMaciej Cencora1-2/+0
2009-06-07r300: add hw accelerated support for different vertex data formatsMaciej Cencora1-0/+10
2009-06-07r300: prepare for different vertex data type supportMaciej Cencora1-10/+22
2009-05-16r300: cleanup vertex program related functionsMaciej Cencora1-33/+16
2009-05-16r300: move some code to common pathMaciej Cencora1-1/+1
2009-05-16r300: rename functionsMaciej Cencora1-1/+1
2009-05-16r300: software fallbacking handling rewriteMaciej Cencora1-6/+2
2009-05-16r300: further cleanupMaciej Cencora1-2/+8
2009-05-14r300: don't send now forbidden register to kernel when with memory managerJerome Glisse1-3/+7
2009-04-27r300: fix fragment program limitsMaciej Cencora1-10/+14
2009-04-27r300: rename stateMaciej Cencora1-1/+1
2009-04-19r300: fix missing function declarationMaciej Cencora1-0/+2
2009-04-19r300: move common fp functions to seperate fileMaciej Cencora1-1/+0
2009-04-19r300: more prepare for mergeMaciej Cencora1-0/+1
2009-04-19r300: further r300/r500 merge preparationMaciej Cencora1-1/+2