summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2010-01-25r300: rv350+ support FLT16_2/4 vertex formatsAlex Deucher
2010-01-23r300: only enable half floats on r500s.Dave Airlie
2010-01-23Merge branch 'arb_half_float_vertex'Dave Airlie
2010-01-23r300: half float supportDave Airlie
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-19r300/r600: move some bo offsets checking to blit codeMaciej Cencora
2010-01-19r300: check if blitting for given format is supported earlierMaciej Cencora
2010-01-19r300: use nearest texture filtering for accelerated blitsMaciej Cencora
2010-01-19r300: fix Y coord flipping in accelerated blitsMaciej Cencora
2010-01-19r300: prepare for texcopy code sharingMaciej Cencora
2010-01-17radeon_compiler: include main/compiler.h for compiler portability macrosAlan Coopersmith
2010-01-09r300: minor accelerated blit fixesMaciej Cencora
2010-01-09r300: fallback on depth buffer blitsMaciej Cencora
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-08r300: Move initial declaration outside for loop.Vinson Lee
2010-01-06r300/compiler: add full viewport transformation support in WPOS codegenMarek Olšák
2010-01-06Make sure we use only signed/unsigned ints with bitfields.Michal Krol
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2010-01-03r300: Use C-style comments.Vinson Lee
2010-01-03r300: Silence 'mixed declarations and code' warnings.Vinson Lee
2010-01-03r300: Silence 'mixed declarations and code' warning.Vinson Lee
2010-01-03r300: Silence 'mixed declarations and code' warning.Vinson Lee
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-22radeon/r600: use new libdrm_radeon apiDave Airlie
2009-12-21radeon/r600: use new libdrm_radeon apiDave Airlie
2009-12-19r300: minor blit reworkMaciej Cencora
2009-12-19r300: better fix for glCopyTexSubImageMaciej Cencora
2009-12-16r300: Fix typo on < R5xx RS setup for blits.Michel Dänzer
2009-12-13r300: enable accelerated support for glCopyTexImage only under KMSMaciej Cencora
2009-12-13r300: fix regression introduced by da73c1edMaciej Cencora
2009-12-13r300: fix glCopyTexSubImageMaciej Cencora
2009-12-12r300: disable blit debugging infoMaciej Cencora
2009-12-12r300: emit number of used colorbuffers to pass radeon cs checkerMaciej Cencora
2009-12-12r300: setup render target format for r300/r400 cards tooMaciej Cencora
2009-12-12r300: finish blit support for r300Maciej Cencora
2009-12-12more blit fixesMaciej Cencora
2009-12-12blit WIPMaciej Cencora
2009-12-12r300: use accelerated emit for CopyTex[Sub]Image functionsMaciej Cencora
2009-12-12r300: accelerated blit supportMaciej Cencora
2009-12-12r300: fix wrong assertionMaciej Cencora
2009-12-12r300: export translateTexFormat functionMaciej Cencora
2009-12-12r300: refactor PVS code and constants emissionMaciej Cencora
2009-12-12r300: refactor R500 fragment program emissionMaciej Cencora