summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-22Merge branch 'master' into asm-shader-rework-3asm-shader-rework-3Ian Romanick254-16324/+7207
2009-10-22Revert "Store clipping distance for user clip planes as part of vertex proces...Ian Romanick4-132/+18
2009-10-22Merge branch 'mesa_7_6_branch'Brian Paul9-20/+85
2009-10-22docs: document 'useprog' debug optionBrian Paul1-0/+1
2009-10-22mesa: fix up vbo commentsBrian Paul1-8/+14
2009-10-22mesa: added _mesa_dump_texture()Brian Paul2-3/+28
2009-10-22intel: flush old context before binding new contextBrian Paul1-2/+15
2009-10-22glx: don't destroy context immediately if it's currently boundBrian Paul1-0/+10
2009-10-22mesa: code refactoring- new _mesa_finish(), _mesa_flush()Brian Paul2-8/+37
2009-10-22st/xorg: fix the makefile when used with new xextprotoZack Rusin1-0/+2
2009-10-22progs/xdemos: fix command line flag typoBrian Paul1-1/+1
2009-10-22i965: fix hacked Fallback usage in brw_prepare_vertices()Brian Paul2-2/+6
2009-10-22intel: define INTEL_FALLBACK_DRIVER for driversBrian Paul1-0/+1
2009-10-22intel: Fallback field is a bitmask, use GLbitfieldBrian Paul3-5/+14
2009-10-22i965: remove unused brw_context::tmp_fallback fieldBrian Paul1-1/+0
2009-10-22i965: remove unused BRW_FALLBACK_TEXTURE bitBrian Paul1-1/+1
2009-10-22r300g: Enable more stuff in r300_screen, cleanup comments.Corbin Simpson3-16/+23
2009-10-22r300g: Cleanup PSC setup math a bit and stop using Draw formats.Corbin Simpson3-23/+74
2009-10-22nv50: handle PIPE_TEX_FILTER_ANISO caseChristoph Bumiller2-15/+13
2009-10-22nouveau: nv30: rewrite so we can render only in depth bufferPatrice Mandin1-20/+35
2009-10-22nouveau: nv30: use a8r8g8b8 as depth texture format for z24s8Patrice Mandin1-4/+4
2009-10-22Kill off trident.Corbin Simpson13-2992/+4
2009-10-22Nuke s3v.Corbin Simpson31-7722/+4
2009-10-22r300g: Clean up duplicate code in r300_render.Corbin Simpson1-45/+4
2009-10-22r300g: Move render functions to r300_render.Corbin Simpson4-65/+249
2009-10-22scons: Hack LLVM support on Windows.José Fonseca1-2/+43
2009-10-22llvmpipe: Avoid yet another variable size array.José Fonseca1-2/+4
2009-10-22llvmpipe: Define rdtsc for MSVC.José Fonseca1-3/+14
2009-10-22llvmpipe: Avoid variable size arrays.José Fonseca3-4/+7
2009-10-22llvmpipe: Use the pack/unpack functions for 8bit unsigned norm multiplication.José Fonseca1-79/+17
2009-10-22llvmpipe: Utility function to double the bit width of a type.José Fonseca2-5/+28
2009-10-22llvmpipe: Factor vector packing/unpacking to a separate source file.José Fonseca5-237/+519
2009-10-22llvmpipe: Call util_cpu_detect() from the unit tests.José Fonseca2-0/+7
2009-10-22util: Set cpu endianness too.José Fonseca2-0/+4
2009-10-22scons: Disable more MSVC pedantic security warnings.José Fonseca1-0/+3
2009-10-22Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesaAlex Deucher1-60/+36
2009-10-22st/xorg: cleanup the checks for whether the op is acceleratedZack Rusin1-60/+36
2009-10-22Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher6-9/+87
2009-10-22st/xorg: lots of render fixesZack Rusin4-113/+114
2009-10-22progs/egl: Add support for pixmap and pbuffer surface to xeglgears.Chia-I Wu1-110/+289
2009-10-22egl_glx: Add support for eglWaitClient and eglWaitNative.Chia-I Wu1-0/+17
2009-10-22egl_glx: Clean up eglGetProcAddress.Chia-I Wu1-16/+1
2009-10-22egl_glx: Clean up context functions.Chia-I Wu1-19/+5
2009-10-22egl_glx: Clean up surface functions.Chia-I Wu1-99/+106
2009-10-22egl_glx: Clean up the initialization code.Chia-I Wu1-287/+371
2009-10-22egl: Correct conversion of native visual type.Chia-I Wu1-1/+6
2009-10-22nv50: support 3D class 0x8597, remove redundant unknown chipset detectionBen Skeggs1-7/+10
2009-10-22r300g: Check for NULL Draw during flush.Corbin Simpson1-2/+4
2009-10-22r600: set barrier for tex inst if dst is used earlier, might overwrite it oth...Andre Maasikas1-2/+25
2009-10-22r600: need to export something from PSAndre Maasikas2-2/+19