summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* r300g: fix color tiling for buffer from X server.Dave Airlie2010-04-032-0/+6
* util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca2010-04-032-3/+21
* r300g: Expound on dithering comment.Corbin Simpson2010-04-021-4/+9
* r300g: make dithering work like fglrx.Dave Airlie2010-04-031-2/+4
* llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul2010-04-023-1/+8
* softpipe: remove S3TC init, since it's done on-demand nowLuca Barbieri2010-04-021-2/+0
* gallium/util: revert util_format_init additionLuca Barbieri2010-04-022-3/+1
* gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri2010-04-021-19/+1
* nv50: call util_format_initLuca Barbieri2010-04-021-0/+3
* gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri2010-04-021-1/+2
* llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.José Fonseca2010-04-011-1/+2
* llvmpipe: More tweaks to the supported texture formats.José Fonseca2010-04-011-10/+6
* llvmpipe: Fix build...José Fonseca2010-04-011-0/+23
* llvmpipe: Fix (un)swizzling, broken due to use of VOID channels.José Fonseca2010-04-011-2/+10
* r300g: Remove unnecessary header.Vinson Lee2010-03-311-1/+0
* r300g: add RGBA16F colorbuffer supportMarek Olšák2010-04-011-5/+8
* r300g: add RGTC texture supportMarek Olšák2010-04-013-1/+56
* r300g: format handling cleanupMarek Olšák2010-04-012-24/+16
* softpipe: Use S3TC when avaiilable,José Fonseca2010-03-311-5/+8
* llvmpipe: Don't call unused generate_clamp().José Fonseca2010-03-311-2/+0
* llvmpipe: Disable threads by default on embedded.José Fonseca2010-03-311-0/+4
* llvmpipe: Don't rely on u_format_access.pyJosé Fonseca2010-03-313-8/+7
* Merge branch 'gallium-new-formats'Roland Scheidegger2010-03-3130-59/+59
|\
| * Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-305-6/+169
| |\
| * | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-3030-59/+59
* | | llvmpipe: More accurate format capability exporting.José Fonseca2010-03-311-5/+1
* | | llvmpipe: Drop the aos format conversion.José Fonseca2010-03-313-316/+1
* | | i965g: Fix assertion that was always true.Vinson Lee2010-03-301-2/+5
* | | identity: Remove unnecessary header.Vinson Lee2010-03-301-1/+0
* | | Merge branch '7.8'Michel Dänzer2010-03-301-0/+1
|\ \ \
| * | | i965g: Add brw_winsys_debug.c to SCons build.Vinson Lee2010-03-271-0/+1
| * | | identity: Add id_drm.c to SCons build.Vinson Lee2010-03-271-1/+2
* | | | r300g: Remove unused variable.Vinson Lee2010-03-291-1/+0
* | | | r300g: Remove unnecessary header.Vinson Lee2010-03-291-2/+0
* | | | r300g: Bind constantbuf to Draw immediately, don't wait for render.Corbin Simpson2010-03-292-16/+6
| |_|/ |/| |
* | | Add test case for lp_bld_printf()Chris Li2010-03-292-1/+164
* | | i965g: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca2010-03-291-2/+2
* | | svga: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca2010-03-291-2/+2
* | | r300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYOUT_S3TC.José Fonseca2010-03-291-1/+1
| |/ |/|
* | softpipe: Map GS constants, too.Michal Krol2010-03-291-3/+2
* | r300g: print configurable debugging info on non-debug buildsMarek Olšák2010-03-292-2/+4
* | gallium: new raw gallium interface to support standalone testsKeith Whitwell2010-03-284-0/+124
* | r300g: handle TGSI_OPCODE_RET as ENDMarek Olšák2010-03-281-4/+10
* | r300g: disable cliprectsMarek Olšák2010-03-271-1/+1
* | r300g: print errors even on non-debug buildsMarek Olšák2010-03-2710-45/+53
* | identity: Add id_drm.c to SCons build.Vinson Lee2010-03-271-1/+2
* | r300g: fix macrotiling for non-square texturesMathias Fröhlich2010-03-271-1/+2
* | r300g: Make SWTCL clear work again.Corbin Simpson2010-03-272-128/+132
* | r300g: Remove unnecessary header.Vinson Lee2010-03-261-1/+0
* | gallium/llvmpipe: add PROGS target/rule to Makefile.templateChris Li2010-03-261-8/+6