summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2009-07-20gallium/trace: Fix SCons build.Michel Dänzer
2009-07-20r300g: Guard R500 register writes by is_r500 check.Michel Dänzer
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-16tgsi: initial texturing support on sse pathKeith Whitwell
2009-07-16tgsi: reduce x86 reg usage in tgsi_sse generated programsKeith Whitwell
2009-07-16gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell
2009-07-15softpipe: limit blend results to [0,1]Luca Barbieri
2009-07-14gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin
2009-07-13r300g: Small compile warning fixes.Nicolai Hähnle
2009-07-13r300g, radeon: Whitespace fixes.Nicolai Hähnle
2009-07-13r300g: Use align() instead of inline maths.Corbin Simpson
2009-07-08r300g: Remove VAP_CNTL_STATUS from invariant state.Corbin Simpson
2009-07-08r300g: Disable MSPOS registers for glisse's CS security checker.Corbin Simpson
2009-07-08r300-gallium: Unify sampler and texture emit.Corbin Simpson
2009-07-08r300-gallium: Mipmap setup.Corbin Simpson
2009-07-08r300g: Add endian fix to vertex fetcher setup.Corbin Simpson
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-02trace: Add drm api integrationJakob Bornecrantz
2009-07-01r300g: Fix recursive Draw flush.Corbin Simpson
2009-07-01r300g: Use floats for surface_copy texcoords, use correct src and dest.Corbin Simpson
2009-07-01nouveau: return some supported zeta formatsBen Skeggs
2009-07-01nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs
2009-07-01drm/st: Remove drm_api struct from driversJakob Bornecrantz
2009-06-30gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul
2009-07-01gallium: fix the front face semanticsZack Rusin
2009-06-30identity: Create a drm_api wrapperJakob Bornecrantz
2009-06-30drm/st: Return drm_api struct from a functionJakob Bornecrantz
2009-06-29softpipe: use shadow_compare4() to compare texcoord to four texture samplesBrian Paul
2009-06-29softpipe: pass sampler state to shadow_compare()Brian Paul
2009-06-29nouveau: Expect right params to tex_transfer_destroy().Younes Manton
2009-06-29nouveau: Turn off debug cannon.Younes Manton
2009-06-26cell: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul
2009-06-26softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul
2009-06-19softpipe: return alpha=1 in shadow_compare() functionBrian Paul
2009-06-18trace: Use size_t consistently.José Fonseca
2009-06-16softpipe: fix out of bounds quad rasterization bugBrian Paul
2009-06-15softpipe: Fix softpipe_is_texture_referenced.José Fonseca
2009-06-27r300g: YCbCr and sRGB textures.Corbin Simpson
2009-06-27r300g: Fix EXT_packed_depth_stencil functionality.Corbin Simpson
2009-06-26r300g: EXT_provoking_vertex.Corbin Simpson
2009-06-26r300g: S3TC.Corbin Simpson
2009-06-26r300g: Use real texture formats.Corbin Simpson
2009-06-26r300g: Definitively forbid unusable Z buffer/stencil formats.Corbin Simpson
2009-06-26r300g: Comment out assert for now.Corbin Simpson
2009-06-26r300g: Be more specific on surface_copy fallbacks.Corbin Simpson
2009-06-26r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.Corbin Simpson
2009-06-26r300-gallium: Ensure that no dirty state goes unemitted.Corbin Simpson
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-14trace: Don't write state objects to file if dumping is not setJakob Bornecrantz
2009-06-26r300-gallium: organize fragment/vertex shadersJoakim Sindholt