Age | Commit message (Expand) | Author |
2009-07-24 | softpipe: example fastpaths in blending | Keith Whitwell |
2009-07-24 | softpipe: actually pass >1 quad from triangle routine | Keith Whitwell |
2009-07-24 | softpipe: expand quad pipeline to process >1 quad at a time | Keith Whitwell |
2009-07-24 | softpipe: rip out old mulithread support | Keith Whitwell |
2009-07-23 | softpipe: avoid flushing depth buffer cache on swapbuffers | Keith Whitwell |
2009-07-23 | softpipe: also shortcircuit non-texture tile lookups | Keith Whitwell |
2009-07-22 | softpipe: shortcircuit repeated lookups of the same tile | Keith Whitwell |
2009-07-22 | softpipe: remove unused vars in sp_setup.c | Keith Whitwell |
2009-07-22 | softpipe: use bitwise logic to setup quad masks in sp_setup | Keith Whitwell |
2009-07-22 | softpipe: simplify flush_spans | Keith Whitwell |
2009-07-22 | softpipe: make some small steps to flush texture cache less frequently | Keith Whitwell |
2009-07-22 | softpipe: remove backwards dependency from tilecache to softpipe | Keith Whitwell |
2009-07-22 | gallium: simplify tgsi_full_immediate struct | Keith Whitwell |
2009-07-20 | gallium/trace: Fix SCons build. | Michel Dänzer |
2009-07-20 | r300g: Guard R500 register writes by is_r500 check. | Michel Dänzer |
2009-07-17 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-07-16 | tgsi: initial texturing support on sse path | Keith Whitwell |
2009-07-16 | tgsi: reduce x86 reg usage in tgsi_sse generated programs | Keith Whitwell |
2009-07-16 | gallium: proper constructor and destructor for tgsi_exec_machine | Keith Whitwell |
2009-07-15 | softpipe: limit blend results to [0,1] | Luca Barbieri |
2009-07-14 | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau... | Patrice Mandin |
2009-07-13 | r300g: Small compile warning fixes. | Nicolai Hähnle |
2009-07-13 | r300g, radeon: Whitespace fixes. | Nicolai Hähnle |
2009-07-13 | r300g: Use align() instead of inline maths. | Corbin Simpson |
2009-07-08 | r300g: Remove VAP_CNTL_STATUS from invariant state. | Corbin Simpson |
2009-07-08 | r300g: Disable MSPOS registers for glisse's CS security checker. | Corbin Simpson |
2009-07-08 | r300-gallium: Unify sampler and texture emit. | Corbin Simpson |
2009-07-08 | r300-gallium: Mipmap setup. | Corbin Simpson |
2009-07-08 | r300g: Add endian fix to vertex fetcher setup. | Corbin Simpson |
2009-07-03 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-07-02 | trace: Add drm api integration | Jakob Bornecrantz |
2009-07-01 | r300g: Fix recursive Draw flush. | Corbin Simpson |
2009-07-01 | r300g: Use floats for surface_copy texcoords, use correct src and dest. | Corbin Simpson |
2009-07-01 | nouveau: return some supported zeta formats | Ben Skeggs |
2009-07-01 | nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTED | Ben Skeggs |
2009-07-01 | drm/st: Remove drm_api struct from drivers | Jakob Bornecrantz |
2009-06-30 | gallium: remove the pipe_sampler_state::shadow_ambient field | Brian Paul |
2009-07-01 | gallium: fix the front face semantics | Zack Rusin |
2009-06-30 | identity: Create a drm_api wrapper | Jakob Bornecrantz |
2009-06-30 | drm/st: Return drm_api struct from a function | Jakob Bornecrantz |
2009-06-29 | softpipe: use shadow_compare4() to compare texcoord to four texture samples | Brian Paul |
2009-06-29 | softpipe: pass sampler state to shadow_compare() | Brian Paul |
2009-06-29 | nouveau: Expect right params to tex_transfer_destroy(). | Younes Manton |
2009-06-29 | nouveau: Turn off debug cannon. | Younes Manton |
2009-06-26 | cell: PIPE_CAP_TGSI_CONT_SUPPORTED query | Brian Paul |
2009-06-26 | softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query | Brian Paul |
2009-06-19 | softpipe: return alpha=1 in shadow_compare() function | Brian Paul |
2009-06-18 | trace: Use size_t consistently. | José Fonseca |
2009-06-16 | softpipe: fix out of bounds quad rasterization bug | Brian Paul |
2009-06-15 | softpipe: Fix softpipe_is_texture_referenced. | José Fonseca |