summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2009-06-06nv50: fix multi-texturingBen Skeggs3-5/+16
2009-06-06nv50: support non-normalized texture coordsBen Skeggs4-8/+18
2009-06-05r300-gallium: Use VAP_CLIP_CNTL.Corbin Simpson2-4/+5
2009-06-05r300-gallium: Emit UCP.Corbin Simpson4-20/+53
2009-06-05r300-gallium: Improve vs emit.Corbin Simpson2-8/+14
2009-06-05nv50: use larger tile sizesBen Skeggs2-4/+11
2009-06-05nv50: use nouveau_bo for query buffersBen Skeggs1-13/+12
2009-06-05nv50: create textures with nouveau_bo, for flexibility with tiling laterBen Skeggs6-41/+46
2009-06-05util: Fix winsock include.Michal Krol1-1/+1
2009-06-05r300-gallium: Mute some debug info.Corbin Simpson1-6/+13
2009-06-04r300-gallium: vs: Fix negation calculation.Corbin Simpson1-4/+4
2009-06-04r300-gallium: Fix pasta.Corbin Simpson1-1/+1
2009-06-04r300-gallium: Improve vs debug more.Corbin Simpson2-1/+22
2009-06-04r300-gallium: vs: Add negation, SUB.Corbin Simpson3-5/+25
2009-06-04r300: Moar vs debug.Corbin Simpson2-3/+28
2009-06-05nouveau: plug in our map_buffer_range and friendsBen Skeggs1-7/+1
2009-06-05nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs6-19/+18
2009-06-05nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs24-414/+198
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs32-265/+218
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs15-226/+195
2009-06-05nv04: remove u_simple_screen usageBen Skeggs3-47/+28
2009-06-05nv10: remove u_simple_screen usageBen Skeggs3-46/+27
2009-06-05nv20: remove u_simple_screen usageBen Skeggs3-41/+23
2009-06-05nv30: remove u_simple_screen usageBen Skeggs4-48/+31
2009-06-05nv40: remove u_simple_screen usageBen Skeggs5-50/+32
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs9-61/+309
2009-06-05nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs19-101/+136
2009-06-05nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs7-53/+39
2009-06-05trace/rbug: Use condvar on system that has it for blockingJakob Bornecrantz3-0/+14
2009-06-05gallium: Make pipe thread say if it has condvars or notJakob Bornecrantz1-0/+2
2009-06-04trace/rbug: Add new contexts functions to trace rbugJakob Bornecrantz3-1/+236
2009-06-04rbug: Update rbug protocol with new context callsJakob Bornecrantz7-43/+336
2009-06-04Merge branch 'mesa_7_5_branch'Brian Paul6-31/+91
2009-06-04softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()Brian Paul1-2/+12
2009-06-04softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON renderingBrian Paul1-1/+1
2009-06-04tgsi: increase MAX_LABELS to 4096Brian Paul1-1/+1
2009-06-03softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()Brian Paul1-2/+12
2009-06-03softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON renderingBrian Paul1-1/+1
2009-06-02util: Unsaved change missing from last commit.José Fonseca1-1/+1
2009-06-02r300-gallium: strip swtcl to the bare minimumJoakim Sindholt1-34/+22
2009-06-02util: Support Z24S8/Z24X8 -> unsigned conversion.José Fonseca1-0/+15
2009-06-02util: Fix 24 to 32 bit expansion binary arithmetic expression.José Fonseca1-1/+1
2009-06-01gallium/draw: Free specialized versions of driver shadersKeith Whitwell3-0/+13
2009-06-01draw: free more token arraysKeith Whitwell2-5/+12
2009-06-01draw: avoid leaking tokens when building pstipple fragment shaderKeith Whitwell1-0/+1
2009-06-01wgl: Destroy the framebuffer when the window is destroyed.José Fonseca1-24/+48
2009-06-01Merge branch 'mesa_7_5_branch'Brian Paul11-223/+340
2009-06-01draw: reset extra_vp_outputs.slot to zero in widepoint_flush()Brian Paul1-0/+1
2009-06-01r300-gallium: Slightly hacky fix for glxgears-style TCL.Corbin Simpson1-0/+7
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson5-5/+5