summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
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 Wu2-10/+5
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-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é Fonseca3-7/+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é Fonseca7-225/+84
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 Whitwell7-13/+34
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell94-2266/+3033
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
2010-03-10nv50: remove horrific abuse of nouveau_channel.flush_notifyBen Skeggs2-1/+10
2010-03-10nv50: always emit dummy relocs for all still-referenced buffersBen Skeggs1-2/+8
2010-03-10nv50: ensure enough room for state changes in current pushbufBen Skeggs4-17/+38
2010-03-10nv50: rework state emissionBen Skeggs7-311/+249
2010-03-10nv50: use relocs rather than re-uploading TIC all the timeBen Skeggs3-2/+32
2010-03-09r300g: Reorder regs, save one dword.Corbin Simpson1-11/+14
2010-03-10winsys/drm: Handle circular dependencies in Makefile.egl.Chia-I Wu1-2/+4
2010-03-10st/egl: Fix build errors in ximage backend after merge.Chia-I Wu3-6/+10
2010-03-09drop stray XFree86Server, XGLServerGeorge Sapountzis1-5/+0
2010-03-09svga: Don't do culling while the software pipeline is active.Keith Whitwell1-2/+11
2010-03-09null: Add a null software winsys.José Fonseca5-0/+205
2010-03-09cso: don't forget to release vertex elements stateRoland Scheidegger1-0/+1