summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_5_branch'Brian Paul2009-06-262-0/+4
|\
| * cell: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2
| * softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2
* | trace: Don't write state objects to file if dumping is not setJakob Bornecrantz2009-06-141-0/+60
* | r300-gallium: organize fragment/vertex shadersJoakim Sindholt2009-06-2620-495/+674
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-243-5/+7
|\|
| * softpipe: return alpha=1 in shadow_compare() functionBrian Paul2009-06-191-0/+2
| * trace: Use size_t consistently.José Fonseca2009-06-182-5/+5
* | identity: Add new identity driverJakob Bornecrantz2009-06-249-0/+1711
* | i965simple: use u_reduced_prim() functionBrian Paul2009-06-191-16/+3
* | softpipe: use u_reduced_prim()Brian Paul2009-06-191-15/+2
* | softpipe: whitespace, reformattingBrian Paul2009-06-191-8/+5
* | Merge branch 'ext-provoking-vertex'Brian Paul2009-06-192-66/+168
|\ \
| * | softpipe: implement flatshade_first for trianglesBrian Paul2009-06-091-58/+182
| * | softpipe: implement flatshade_first for line setupBrian Paul2009-06-091-1/+4
| * | Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"Brian Paul2009-06-033-6/+1
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-165-3/+28
|\ \ \ | | |/ | |/|
| * | softpipe: fix out of bounds quad rasterization bugBrian Paul2009-06-161-3/+6
| * | softpipe: Fix softpipe_is_texture_referenced.José Fonseca2009-06-154-0/+22
| * | softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()Brian Paul2009-06-041-2/+12
| * | softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON renderingBrian Paul2009-06-041-1/+1
* | | trace: __func__ --> __FUNCTION__.Michal Krol2009-06-101-1/+1
* | | trace/rbug: Add support for draw block ruleJakob Bornecrantz2009-06-093-3/+91
* | | trace/rbug: Return textures currently bound to contextJakob Bornecrantz2009-06-093-3/+17
* | | r300-gallium: HW TCL glxgears. (Read the rest of the log.)Corbin Simpson2009-06-081-0/+5
* | | r300-gallium: Make UCP and clip work again for SW TCL.Corbin Simpson2009-06-082-19/+21
* | | r300-gallium: Don't emit UCP planes for SW TCL.Corbin Simpson2009-06-083-4/+12
* | | softpipe: advertise PIPE_CAP_MAX_TEXTURE_ANISOTROPY as 16.0Brian Paul2009-06-081-1/+1
* | | trace/rbug: Sleep on windows when blockedJakob Bornecrantz2009-06-081-1/+3
* | | nouveau: forgotten makefile...Ben Skeggs2009-06-071-0/+8
* | | nv50: fix multi-texturingBen Skeggs2009-06-063-5/+16
* | | nv50: support non-normalized texture coordsBen Skeggs2009-06-064-8/+18
* | | r300-gallium: Use VAP_CLIP_CNTL.Corbin Simpson2009-06-052-4/+5
* | | r300-gallium: Emit UCP.Corbin Simpson2009-06-054-20/+53
* | | r300-gallium: Improve vs emit.Corbin Simpson2009-06-052-8/+14
* | | nv50: use larger tile sizesBen Skeggs2009-06-052-4/+11
* | | nv50: use nouveau_bo for query buffersBen Skeggs2009-06-051-13/+12
* | | nv50: create textures with nouveau_bo, for flexibility with tiling laterBen Skeggs2009-06-056-41/+46
* | | r300-gallium: Mute some debug info.Corbin Simpson2009-06-051-6/+13
* | | r300-gallium: vs: Fix negation calculation.Corbin Simpson2009-06-041-4/+4
* | | r300-gallium: Fix pasta.Corbin Simpson2009-06-041-1/+1
* | | r300-gallium: Improve vs debug more.Corbin Simpson2009-06-042-1/+22
* | | r300-gallium: vs: Add negation, SUB.Corbin Simpson2009-06-043-5/+25
* | | r300: Moar vs debug.Corbin Simpson2009-06-042-3/+28
* | | nouveau: plug in our map_buffer_range and friendsBen Skeggs2009-06-051-7/+1
* | | nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs2009-06-056-19/+18
* | | nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2009-06-0519-113/+126
* | | nouveau: move channel creation into pipe driversBen Skeggs2009-06-0529-234/+215
* | | nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-0514-176/+195
* | | nv04: remove u_simple_screen usageBen Skeggs2009-06-053-47/+28