summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-10glapi: fix bug with tls and relocsGeorge Sapountzis1-0/+3
2010-03-10glapi: these two should be ok for add_dispatch ...George Sapountzis1-1/+5
2010-03-10glapi: comments for _glapi_add_dispatchGeorge Sapountzis1-6/+18
2010-03-10glapi: minor cosmetic for _glapi_add_dispatchGeorge Sapountzis1-10/+11
2010-03-10glapi: add function set_entry_infoGeorge Sapountzis1-3/+22
2010-03-10glapi: parameter checking, failure paths, ... for add_function_nameGeorge Sapountzis1-12/+26
2010-03-10glapi: cosmetic for _glapi_add_dispatchGeorge Sapountzis1-25/+32
2010-03-10glapi: use get_extension_proc in _glapi_add_dispatchGeorge Sapountzis1-12/+8
2010-03-10glapi: cosmetic for functions for static tableGeorge Sapountzis1-26/+33
2010-03-10glapi: add function to find extension by nameGeorge Sapountzis1-10/+21
2010-03-10glapi: functions for extensions table similar to static tableGeorge Sapountzis1-19/+50
2010-03-10cell: handle NULL cso vertex_elements state object on bindRoland Scheidegger1-1/+2
2010-03-10i915g: Prevent NULL dereference.Chia-I Wu1-1/+4
2010-03-10gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu5-12/+8
2010-03-10svga: Disable debug message.Michal Krol1-1/+1
2010-03-10svga: Check if vertex elements has been bound before using it.Michal Krol1-0/+5
2010-03-10softpipe: Prevent NULL dereference.José Fonseca1-1/+2
2010-03-10docs: Update new opengl32.dll target location.José Fonseca1-1/+1
2010-03-10python: Remove broken link hack.José Fonseca2-5/+1
2010-03-10python: More build fixes.José Fonseca4-5/+10
2010-03-10trace: Make tr_public.h c++ friendly.José Fonseca1-9/+17
2010-03-10target-helpers: remove swrast_xlib.c helperKeith Whitwell5-115/+121
2010-03-10ws/xlib: remove dead linesKeith Whitwell1-6/+0
2010-03-10scons: Fixup the libgl-gdi build.José Fonseca4-9/+9
2010-03-10python: Handle the possibility that no driver is selected.José Fonseca1-0/+2
2010-03-10gallium: remove trace module injection from various state trackersKeith Whitwell5-44/+3
2010-03-10ws/gdi: add includeKeith Whitwell1-0/+2
2010-03-10target-helpers: helper for injecting common debug layersKeith Whitwell5-11/+85
2010-03-10python: Fix up state tracker for sw api.José Fonseca8-225/+85
2010-03-10Revert "r300-gallium: Skeleton for integrating into the python statetracker."José Fonseca6-1297/+0
2010-03-10st/wgl: add missing paramterKeith Whitwell1-1/+1
2010-03-10trace: include tr_public.hKeith Whitwell1-0/+1
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell9-16/+42
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell138-2857/+4003
2010-03-10llvmpipe: Cope with null Vertex element cso.José Fonseca1-1/+2
2010-03-10nouveau: translate PIPE_BUFFER_USAGE_UNSYNCHRONIZEDBen Skeggs1-1/+1
2010-03-10nv50: inline nv50_state_flush_notify()Ben Skeggs2-16/+6
2010-03-10nv50: remove nv50_context.state.instbufBen Skeggs2-6/+0
2010-03-10nv50: remove unnecessary macroBen Skeggs1-3/+2
2010-03-10nv50: move nv50_prim() into a header file rather than duplicatingBen Skeggs3-62/+31
2010-03-10nv50: add option to force immediate-mode submission, disable by defaultBen Skeggs3-4/+14
2010-03-10nv50: re-add immediate mode vertex submission pathsBen Skeggs4-8/+399
2010-03-10nv50: when doing inline indices, split elt lists so they fit into pushbufBen Skeggs2-85/+202
2010-03-10nv50: reimplement draw_elements_instance(), use for draw_elements() tooBen Skeggs1-159/+93
2010-03-10nv50: reimplement draw_arrays_instanced(), do draw_arrays() in terms of itBen Skeggs1-144/+134
2010-03-10nv50: rip out inline push draw paths temporarilyBen Skeggs2-551/+12
2010-03-10nv50: make use of scissor enable/disable methodBen Skeggs4-25/+8
2010-03-10nv50: move magic 0x142c stuff to after state emissionBen Skeggs2-11/+8
2010-03-10nv50: avoid unnecessary vp/gp/fp state changesBen Skeggs1-0/+9
2010-03-10nv50: remove pre_pipebuffer_map hack....Ben Skeggs1-23/+0