summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* r300: rv350+ support FLT16_2/4 vertex formatsAlex Deucher2010-01-251-1/+1
* r300: only enable half floats on r500s.Dave Airlie2010-01-231-1/+2
* Merge branch 'arb_half_float_vertex'Dave Airlie2010-01-233-0/+18
|\
| * r300: half float supportDave Airlie2010-01-233-0/+18
* | egl: Remove USING_EGL and the related drivers.Chia-I Wu2010-01-222-5/+0
|/
* Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith2010-01-191-1/+0
* radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora2010-01-197-176/+11
* r300/r600: move some bo offsets checking to blit codeMaciej Cencora2010-01-192-4/+4
* r300: check if blitting for given format is supported earlierMaciej Cencora2010-01-191-1/+22
* r300: use nearest texture filtering for accelerated blitsMaciej Cencora2010-01-191-2/+2
* r300: fix Y coord flipping in accelerated blitsMaciej Cencora2010-01-191-7/+6
* r300: prepare for texcopy code sharingMaciej Cencora2010-01-194-48/+51
* radeon_compiler: include main/compiler.h for compiler portability macrosAlan Coopersmith2010-01-171-0/+2
* r300: minor accelerated blit fixesMaciej Cencora2010-01-091-1/+14
* r300: fallback on depth buffer blitsMaciej Cencora2010-01-091-3/+5
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-2/+4
|\
| * r300: Move initial declaration outside for loop.Vinson Lee2010-01-081-2/+4
* | r300/compiler: add full viewport transformation support in WPOS codegenMarek Olšák2010-01-064-6/+16
* | Make sure we use only signed/unsigned ints with bitfields.Michal Krol2010-01-063-13/+13
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-053-7/+7
|\ \
| * | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-043-7/+7
* | | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-2/+2
* | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-044-21/+27
|\ \ \ | |/ / |/| / | |/
| * r300: Use C-style comments.Vinson Lee2010-01-031-15/+15
| * r300: Silence 'mixed declarations and code' warnings.Vinson Lee2010-01-031-4/+7
| * r300: Silence 'mixed declarations and code' warning.Vinson Lee2010-01-031-1/+2
| * r300: Silence 'mixed declarations and code' warning.Vinson Lee2010-01-031-1/+3
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-3/+4
* | mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-225-5/+5
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-3/+3
|\|
| * radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-225-1/+5
| * r300: fix depth texturesMaciej Cencora2009-12-111-3/+3
* | radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-215-1/+5
* | r300: minor blit reworkMaciej Cencora2009-12-193-23/+113
* | r300: better fix for glCopyTexSubImageMaciej Cencora2009-12-192-16/+22
* | r300: Fix typo on < R5xx RS setup for blits.Michel Dänzer2009-12-161-2/+2
* | r300: enable accelerated support for glCopyTexImage only under KMSMaciej Cencora2009-12-131-1/+4
* | r300: fix regression introduced by da73c1edMaciej Cencora2009-12-133-6/+7
* | r300: fix glCopyTexSubImageMaciej Cencora2009-12-133-10/+6
* | r300: disable blit debugging infoMaciej Cencora2009-12-122-2/+2
* | r300: emit number of used colorbuffers to pass radeon cs checkerMaciej Cencora2009-12-121-1/+2
* | r300: setup render target format for r300/r400 cards tooMaciej Cencora2009-12-121-86/+82
* | r300: finish blit support for r300Maciej Cencora2009-12-121-4/+52
* | more blit fixesMaciej Cencora2009-12-122-3/+3
* | blit WIPMaciej Cencora2009-12-122-9/+25
* | r300: use accelerated emit for CopyTex[Sub]Image functionsMaciej Cencora2009-12-124-0/+167
* | r300: accelerated blit supportMaciej Cencora2009-12-125-0/+522
* | r300: fix wrong assertionMaciej Cencora2009-12-121-1/+1
* | r300: export translateTexFormat functionMaciej Cencora2009-12-122-4/+9
* | r300: refactor PVS code and constants emissionMaciej Cencora2009-12-122-26/+34