summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)Author
2009-09-22softpipe: need to write depth/stencil values even when stencil failsKeith Whitwell
2009-09-22softpipe: set quad->facing valueKeith Whitwell
2009-09-22softpipe: fix polygon stippleKeith Whitwell
2009-09-22softpipe: fix occlusion countingKeith Whitwell
2009-09-21Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-21softpipe: Fix cube face selection.Brian Paul
2009-09-18softpipe: Fix cube face selection.Michal Krol
2009-09-17softpipe: Respect input interpolators for the shader.Michal Krol
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca
2009-09-16softpipe: Do not advertise Z32_UNORM as a supported format.Michal Krol
2009-09-10softpipe: remove no-op softpipe_init_texture_funcs() functionBrian Paul
2009-09-10softpipe: remove unused #includes, move commentBrian Paul
2009-09-10softpipe: reformatting, clean-ups, commentsBrian Paul
2009-09-10softpipe: remove unneeded #includesBrian Paul
2009-09-10Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-10softpipe: minor indentation fixBrian Paul
2009-09-10softpipe: set dirty_render_cache in softpipe_clear()Brian Paul
2009-08-24softpipe: use one fewer divide in sample_cubeKeith Whitwell
2009-08-24softpipe: separate out 2d and cube img filter functionsKeith Whitwell
2009-08-24softpipe: make the various get_texel routines more similarKeith Whitwell
2009-08-23softpipe: lift tex_address construction up to img_filterKeith Whitwell
2009-08-23softpipe: remove old prim_setup draw stageKeith Whitwell
2009-08-23softpipe: add missing headerKeith Whitwell
2009-08-23Merge branch 'tex-tilecache' into softpipe-optKeith Whitwell
2009-08-21softpipe: remove duplicate #include, move anotherBrian Paul
2009-08-21softpipe: remove tex sample dependencies on softpipeBrian Paul
2009-08-21softpipe: minor code refactoring to remove softpipe/tile cache dependenciesBrian Paul
2009-08-21softpipe: remove unused #includes, white-space clean-upBrian Paul
2009-08-21softpipe: remove unneeded const qualifierBrian Paul
2009-08-21softpipe: per-unit sampler varientsBrian Paul
2009-08-21softpipe: add missing PIPE_TEXTURE_CUBE case in get_lambda_func()Brian Paul
2009-08-21softpipe: add missing sp_sampler_varient_destroyKeith Whitwell
2009-08-21softpipe: remove redundant comparison, make test easier to understandBrian Paul
2009-08-21softpipe: fix min/mag filter typoBrian Paul
2009-08-21softpipe: fix s/t/p typosBrian Paul
2009-08-21softpipe: rework texture sampling codeKeith Whitwell
2009-08-20softpipe: allow the existing sampler routines to be hooked up directlyKeith Whitwell
2009-08-20softpipe: fix xpot calculation typo in sp_get_samples_2d_nearest_clamp_POTKeith Whitwell
2009-08-20softpipe: slightly optimized tiling calculationKeith Whitwell
2009-08-20softpipe: fix glitch in texel lookups on fastpathsKeith Whitwell
2009-08-20softpipe: optimized path for simple mipmap samplingKeith Whitwell
2009-08-18softpipe: fix typo in clear_tileKeith Whitwell
2009-08-18softpipe: split texture and surface tile cachesKeith Whitwell
2009-08-18softpipe: move flatshade-first check out of loopKeith Whitwell
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz
2009-08-11Revert "softpipe: rearrange blend fastpaths"Keith Whitwell
2009-08-11softpipe: reduce textual differences between exec and sse shader pathsKeith Whitwell
2009-08-11softpipe: remove gallivm fragment shadersKeith Whitwell
2009-08-07gallium: Move minify() to u_math.Corbin Simpson
2009-08-05softpipe: Also defere primary textures to backendJakob Bornecrantz