summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-08-11i915g: Implement surface_buffer_create for softpipeJakob Bornecrantz
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz
2009-08-11mesa/glapi: regenerated files from gl_API.xmlBrian Paul
2009-08-11gallium: fix debug_printf() format stringBrian Paul
2009-08-11glut: fix incorrect Vista maximisation size due to WM_GETMINMAXINFO handlingBrian Paul
2009-08-11mesa: remove _mesa_set_vp_override() from _mesa_Bitmap()Brian Paul
2009-08-11r300g: Fix up remaining VAP_CNTL_STATUS writes for big endian.Michel Dänzer