summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-12demos: call SetUniformValues()Brian Paul
2009-08-12mesa: const qualifiersBrian Paul
2009-08-12vbo: use _mesa_is_bufferobj()Brian Paul
2009-08-12demos: rename InitUniforms() to SetUniformValues()Brian Paul
2009-08-12progs/util: added more shader utility functionsBrian Paul
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul
2009-08-12mesa: new _mesa_is_bufferobj() functionBrian Paul
2009-08-12i965: Make the cube mapping RCP use a writemask.Eric Anholt
2009-08-12i965: Allocate destination registers for GLSL TEX instructions contiguously.Eric Anholt
2009-08-12i965: drop dead scalar handling in GLSL.Eric Anholt
2009-08-12i965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY.Eric Anholt
2009-08-12i965: Drop GLSL ABS code, which is translated away in brw_wm_fp.Eric Anholt
2009-08-12i965: Drop code for emitting OPCODE_SUB, since brw_wm_fp.c makes it an ADD.Eric Anholt
2009-08-12i965: Store the dispatch width in the WM compile struct.Eric Anholt
2009-08-12i965: Handle scalar result swizzling in shared GLSL/non-GLSL code.Eric Anholt
2009-08-12i965: Flag ARL-using programs as requiring brw_wm_glsl.cEric Anholt
2009-08-12i965: Remove some unused WM opcode args.Eric Anholt
2009-08-12i965: Avoid re-uploading the index buffer when we don't need to.Eric Anholt
2009-08-12r600: fix warningAlex Deucher
2009-08-12r600: state cleanupsAlex Deucher
2009-08-12r600: clean up Create/DestroyContextAlex Deucher
2009-08-12r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen
2009-08-12vbo: fix incorrect pointerBrian Paul
2009-08-12glsl: add gl_Vertex, gl_Normal, etc to list of active attributesBrian Paul
2009-08-12glsl: move predefined shader input/output info/code to slang_builtin.cBrian Paul
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2009-08-12radeon: Minor warnings cleanup.Eric Anholt
2009-08-12i965: Use _MaxElement instead of index-calculated min/max for VBO bounds.Eric Anholt
2009-08-12radeon: Add protection against recursive DRM locking.Pauli Nieminen
2009-08-12st/xorg: Acquire/drop DRM master in order to work with multiple servers.Michel Dänzer
2009-08-12gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/Brian Paul
2009-08-12gallium/glx/xlib: updated commentsBrian Paul
2009-08-12gallium/glx/xlib: delete fakeglx.hBrian Paul
2009-08-12gallium/glx/xlib: rename fakeglx.c to glx_api.cBrian Paul
2009-08-12gallium/glx/xlib: delete glxapi.hBrian Paul
2009-08-12gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.cBrian Paul
2009-08-12gallium/glx/xlib: rename glxapi.c to glx_getproc.cBrian Paul
2009-08-12gallium/glx/xlib: don't include fakeglx.hBrian Paul
2009-08-12gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLXBrian Paul
2009-08-12r600: A shader is bound that exports Z as a float into Red channelCooper Yuan
2009-08-11egl: Use _eglAddAtExitCall to free thread infos and displays.Chia-I Wu
2009-08-11egl: Add _eglAddAtExitCall.Chia-I Wu
2009-08-11egl: Make _eglGlobal initialize statically.Chia-I Wu
2009-08-11egl: Implement _eglFiniDisplay.Chia-I Wu
2009-08-11egl: Make display and surface hash tables local.Chia-I Wu
2009-08-11egl: Initialize current thread management on demand.Chia-I Wu
2009-08-11egl: Destroy eglThreadInfo on thread exit.Chia-I Wu
2009-08-11egl: Add eglmutex.h.Chia-I Wu
2009-08-11glx: fix signedness warningRALOVICH, Kristóf