summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2009-08-11mesa: handle glDrawPixels images which are larger than max rect texture sizeBrian Paul
2009-08-11mesa: added _mesa_meta_draw_pixels()Brian Paul
2009-08-11mesa: added META_FOG and optimize some meta_begin/end() codeBrian Paul
2009-08-11gallium/trace: remove stray semicolonsBrian Paul
2009-08-11gallium/xlib: add missing tex_usage parameterBrian Paul
2009-08-11gallium/egl: add missing tex_usage parameterBrian Paul
2009-08-11gallium/xlib: add missing tex_usage parameterBrian Paul
2009-08-11gallium/identity: remove stray semicolonsBrian Paul
2009-08-11r600: use the drm ioctls for swap and texture uploadAlex Deucher
2009-08-12i915g: Reduce max relocsJakob Bornecrantz
2009-08-12i915g: Check relocs as wellJakob Bornecrantz