summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-10gallivm: properly test the if condition and branch to the proper labelZack Rusin
2010-03-10gallivm: implement loopsZack Rusin
2010-03-10radeon: fallback to sw ReadPixels if color logicop is enabledMaciej Cencora
2010-03-10r300: enable depth test only if depth buffer is availableMaciej Cencora
2010-03-10radeon: fix glCopyTex(Sub)Image if user FBO is boundMaciej Cencora
2010-03-10llvmpipe: Finally found a way to do vector comparisons without using intrinsics.José Fonseca
2010-03-10softpipe: fix memcpy params to avoid static analysis warningsBrian Paul
2010-03-10i965: Add support for the CMP opcode in the GLSL path.Eric Anholt
2010-03-10i965: Print the opcode name for unrecognized opcodes in the GLSL path.Eric Anholt
2010-03-10i965: Fix the response len of masked sampler messages for 8-wide dispatch.Eric Anholt
2010-03-10i965: Print the offset for IFF in disasmEric Anholt
2010-03-10mesa: raise an error when trying to bind non-existant texture to FBOBrian Paul
2010-03-10mesa: added new function commentsBrian Paul
2010-03-10st/mesa: set strb->format field in st_render_texture()Brian Paul
2010-03-10st/mesa: add some comments in glReadPixels codeBrian Paul
2010-03-10st/mesa: consolidate duplicated texture allocation codeBrian Paul
2010-03-10Merge branch '7.8'Brian Paul
2010-03-10st/mesa: fix incorrect glCopyPixels between window/FBOBrian Paul
2010-03-10st/mesa: fix incorrect glDrawPixels into FBOBrian Paul
2010-03-10Merge branch '7.8'Michel Dänzer
2010-03-10st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer
2010-03-10r200: add additional blit formatsAlex Deucher
2010-03-10r100: add additional blit formatsAlex Deucher
2010-03-10radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher
2010-03-10glapi: fix bug with tls and relocsGeorge Sapountzis
2010-03-10glapi: these two should be ok for add_dispatch ...George Sapountzis
2010-03-10glapi: comments for _glapi_add_dispatchGeorge Sapountzis
2010-03-10glapi: minor cosmetic for _glapi_add_dispatchGeorge Sapountzis
2010-03-10glapi: add function set_entry_infoGeorge Sapountzis
2010-03-10glapi: parameter checking, failure paths, ... for add_function_nameGeorge Sapountzis
2010-03-10glapi: cosmetic for _glapi_add_dispatchGeorge Sapountzis
2010-03-10glapi: use get_extension_proc in _glapi_add_dispatchGeorge Sapountzis
2010-03-10glapi: cosmetic for functions for static tableGeorge Sapountzis
2010-03-10glapi: add function to find extension by nameGeorge Sapountzis
2010-03-10glapi: functions for extensions table similar to static tableGeorge Sapountzis
2010-03-10cell: handle NULL cso vertex_elements state object on bindRoland Scheidegger
2010-03-10i915g: Prevent NULL dereference.Chia-I Wu
2010-03-10gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu
2010-03-10svga: Disable debug message.Michal Krol
2010-03-10svga: Check if vertex elements has been bound before using it.Michal Krol
2010-03-10softpipe: Prevent NULL dereference.José Fonseca
2010-03-10python: Remove broken link hack.José Fonseca
2010-03-10python: More build fixes.José Fonseca
2010-03-10trace: Make tr_public.h c++ friendly.José Fonseca
2010-03-10target-helpers: remove swrast_xlib.c helperKeith Whitwell
2010-03-10ws/xlib: remove dead linesKeith Whitwell
2010-03-10scons: Fixup the libgl-gdi build.José Fonseca
2010-03-10python: Handle the possibility that no driver is selected.José Fonseca
2010-03-10gallium: remove trace module injection from various state trackersKeith Whitwell
2010-03-10ws/gdi: add includeKeith Whitwell