| Commit message (Expand) | Author | Age | Files | Lines |
* | r300g: do not use the c++ template keyword | Marek Olšák | 2010-04-04 | 2 | -27/+27 |
* | r300g: properly setup textures from X server | Marek Olšák | 2010-04-04 | 1 | -4/+3 |
* | r300g: fix color tiling for buffer from X server. | Dave Airlie | 2010-04-03 | 2 | -0/+6 |
* | util: Revert unsolicited, untested, unreviewed, and broken changes to format ... | José Fonseca | 2010-04-03 | 2 | -3/+21 |
* | r300g: Expound on dithering comment. | Corbin Simpson | 2010-04-02 | 1 | -4/+9 |
* | r300g: make dithering work like fglrx. | Dave Airlie | 2010-04-03 | 1 | -2/+4 |
* | llvmpipe: limit max texture size to 2Kx2K for now | Brian Paul | 2010-04-02 | 3 | -1/+8 |
* | softpipe: remove S3TC init, since it's done on-demand now | Luca Barbieri | 2010-04-02 | 1 | -2/+0 |
* | gallium/util: revert util_format_init addition | Luca Barbieri | 2010-04-02 | 2 | -3/+1 |
* | gallium/util: add util_format_is_supported to check for pack/unpack | Luca Barbieri | 2010-04-02 | 1 | -19/+1 |
* | nv50: call util_format_init | Luca Barbieri | 2010-04-02 | 1 | -0/+3 |
* | gallium/util: add util_format_init that inits s3tc and util_half | Luca Barbieri | 2010-04-02 | 1 | -1/+2 |
* | llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT. | José Fonseca | 2010-04-01 | 1 | -1/+2 |
* | llvmpipe: More tweaks to the supported texture formats. | José Fonseca | 2010-04-01 | 1 | -10/+6 |
* | llvmpipe: Fix build... | José Fonseca | 2010-04-01 | 1 | -0/+23 |
* | llvmpipe: Fix (un)swizzling, broken due to use of VOID channels. | José Fonseca | 2010-04-01 | 1 | -2/+10 |
* | r300g: Remove unnecessary header. | Vinson Lee | 2010-03-31 | 1 | -1/+0 |
* | r300g: add RGBA16F colorbuffer support | Marek Olšák | 2010-04-01 | 1 | -5/+8 |
* | r300g: add RGTC texture support | Marek Olšák | 2010-04-01 | 3 | -1/+56 |
* | r300g: format handling cleanup | Marek Olšák | 2010-04-01 | 2 | -24/+16 |
* | softpipe: Use S3TC when avaiilable, | José Fonseca | 2010-03-31 | 1 | -5/+8 |
* | llvmpipe: Don't call unused generate_clamp(). | José Fonseca | 2010-03-31 | 1 | -2/+0 |
* | llvmpipe: Disable threads by default on embedded. | José Fonseca | 2010-03-31 | 1 | -0/+4 |
* | llvmpipe: Don't rely on u_format_access.py | José Fonseca | 2010-03-31 | 3 | -8/+7 |
* | Merge branch 'gallium-new-formats' | Roland Scheidegger | 2010-03-31 | 30 | -59/+59 |
|\ |
|
| * | Merge branch 'master' into gallium-new-formats | Roland Scheidegger | 2010-03-30 | 5 | -6/+169 |
| |\ |
|
| * | | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger | 2010-03-30 | 30 | -59/+59 |
* | | | llvmpipe: More accurate format capability exporting. | José Fonseca | 2010-03-31 | 1 | -5/+1 |
* | | | llvmpipe: Drop the aos format conversion. | José Fonseca | 2010-03-31 | 3 | -316/+1 |
* | | | i965g: Fix assertion that was always true. | Vinson Lee | 2010-03-30 | 1 | -2/+5 |
* | | | identity: Remove unnecessary header. | Vinson Lee | 2010-03-30 | 1 | -1/+0 |
* | | | Merge branch '7.8' | Michel Dänzer | 2010-03-30 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | i965g: Add brw_winsys_debug.c to SCons build. | Vinson Lee | 2010-03-27 | 1 | -0/+1 |
| * | | | identity: Add id_drm.c to SCons build. | Vinson Lee | 2010-03-27 | 1 | -1/+2 |
* | | | | r300g: Remove unused variable. | Vinson Lee | 2010-03-29 | 1 | -1/+0 |
* | | | | r300g: Remove unnecessary header. | Vinson Lee | 2010-03-29 | 1 | -2/+0 |
* | | | | r300g: Bind constantbuf to Draw immediately, don't wait for render. | Corbin Simpson | 2010-03-29 | 2 | -16/+6 |
| |_|/
|/| | |
|
* | | | Add test case for lp_bld_printf() | Chris Li | 2010-03-29 | 2 | -1/+164 |
* | | | i965g: util_format_is_compressed() -> util_format_is_s3tc(). | José Fonseca | 2010-03-29 | 1 | -2/+2 |
* | | | svga: util_format_is_compressed() -> util_format_is_s3tc(). | José Fonseca | 2010-03-29 | 1 | -2/+2 |
* | | | r300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYOUT_S3TC. | José Fonseca | 2010-03-29 | 1 | -1/+1 |
| |/
|/| |
|
* | | softpipe: Map GS constants, too. | Michal Krol | 2010-03-29 | 1 | -3/+2 |
* | | r300g: print configurable debugging info on non-debug builds | Marek Olšák | 2010-03-29 | 2 | -2/+4 |
* | | gallium: new raw gallium interface to support standalone tests | Keith Whitwell | 2010-03-28 | 4 | -0/+124 |
* | | r300g: handle TGSI_OPCODE_RET as END | Marek Olšák | 2010-03-28 | 1 | -4/+10 |
* | | r300g: disable cliprects | Marek Olšák | 2010-03-27 | 1 | -1/+1 |
* | | r300g: print errors even on non-debug builds | Marek Olšák | 2010-03-27 | 10 | -45/+53 |
* | | identity: Add id_drm.c to SCons build. | Vinson Lee | 2010-03-27 | 1 | -1/+2 |
* | | r300g: fix macrotiling for non-square textures | Mathias Fröhlich | 2010-03-27 | 1 | -1/+2 |
* | | r300g: Make SWTCL clear work again. | Corbin Simpson | 2010-03-27 | 2 | -128/+132 |