aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: use new _mesa_meta_copy_pixels() functionBrian Paul2009-08-101-165/+2
* mesa: save/restore texture matrix in meta codeBrian Paul2009-08-101-1/+20
* mesa: for meta blit, check max texture size, use glCopyTexSubImage2D() when p...Brian Paul2009-08-101-2/+27
* mesa: initial meta implementation of glCopyPixels()Brian Paul2009-08-102-0/+166
* mesa: remove debug flush callBrian Paul2009-08-101-2/+0
* intel: add missing \n to fprintf()Brian Paul2009-08-101-1/+1