summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-13tgsi: turn off debuggingKeith Whitwell1-1/+1
2009-08-13tgsi: use REALLOC for growing token poolKeith Whitwell1-11/+5
2009-08-13util: silence warnings for third REALLOC argumentKeith Whitwell1-1/+7
2009-08-13util: remove unneeded includesKeith Whitwell1-4/+0
2009-08-13util: convert u_simple_shaders to use tgsi_uregKeith Whitwell1-258/+60
2009-08-13tgsi: add tgsi_ureg, a simplified tgsi shader builderKeith Whitwell5-0/+1381
2009-08-13i965: fix cube map on IGDNGXiang, Haihao1-5/+8
2009-08-12glsl: remove duplicate frag input entryBrian Paul1-1/+0
2009-08-12Merge branch 'new-frag-attribs'Brian Paul12-151/+107
2009-08-12mesa: const qualifiersBrian Paul1-2/+2
2009-08-12vbo: use _mesa_is_bufferobj()Brian Paul4-18/+21
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul12-46/+49
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul1-17/+17
2009-08-12mesa: new _mesa_is_bufferobj() functionBrian Paul1-0/+12
2009-08-12i965: Make the cube mapping RCP use a writemask.Eric Anholt1-2/+2
2009-08-12i965: Allocate destination registers for GLSL TEX instructions contiguously.Eric Anholt1-0/+24
2009-08-12i965: drop dead scalar handling in GLSL.Eric Anholt2-14/+0
2009-08-12i965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY.Eric Anholt1-2/+2
2009-08-12i965: Drop GLSL ABS code, which is translated away in brw_wm_fp.Eric Anholt1-20/+0
2009-08-12i965: Drop code for emitting OPCODE_SUB, since brw_wm_fp.c makes it an ADD.Eric Anholt1-21/+0
2009-08-12i965: Store the dispatch width in the WM compile struct.Eric Anholt2-0/+3
2009-08-12i965: Handle scalar result swizzling in shared GLSL/non-GLSL code.Eric Anholt5-69/+103
2009-08-12i965: Flag ARL-using programs as requiring brw_wm_glsl.cEric Anholt1-0/+1
2009-08-12i965: Remove some unused WM opcode args.Eric Anholt1-6/+4
2009-08-12i965: Avoid re-uploading the index buffer when we don't need to.Eric Anholt5-16/+55
2009-08-12r600: fix warningAlex Deucher2-3/+3
2009-08-12r600: state cleanupsAlex Deucher4-52/+40
2009-08-12r600: clean up Create/DestroyContextAlex Deucher3-15/+6
2009-08-12r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen2-5/+17
2009-08-12vbo: fix incorrect pointerBrian Paul1-1/+1
2009-08-12glsl: add gl_Vertex, gl_Normal, etc to list of active attributesBrian Paul1-0/+19
2009-08-12glsl: move predefined shader input/output info/code to slang_builtin.cBrian Paul4-103/+199
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt17-117/+156
2009-08-12radeon: Minor warnings cleanup.Eric Anholt5-7/+16
2009-08-12i965: Use _MaxElement instead of index-calculated min/max for VBO bounds.Eric Anholt1-2/+3
2009-08-12radeon: Add protection against recursive DRM locking.Pauli Nieminen4-3/+64
2009-08-12st/xorg: Acquire/drop DRM master in order to work with multiple servers.Michel Dänzer1-0/+15
2009-08-12gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/Brian Paul4-10/+9
2009-08-12gallium/glx/xlib: updated commentsBrian Paul3-4/+2
2009-08-12gallium/glx/xlib: delete fakeglx.hBrian Paul1-41/+0
2009-08-12gallium/glx/xlib: rename fakeglx.c to glx_api.cBrian Paul3-2/+2
2009-08-12gallium/glx/xlib: delete glxapi.hBrian Paul1-36/+0
2009-08-12gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.cBrian Paul3-2/+2
2009-08-12gallium/glx/xlib: rename glxapi.c to glx_getproc.cBrian Paul3-2/+3
2009-08-12gallium/glx/xlib: don't include fakeglx.hBrian Paul1-1/+0
2009-08-12gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLXBrian Paul4-1574/+280
2009-08-12r600: A shader is bound that exports Z as a float into Red channelCooper Yuan2-0/+4
2009-08-11egl: Use _eglAddAtExitCall to free thread infos and displays.Chia-I Wu2-3/+4
2009-08-11egl: Add _eglAddAtExitCall.Chia-I Wu2-0/+49
2009-08-11egl: Make _eglGlobal initialize statically.Chia-I Wu3-37/+6