summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.h
AgeCommit message (Expand)Author
2009-06-07r300: prepare for different vertex data type supportMaciej Cencora
2009-05-16r300: cleanup vertex program related functionsMaciej Cencora
2009-05-16r300: move some code to common pathMaciej Cencora
2009-05-16r300: rename functionsMaciej Cencora
2009-05-16r300: software fallbacking handling rewriteMaciej Cencora
2009-05-16r300: further cleanupMaciej Cencora
2009-05-14r300: don't send now forbidden register to kernel when with memory managerJerome Glisse
2009-04-27r300: fix fragment program limitsMaciej Cencora
2009-04-27r300: rename stateMaciej Cencora
2009-04-19r300: fix missing function declarationMaciej Cencora
2009-04-19r300: move common fp functions to seperate fileMaciej Cencora
2009-04-19r300: more prepare for mergeMaciej Cencora
2009-04-19r300: further r300/r500 merge preparationMaciej Cencora
2009-04-19r300: merge r300/r500 fragment program compiler structureMaciej Cencora
2009-04-19r300: merge r300/r500 fragment program structuresMaciej Cencora
2009-04-19r300: r300/r500 fp shader merge WIPMaciej Cencora
2009-04-19r300: general cleanupMaciej Cencora
2009-04-09Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-04-07r300: swtcl rewrite and cleanupMaciej Cencora
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie
2009-03-25r300: Texture size limit cleanups.Michel Dänzer
2009-02-26r300: don't flush VAP too often.Dave Airlie
2009-02-12radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie
2009-02-12r200/r300: get up to speed on renamed filesDave Airlie
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-01-31r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie
2009-01-29radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie
2009-01-22r200/r300: port r200 texture handling to common codeDave Airlie
2009-01-21r300: move to common texture_image objectDave Airlie
2009-01-21radeon/r200/r300: start to move to common miptree/texobjDave Airlie
2009-01-20r200: clear is working at least - not much elseDave Airlie
2009-01-15r300: move some more function to genericDave Airlie
2009-01-14r300: start moving new r300 cmdbuf into common codeDave Airlie
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie
2008-11-14r300: release bo from pixmapJerome Glisse
2008-11-14r300: SetTex extension supportJerome Glisse
2008-11-14r300: cs + DRI2 supportJerome Glisse
2008-11-14r300: bo and cs abstraction.Jerome Glisse
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-07-27r300: Implement hardware acceleration for ColorLogicOpNicolai Haehnle
2008-07-12r300_fragprog: Use nqssa+dce and program_pair for emitNicolai Haehnle
2008-07-12r500_fragprog: Major refactoring of final emitNicolai Haehnle
2008-07-06r300: Allow adding parameters during fragprog transform, share LIT codeNicolai Haehnle
2008-06-30r300: Cleanup LodBias supportNicolai Haehnle
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-16r300: Fix new incarnation of bug 3195.Corbin Simpson
2008-06-14r5xx: FP refactor, take one.Corbin Simpson
2008-06-14r300: Implement GL_ARB_shadow and GL_EXT_shadow_funcsNicolai Haehnle
2008-06-14r300: Do not include r300_fragprog.h from r300_context.h and other cleanupsNicolai Haehnle