summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-12glut: Don't try to guess system headers.José Fonseca1-17/+3
2009-02-12tgsi: keep immediate file info uptodateKeith Whitwell1-1/+8
2009-02-12scons: Unbreak mingw builds.José Fonseca2-2/+2
2009-02-12scons: Build xlib state tracker regardless of DRI settings.José Fonseca1-2/+1
2009-02-12scons: Build DLLs/EXEs with more memory debugger friendlier settings.José Fonseca2-2/+14
2009-02-11softpipe: asst clean-ups, const correctness, commentsBrian Paul1-14/+16
2009-02-11softpipe: remove unneeded #includeBrian Paul1-1/+0
2009-02-11softpipe: asst comments, clean-upsBrian Paul1-12/+10
2009-02-11softpipe: remove some old polygon stipple stuff and do some clean-upsBrian Paul2-21/+8
2009-02-11softpipe: updated commentsBrian1-7/+19
2009-02-11softpipe: rename PRIM_x to QUAD_PRIM_xBrian4-11/+12
2009-02-11softpipe: rename sp_headers.h to sp_quad.hBrian17-20/+19
2009-02-11softpipe: rename single-include preprocessor symbol, add commentsBrian1-3/+8
2009-02-11softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian18-16/+16
2009-02-11Fix an i965 assertion failure on glClear()Robert Ellison1-1/+1
2009-02-11autoconf: Fix lib globbing for static buildsDan Nicholson1-17/+14
2009-02-11gallium: const-correctness for u_linear.c functionsBrian Paul2-7/+8
2009-02-11gallium: silence warnings about void ptr arithmeticBrian Paul1-5/+6
2009-02-11mesa: refactor MATH_SOURCES, remove Mesa x86 codegen from gallium buildBrian Paul1-3/+5
2009-02-11mesa: get rid of _math_init()Brian Paul5-17/+8
2009-02-11autoconf: Adjust to new asm SOURCES variablesDan Nicholson2-11/+11
2009-02-11autoconf: Restore commented ASM_FLAGSDan Nicholson1-1/+1
2009-02-11Add external pixman CFLAGS after all internal include pathsDan Nicholson1-1/+1
2009-02-11nouveau: 1xN, Nx1 levels of a swizzled mip tree shouldn't be aligned.Younes Manton2-2/+4
2009-02-11draw: Cap max vertices instead of failing assert.José Fonseca1-2/+3
2009-02-11demos: minor updates for shader_api.c testBrian Paul1-4/+4
2009-02-11glsl: allow setting arrays of samplers in set_program_uniform()Brian Paul1-10/+19
2009-02-11glsl: raise GL_INVALID_OPERATION for glUniform(location < -1)Brian Paul1-0/+10
2009-02-11glsl: rework _mesa_get_uniform[fi]v() to avoid using a fixed size intermediat...Brian Paul1-44/+59
2009-02-11glsl: fix glUniform() array bounds error checkingBrian Paul1-9/+21
2009-02-11glsl: fix incorrect size returned by glGetActiveUniform() for array elements.Brian Paul1-8/+25
2009-02-11Add install target for eglJohannes Engel7-2/+25
2009-02-11demos: better error message for overlay.c, see bug 20055Brian Paul1-1/+2
2009-02-11mesa: Use the stdio wrappers.José Fonseca1-22/+22
2009-02-11wgl: Add a few more stubs.José Fonseca1-0/+5
2009-02-11mesa: Move statements after declarations.José Fonseca1-1/+1
2009-02-10intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt5-42/+54
2009-02-10sis: fix signedness warningsEric Anholt2-5/+5
2009-02-10trident: Fix signedness warning.Eric Anholt1-1/+1
2009-02-10tdfx: Fix begin/endquery for current API.Eric Anholt1-4/+4
2009-02-10intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().Eric Anholt1-5/+17
2009-02-10intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format.Eric Anholt1-5/+6
2009-02-10intel: Fix some state leakage of {Client,}ActiveTexture in metaops.Eric Anholt2-0/+10
2009-02-10intel: don't crash when dri2 tells us about buffers we don't care about.Eric Anholt1-0/+3
2009-02-10dri2: Don't crash if the server returns more buffers than expected.Eric Anholt1-1/+1
2009-02-10dri2: Initialize variables for the getbuffers round-trip reduction.Eric Anholt1-0/+2
2009-02-10docs: some Cell driver docs updatesBrian Paul1-6/+8
2009-02-10cell: asst build fixes in linux-cell configBrian Paul1-1/+4
2009-02-11gallium: Update autoconf to latest gallium buildJakob Bornecrantz2-5/+41
2009-02-11gallium: Disable nouveau by defaultJakob Bornecrantz3-3/+3