summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie2010-03-031-4/+8
* r300: Add asserts to check for null pointer dereferences.Vinson Lee2010-02-271-0/+2
* r300/compiler: Assert that array index is not negative.Vinson Lee2010-02-261-0/+2
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-193-3/+3
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-193-4/+4
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-191-1/+1
* Remove _mesa_memcmp in favor of plain memcmp.Kenneth Graunke2010-02-192-3/+2
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-192-3/+3
* r300: use new program cloning functionsBrian Paul2010-02-141-1/+1
* r300: Silence uninitialized variable warning.Vinson Lee2010-02-141-1/+1
* r300/compiler: r500-fs: Properly set HW register swizzles.Corbin Simpson2010-02-102-3/+14
* radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen2010-02-101-0/+3
* dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-091-4/+4
* r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen2010-02-071-0/+4
* r300: Fix emit size prediction to know about primitive splitting.Pauli Nieminen2010-02-061-2/+12
* mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-041-2/+5
* r300: fix compiler bugs introduced with MRT changes.Dave Airlie2010-02-032-2/+3
* Track frag shader changes introduced by commit 4769566500be1a53dd9b4cc1a613ae...Scott Moreau2010-02-021-1/+1
* r300compiler: Add MRT number to debugging output.Corbin Simpson2010-02-022-4/+4
* r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson2010-02-027-11/+33
* r300: Remove unnecessary headers.Vinson Lee2010-01-301-2/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-2510-29/+1
|\
| * r300: Remove unnecessary headers.Vinson Lee2010-01-2311-39/+0
* | 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