summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2010-03-09target-helpers: missing filesKeith Whitwell2-0/+121
2010-03-09r300g: kill pf_component_countMarek Olšák1-28/+1
2010-03-09ws/gdi: fix typoKeith Whitwell1-1/+1
2010-03-09gallium: create target for gdi libglKeith Whitwell5-42/+63
2010-03-09ws/xlib: no dependency on mesa state trackerKeith Whitwell1-2/+1
2010-03-09egl/x11: use swrast-xlib helperKeith Whitwell1-3/+2
2010-03-09gallium: create helper for swrast+xlib combinationKeith Whitwell6-81/+17
2010-03-09scons: Fix the libg-xlib Sconscript.José Fonseca1-9/+14
2010-03-09gallivm: checkpoint: nearest mipmap filteringBrian Paul5-292/+601
2010-03-09util: simplify util_format_get_nr_components helperRoland Scheidegger1-8/+1
2010-03-09util: Use bitshift arithmetic for pack too.José Fonseca1-19/+58
2010-03-09targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell6-11/+56
2010-03-09ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell19-347/+96
2010-03-09cso: Fix typo in assert.Corbin Simpson1-1/+1
2010-03-09r300g: Precalculate and CSO-bind PSC state.Corbin Simpson4-205/+190
2010-03-09r300g: Cleanup old PSC code a bit.Corbin Simpson1-5/+1
2010-03-09identity: fix copy & paste errorRoland Scheidegger1-4/+4
2010-03-09r300g: fix gallium-vertexlementcso merge damageRoland Scheidegger3-28/+2
2010-03-09cell: fix up assorted compilation problemsBrian Paul11-35/+59
2010-03-09gdi: Fixup llvmpipe gdi winsys too.José Fonseca1-1/+1
2010-03-09scons: Add new targets option.José Fonseca3-9/+13
2010-03-09winsys/gdi: get softpipe version compilingKeith Whitwell5-34/+56
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger72-564/+1228
2010-03-09softpipe: silence warningKeith Whitwell1-1/+1
2010-03-09ws/gdi: missing fileKeith Whitwell1-0/+10
2010-03-09ws/gdi: sketch of gdi changesKeith Whitwell3-2/+216
2010-03-09cell: untwiddle surface contents in flush_frontbuffer()Keith Whitwell4-129/+58
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger11-11/+11
2010-03-09auxiliary: fix vertex elements csoRoland Scheidegger2-7/+19
2010-03-09nv30: fix typoDavid Heidelberger1-1/+1
2010-03-09cell: attempt conversion to sw_winsysKeith Whitwell11-104/+324
2010-03-09ws/xlib: remove USE_XSHM preprocessor macroKeith Whitwell2-16/+3
2010-03-09ws/xlib: manage the GC internallyKeith Whitwell4-31/+37
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell114-2092/+3900
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell19-428/+40
2010-03-09st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu8-452/+47
2010-03-09winsys/xlib: Fix a segfault when USE_XSHM is not defined.Chia-I Wu1-10/+31
2010-03-09r300g: remove hacks from translate_vertex_data_swizzleMarek Olšák1-20/+4
2010-03-09draw: quads never provoke the first vertexMarek Olšák2-58/+20
2010-03-09softpipe: quads never provoke the first vertexMarek Olšák1-68/+12
2010-03-09llvmpipe: quads never provoke the first vertexMarek Olšák1-93/+36
2010-03-09st/egl: Fix KMS build error after winsys handle change.Chia-I Wu1-5/+9
2010-03-08gallium: update some comments, remove others which are superfluousBrian Paul1-5/+5
2010-03-08vega: remove redundant DEFINES from .c.o ruleBrian Paul1-1/+1
2010-03-08llvmpipe/gallivm: checkpoint: array of pointers to mipmap levelsBrian Paul7-44/+81
2010-03-08nv: define NV30/40/50_MAX_TEXTURE_LEVELSBrian Paul3-3/+9
2010-03-08r300g: define R300_MAX_TEXTURE_LEVELSBrian Paul1-6/+8
2010-03-08svga: s/PIPE_MAX_TEXTURE_LEVELS/SVGA_MAX_TEXTURE_LEVELS/Brian Paul1-1/+1
2010-03-08i915g: define I915_MAX_TEXTURE_2D/3D_LEVELSBrian Paul3-7/+10
2010-03-08i965g: define BRW_MAX_TEXTURE_2D/3D_LEVELSBrian Paul2-6/+9