Age | Commit message (Expand) | Author |
2010-02-27 | r300: Add asserts to check for null pointer dereferences. | Vinson Lee |
2010-02-26 | r300/compiler: Assert that array index is not negative. | Vinson Lee |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | mesa: replace _mesa_bzero() with memset() | Brian Paul |
2010-02-19 | Remove _mesa_memcmp in favor of plain memcmp. | Kenneth Graunke |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-02-14 | r300: use new program cloning functions | Brian Paul |
2010-02-14 | r300: Silence uninitialized variable warning. | Vinson Lee |
2010-02-10 | r300/compiler: r500-fs: Properly set HW register swizzles. | Corbin Simpson |
2010-02-10 | radeon: Define EXT_framebuffer_object constants to match hw. | Pauli Nieminen |
2010-02-09 | dri_interface: Introduce DRI tokens for the texBuffer texture formats | Kristian Høgsberg |
2010-02-07 | r100/r200/r300/r600: Set MaxCombinedTextureImageunits. | Pauli Nieminen |
2010-02-06 | r300: Fix emit size prediction to know about primitive splitting. | Pauli Nieminen |
2010-02-04 | mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean | Brian Paul |
2010-02-03 | r300: fix compiler bugs introduced with MRT changes. | Dave Airlie |
2010-02-02 | Track frag shader changes introduced by commit 4769566500be1a53dd9b4cc1a613ae... | Scott Moreau |
2010-02-02 | r300compiler: Add MRT number to debugging output. | Corbin Simpson |
2010-02-02 | r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader. | Corbin Simpson |
2010-01-30 | r300: Remove unnecessary headers. | Vinson Lee |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-25 | r300: rv350+ support FLT16_2/4 vertex formats | Alex Deucher |
2010-01-23 | r300: Remove unnecessary headers. | Vinson Lee |
2010-01-23 | r300: only enable half floats on r500s. | Dave Airlie |
2010-01-23 | Merge branch 'arb_half_float_vertex' | Dave Airlie |
2010-01-23 | r300: half float support | Dave Airlie |
2010-01-22 | egl: Remove USING_EGL and the related drivers. | Chia-I Wu |
2010-01-19 | Remove hardcoded -Wall from Radeon DRI makefiles | Alan Coopersmith |
2010-01-19 | radeon/r300/r600: share common glCopyTex(Sub)Image code | Maciej Cencora |
2010-01-19 | r300/r600: move some bo offsets checking to blit code | Maciej Cencora |
2010-01-19 | r300: check if blitting for given format is supported earlier | Maciej Cencora |
2010-01-19 | r300: use nearest texture filtering for accelerated blits | Maciej Cencora |
2010-01-19 | r300: fix Y coord flipping in accelerated blits | Maciej Cencora |
2010-01-19 | r300: prepare for texcopy code sharing | Maciej Cencora |
2010-01-17 | radeon_compiler: include main/compiler.h for compiler portability macros | Alan Coopersmith |
2010-01-09 | r300: minor accelerated blit fixes | Maciej Cencora |
2010-01-09 | r300: fallback on depth buffer blits | Maciej Cencora |
2010-01-08 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-08 | r300: Move initial declaration outside for loop. | Vinson Lee |
2010-01-06 | r300/compiler: add full viewport transformation support in WPOS codegen | Marek Olšák |
2010-01-06 | Make sure we use only signed/unsigned ints with bitfields. | Michal Krol |
2010-01-05 | Merge branch 'remove-intel-dri1' | Kristian Høgsberg |
2010-01-04 | mesa: make texture BorderColor a union of float/int/uint | Brian Paul |
2010-01-04 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg |
2010-01-03 | r300: Use C-style comments. | Vinson Lee |
2010-01-03 | r300: Silence 'mixed declarations and code' warnings. | Vinson Lee |
2010-01-03 | r300: Silence 'mixed declarations and code' warning. | Vinson Lee |
2010-01-03 | r300: Silence 'mixed declarations and code' warning. | Vinson Lee |
2009-12-29 | mesa: implement per-buffer color masking | Brian Paul |