summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Whitwell9-16/+42
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell134-2847/+3994
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-09i965: Fix ENDLOOP to only patch up this loop's BREAK and CONT.Eric Anholt1-2/+4
2010-03-09i965: Unalias all GLSL source regs from the destination regs used.Eric Anholt1-113/+25
2010-03-09i965: Print the offsets for WHILE and BREAK in disasm.Eric Anholt1-2/+2
2010-03-09i965: Fix nested loops in the VS.Eric Anholt1-2/+4
2010-03-09i965: Fix up VP constbuf leak on program delete.Eric Anholt1-3/+11
2010-03-09r300: don't crash if there's no colorbufferMaciej Cencora1-1/+6
2010-03-09radeon: mark framebuffer as incomplete if renderbuffer format isn't supported...Maciej Cencora2-67/+62
2010-03-09r300: add support for more rendering formatsMaciej Cencora2-17/+79
2010-03-09radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora9-0/+70
2010-03-09r300: enable HW accelerated gl(Read/Copy/Draw)PixelsMaciej Cencora1-2/+7
2010-03-09radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora9-2/+203
2010-03-09glapi: Fix scons build -- list new file.José Fonseca1-0/+1
2010-03-09glapi: allow for any mangle prefixGeorge Sapountzis1-2/+3
2010-03-09glapi: split out arch-specific code for entrypointsGeorge Sapountzis4-295/+357
2010-03-09glapi: mv table functions to glapi_getproc.c and add local headerGeorge Sapountzis4-66/+98
2010-03-09drop stray XFree86Server, XGLServerGeorge Sapountzis2-9/+4
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-09mesa/st: initialize velements state properlyRoland Scheidegger1-0/+1
2010-03-09cso: don't forget to release vertex elements stateRoland Scheidegger1-0/+1