summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nouveau: Expect right params to tex_transfer_destroy().Younes Manton2009-06-291-1/+1
* nouveau: Turn off debug cannon.Younes Manton2009-06-291-2/+1
* r300g: YCbCr and sRGB textures.Corbin Simpson2009-06-273-1/+15
* r300g: Fix EXT_packed_depth_stencil functionality.Corbin Simpson2009-06-272-2/+10
* r300g: EXT_provoking_vertex.Corbin Simpson2009-06-262-4/+6
* r300g: S3TC.Corbin Simpson2009-06-262-6/+36
* r300g: Use real texture formats.Corbin Simpson2009-06-263-25/+42
* r300g: Definitively forbid unusable Z buffer/stencil formats.Corbin Simpson2009-06-261-1/+12
* r300g: Comment out assert for now.Corbin Simpson2009-06-261-0/+2
* r300g: Be more specific on surface_copy fallbacks.Corbin Simpson2009-06-261-1/+1
* r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.Corbin Simpson2009-06-261-0/+3
* r300-gallium: Ensure that no dirty state goes unemitted.Corbin Simpson2009-06-261-2/+4
* 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