summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: implement pipe_screen for softpipe driverBrian2008-02-276-64/+216
* gallium: softpipe_init_texture_funcs(), make texture func staticBrian2008-02-273-25/+17
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-263-2/+3
* gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()Brian2008-02-261-3/+0
* gallium: remove unused varBrian2008-02-261-1/+0
* gallium: added tgsi_shader_field to sp_fragment_shaderBrian2008-02-267-25/+32
* softpipe: use draw_find_vs_output() directlyBrian2008-02-251-32/+7
* Add new files.José Fonseca2008-02-241-0/+3
* gallium: disable early Z test if fragment shader contains KIL instruction.Brian2008-02-233-11/+19
* gallium: MSVC fixes.José Fonseca2008-02-241-2/+2
* Bring in several forgotten MSVC fixes.José Fonseca2008-02-232-3/+3
* gallium: fix a state validation bug found w/ pointblast.cBrian2008-02-221-0/+4
* gallium: fix brokenb buildBrian2008-02-221-1/+1
* gallium: Fix build on Windows.Michal Krol2008-02-231-1/+1
* gallium: Silence compiler warnings on Windows.Michal Krol2008-02-231-3/+3
* gallium: new draw stage for polygon stipple.Brian2008-02-213-0/+14
* gallium: new AA point drawing stageBrian2008-02-211-1/+5
* [PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systemsKeith Whitwell2008-02-212-35/+35
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-204-4/+8
* gallium: fix bad ptr comparisonBrian2008-02-201-1/+1
* gallium: new pipe->texture_update() functionBrian2008-02-204-19/+46
* gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()Brian2008-02-203-4/+6
* gallium: initialize the killmask register to zero before running shaderBrian2008-02-191-0/+3
* gallium: add some casts to prevent likely msvc warningsBrian2008-02-191-3/+3
* gallium: don't hard-code attrib slot=0 in setup_fragcoord_coeff()Brian2008-02-191-23/+18
* gallium: implement correct sampling for RECT targets / unnormalized texcoordsBrian2008-02-191-25/+143
* Simplify makefile boilerplate code.José Fonseca2008-02-191-8/+1
* Use gallium's rtasm module.José Fonseca2008-02-191-1/+1
* gallium: move draw_set_viewport_state() call, plus code clean-up, remove obso...Brian2008-02-181-12/+4
* gallium: call draw_flush() for scissor/stipple state changesBrian2008-02-181-0/+4
* gallium: antialiased line drawingBrian2008-02-182-7/+13
* Standardize on using the pipe/ include prefix.José Fonseca2008-02-181-1/+1
* gallium: add missing mip level clampBrian2008-02-161-1/+2
* gallium: tweak texture filter min/mag thresholdsBrian2008-02-161-3/+5
* gallium: implement min vs. mag filter determination for non-mipmapped texturesBrian2008-02-161-0/+13
* softpipe: rename some functions to disambiguateKeith Whitwell2008-02-151-6/+6
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-159-257/+619
* Code reorganization: update build.José Fonseca2008-02-1519-28/+28
* Code reorganization: move files into their places.José Fonseca2008-02-1548-0/+8698