summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen2009-08-122-5/+17
* | | vbo: fix incorrect pointerBrian Paul2009-08-121-1/+1
* | | glsl: add gl_Vertex, gl_Normal, etc to list of active attributesBrian Paul2009-08-121-0/+19
* | | glsl: move predefined shader input/output info/code to slang_builtin.cBrian Paul2009-08-124-103/+199
* | | vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-1217-117/+156
* | | radeon: Minor warnings cleanup.Eric Anholt2009-08-125-7/+16
* | | i965: Use _MaxElement instead of index-calculated min/max for VBO bounds.Eric Anholt2009-08-121-2/+3
* | | radeon: Add protection against recursive DRM locking.Pauli Nieminen2009-08-124-3/+64
* | | st/xorg: Acquire/drop DRM master in order to work with multiple servers.Michel Dänzer2009-08-121-0/+15
* | | gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/Brian Paul2009-08-124-10/+9
* | | gallium/glx/xlib: updated commentsBrian Paul2009-08-123-4/+2
* | | gallium/glx/xlib: delete fakeglx.hBrian Paul2009-08-121-41/+0
* | | gallium/glx/xlib: rename fakeglx.c to glx_api.cBrian Paul2009-08-123-2/+2
* | | gallium/glx/xlib: delete glxapi.hBrian Paul2009-08-121-36/+0
* | | gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.cBrian Paul2009-08-123-2/+2
* | | gallium/glx/xlib: rename glxapi.c to glx_getproc.cBrian Paul2009-08-123-2/+3
* | | gallium/glx/xlib: don't include fakeglx.hBrian Paul2009-08-121-1/+0
* | | gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLXBrian Paul2009-08-124-1574/+280
* | | r600: A shader is bound that exports Z as a float into Red channelCooper Yuan2009-08-122-0/+4
* | | egl: Use _eglAddAtExitCall to free thread infos and displays.Chia-I Wu2009-08-112-3/+4
* | | egl: Add _eglAddAtExitCall.Chia-I Wu2009-08-112-0/+49
* | | egl: Make _eglGlobal initialize statically.Chia-I Wu2009-08-113-37/+6
* | | egl: Implement _eglFiniDisplay.Chia-I Wu2009-08-111-1/+17
* | | egl: Make display and surface hash tables local.Chia-I Wu2009-08-114-22/+78
* | | egl: Initialize current thread management on demand.Chia-I Wu2009-08-113-30/+19
* | | egl: Destroy eglThreadInfo on thread exit.Chia-I Wu2009-08-111-16/+73
* | | egl: Add eglmutex.h.Chia-I Wu2009-08-112-0/+53
* | | glx: fix signedness warningRALOVICH, Kristóf2009-08-111-1/+1
* | | mesa: handle glDrawPixels images which are larger than max rect texture sizeBrian Paul2009-08-111-3/+47
* | | mesa: added _mesa_meta_draw_pixels()Brian Paul2009-08-112-1/+188
* | | mesa: added META_FOG and optimize some meta_begin/end() codeBrian Paul2009-08-112-28/+36
* | | gallium/trace: remove stray semicolonsBrian Paul2009-08-111-2/+2
* | | gallium/xlib: add missing tex_usage parameterBrian Paul2009-08-111-0/+1
* | | gallium/egl: add missing tex_usage parameterBrian Paul2009-08-111-0/+1
* | | gallium/xlib: add missing tex_usage parameterBrian Paul2009-08-111-0/+1
* | | gallium/identity: remove stray semicolonsBrian Paul2009-08-111-2/+2
* | | r600: use the drm ioctls for swap and texture uploadAlex Deucher2009-08-112-31/+27
* | | i915g: Reduce max relocsJakob Bornecrantz2009-08-121-1/+1
* | | i915g: Check relocs as wellJakob Bornecrantz2009-08-121-2/+2
* | | i915g: Implement surface_buffer_create for softpipeJakob Bornecrantz2009-08-111-2/+38
* | | gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz2009-08-117-2/+13
* | | mesa/glapi: regenerated files from gl_API.xmlBrian Paul2009-08-112-15/+63
* | | gallium: fix debug_printf() format stringBrian Paul2009-08-111-1/+1
* | | glut: fix incorrect Vista maximisation size due to WM_GETMINMAXINFO handlingBrian Paul2009-08-111-0/+5
* | | mesa: remove _mesa_set_vp_override() from _mesa_Bitmap()Brian Paul2009-08-111-12/+4
* | | r300g: Fix up remaining VAP_CNTL_STATUS writes for big endian.Michel Dänzer2009-08-111-2/+10
* | | r300g: Emit relocations for pitch registers.Michel Dänzer2009-08-112-7/+12
* | | r300g: a typo of debug messageCooper Yuan2009-08-111-1/+1
* | | r600: update num of interp if posizition is usedCooper Yuan2009-08-111-8/+10
* | | demos: Fix the VBO usage in glsl/multitex.Eric Anholt2009-08-101-3/+3