summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "scons: Refuse to use LLVM 2.7 for now."José Fonseca2010-03-101-10/+0
* progs/tests: add additional FBO->window test paths (disabled)Brian Paul2010-03-101-9/+37
* mesa: raise an error when trying to bind non-existant texture to FBOBrian Paul2010-03-101-0/+8
* mesa: added new function commentsBrian Paul2010-03-101-0/+8
* st/mesa: set strb->format field in st_render_texture()Brian Paul2010-03-101-0/+2
* st/mesa: add some comments in glReadPixels codeBrian Paul2010-03-101-0/+7
* st/mesa: consolidate duplicated texture allocation codeBrian Paul2010-03-101-49/+49
* Merge branch '7.8'Brian Paul2010-03-101-6/+23
|\
| * st/mesa: fix incorrect glCopyPixels between window/FBOBrian Paul2010-03-101-4/+16
| * st/mesa: fix incorrect glDrawPixels into FBOBrian Paul2010-03-101-2/+7
* | Merge branch '7.8'Michel Dänzer2010-03-104-0/+24
|\|
| * st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer2010-03-103-0/+20
| * radeon: don't attempt to use alternate blit formats for depth buffersAlex Deucher2010-03-081-0/+4
* | r200: add additional blit formatsAlex Deucher2010-03-101-0/+17
* | r100: add additional blit formatsAlex Deucher2010-03-101-0/+14
* | radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher2010-03-107-538/+15
* | glapi: fix bug with tls and relocsGeorge Sapountzis2010-03-101-0/+3
* | glapi: these two should be ok for add_dispatch ...George Sapountzis2010-03-101-1/+5
* | glapi: comments for _glapi_add_dispatchGeorge Sapountzis2010-03-101-6/+18
* | glapi: minor cosmetic for _glapi_add_dispatchGeorge Sapountzis2010-03-101-10/+11
* | glapi: add function set_entry_infoGeorge Sapountzis2010-03-101-3/+22
* | glapi: parameter checking, failure paths, ... for add_function_nameGeorge Sapountzis2010-03-101-12/+26
* | glapi: cosmetic for _glapi_add_dispatchGeorge Sapountzis2010-03-101-25/+32
* | glapi: use get_extension_proc in _glapi_add_dispatchGeorge Sapountzis2010-03-101-12/+8
* | glapi: cosmetic for functions for static tableGeorge Sapountzis2010-03-101-26/+33
* | glapi: add function to find extension by nameGeorge Sapountzis2010-03-101-10/+21
* | glapi: functions for extensions table similar to static tableGeorge Sapountzis2010-03-101-19/+50
* | cell: handle NULL cso vertex_elements state object on bindRoland Scheidegger2010-03-101-1/+2
* | i915g: Prevent NULL dereference.Chia-I Wu2010-03-101-1/+4
* | gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu2010-03-105-12/+8
* | svga: Disable debug message.Michal Krol2010-03-101-1/+1
* | svga: Check if vertex elements has been bound before using it.Michal Krol2010-03-101-0/+5
* | softpipe: Prevent NULL dereference.José Fonseca2010-03-101-1/+2
* | docs: Update new opengl32.dll target location.José Fonseca2010-03-101-1/+1
* | python: Remove broken link hack.José Fonseca2010-03-102-5/+1
* | python: More build fixes.José Fonseca2010-03-104-5/+10
* | trace: Make tr_public.h c++ friendly.José Fonseca2010-03-101-9/+17
* | target-helpers: remove swrast_xlib.c helperKeith Whitwell2010-03-105-115/+121
* | ws/xlib: remove dead linesKeith Whitwell2010-03-101-6/+0
* | scons: Fixup the libgl-gdi build.José Fonseca2010-03-104-9/+9
* | python: Handle the possibility that no driver is selected.José Fonseca2010-03-101-0/+2
* | gallium: remove trace module injection from various state trackersKeith Whitwell2010-03-105-44/+3
* | ws/gdi: add includeKeith Whitwell2010-03-101-0/+2
* | target-helpers: helper for injecting common debug layersKeith Whitwell2010-03-105-11/+85
* | python: Fix up state tracker for sw api.José Fonseca2010-03-108-225/+85
* | Revert "r300-gallium: Skeleton for integrating into the python statetracker."José Fonseca2010-03-106-1297/+0
* | st/wgl: add missing paramterKeith Whitwell2010-03-101-1/+1
* | trace: include tr_public.hKeith Whitwell2010-03-101-0/+1
* | gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-109-16/+42
* | Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-10138-2857/+4003
|\ \