Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-02 | gallium/util: add util_format_is_supported to check for pack/unpack | Luca Barbieri | |
This improves the code by making it more readable, and removes special knowledge of S3TC and other formats from softpipe. | |||
2010-04-02 | nv50: call util_format_init | Luca Barbieri | |
Needed to fetch static vertex attributes. | |||
2010-04-02 | gallium/util: add util_format_init that inits s3tc and util_half | Luca Barbieri | |
Switch from auto-init to explicit init for util_half per Brian Paul's indication. NOTE: this is probably broken because not enough things call util_format_init. Will be fixed shortly | |||
2010-04-01 | llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT. | José Fonseca | |
2010-04-01 | llvmpipe: More tweaks to the supported texture formats. | José Fonseca | |
2010-04-01 | llvmpipe: Fix build... | José Fonseca | |
2010-04-01 | llvmpipe: Fix (un)swizzling, broken due to use of VOID channels. | José Fonseca | |
2010-03-31 | r300g: Remove unnecessary header. | Vinson Lee | |
2010-04-01 | r300g: add RGBA16F colorbuffer support | Marek Olšák | |
Disabled by default due to unresolved IP issues. | |||
2010-04-01 | r300g: add RGTC texture support | Marek Olšák | |
The CS checker already knows about this. | |||
2010-04-01 | r300g: format handling cleanup | Marek Olšák | |
2010-03-31 | softpipe: Use S3TC when avaiilable, | José Fonseca | |
2010-03-31 | llvmpipe: Don't call unused generate_clamp(). | José Fonseca | |
2010-03-31 | llvmpipe: Disable threads by default on embedded. | José Fonseca | |
2010-03-31 | llvmpipe: Don't rely on u_format_access.py | José Fonseca | |
2010-03-31 | Merge branch 'gallium-new-formats' | Roland Scheidegger | |
Conflicts: src/gallium/auxiliary/util/u_format.csv src/gallium/auxiliary/util/u_format_access.py src/gallium/auxiliary/util/u_format_pack.py | |||
2010-03-31 | llvmpipe: More accurate format capability exporting. | José Fonseca | |
2010-03-31 | llvmpipe: Drop the aos format conversion. | José Fonseca | |
It's unused and incomplete. Still in git history if necessary in future. | |||
2010-03-30 | i965g: Fix assertion that was always true. | Vinson Lee | |
surface_format field is a 9-bit field and the value of BRW_SURFACEFORMAT_INVALID exceeds 9 bits. | |||
2010-03-30 | identity: Remove unnecessary header. | Vinson Lee | |
2010-03-30 | Merge branch '7.8' | Michel Dänzer | |
Conflicts: Makefile src/mesa/main/version.h Resolved by keeping version strings from master (also in the intel driver). | |||
2010-03-29 | r300g: Remove unused variable. | Vinson Lee | |
2010-03-29 | r300g: Remove unnecessary header. | Vinson Lee | |
2010-03-29 | r300g: Bind constantbuf to Draw immediately, don't wait for render. | Corbin Simpson | |
Doesn't hurt, and reduces code duplication. | |||
2010-03-30 | Merge branch 'master' into gallium-new-formats | Roland Scheidegger | |
Conflicts: src/gallium/auxiliary/util/u_format.csv | |||
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger | |
2010-03-29 | Add test case for lp_bld_printf() | Chris Li | |
2010-03-29 | i965g: util_format_is_compressed() -> util_format_is_s3tc(). | José Fonseca | |
2010-03-29 | svga: util_format_is_compressed() -> util_format_is_s3tc(). | José Fonseca | |
2010-03-29 | r300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYOUT_S3TC. | José Fonseca | |
2010-03-29 | softpipe: Map GS constants, too. | Michal Krol | |
2010-03-29 | r300g: print configurable debugging info on non-debug builds | Marek Olšák | |
2010-03-28 | gallium: new raw gallium interface to support standalone tests | Keith Whitwell | |
Provides basic window system integration behind a simple interface, allowing tests to be written without dependency on either the driver or window system. With a lot of work, could turn into something like glut for gallium. | |||
2010-03-28 | r300g: handle TGSI_OPCODE_RET as END | Marek Olšák | |
2010-03-27 | r300g: disable cliprects | Marek Olšák | |
Thanks to Nicolai Hähnle for explaining this register! | |||
2010-03-27 | r300g: print errors even on non-debug builds | Marek Olšák | |
We really need to get these into bug reports. | |||
2010-03-27 | i965g: Add brw_winsys_debug.c to SCons build. | Vinson Lee | |
2010-03-27 | identity: Add id_drm.c to SCons build. | Vinson Lee | |
This was missed in commit f7cbaae13d67c55abe81ac230de37f564365099f. (cherry picked from commit 02ee7c29502966dffa44243bfc8c20c15907b880) | |||
2010-03-27 | identity: Add id_drm.c to SCons build. | Vinson Lee | |
This was missed in commit f7cbaae13d67c55abe81ac230de37f564365099f. | |||
2010-03-27 | r300g: fix macrotiling for non-square textures | Mathias Fröhlich | |
FDO bug #27338. Signed-off-by: Marek Olšák <maraeo@gmail.com> | |||
2010-03-27 | r300g: Make SWTCL clear work again. | Corbin Simpson | |
Kind of surprised that this was as little as it took. Worrying. | |||
2010-03-26 | r300g: Remove unnecessary header. | Vinson Lee | |
2010-03-26 | gallium/llvmpipe: add PROGS target/rule to Makefile.template | Chris Li | |
So other directory can share it. Also remove the libllvmpipe.a dependency from test programs. It is not needed any more. Signed-Off-By: Christopher Li <chrisl@vmware.com> | |||
2010-03-26 | Revert "r300g: add generating texture coordinates for point sprites (WIP)" | Corbin Simpson | |
This reverts commit cba6430524198a1bdcdeada03cbe946a454f3935. Breaks celestia with a hardlock. :T We really need to sit down and study texture stuffing further. | |||
2010-03-26 | nv50: fix FACE semantic check in FP input slot assignments | Christoph Bumiller | |
Fixes for instance noise with material shaders in FlightGear. | |||
2010-03-25 | identity: Remove unnecessary header. | Vinson Lee | |
2010-03-26 | draw: Add EMIT_4UB_BGRA format | Jakob Bornecrantz | |
Needed for i915g, also fixed swizzle in draw_vs_aos_io. | |||
2010-03-26 | i915g: Rename winsys prefix to i915_ from intel_ | Jakob Bornecrantz | |
Since the winsys isn't shared with i965 and never will be | |||
2010-03-25 | Revert "llvmpipe: optimize the lp_setup_fence() function" | Brian Paul | |
This reverts commit a9063cad0f0190ff88cd20fbad5aa87bf1a943f6. Not too surprisingly, this change caused some regressions. Revert it for the time being. See fd.o bug 27320. | |||
2010-03-25 | llvmpipe: disable an assertion | Brian Paul | |
We shouldn't try to clear a non-existant z/stencil buffer, so there's probably a bug elsewhere. Disable the assertion for now to allow things to at least run. |