summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: Replace GETENV by debug_get_bool_option.José Fonseca2008-06-101-2/+2
* gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca2008-06-101-2/+2
* draw: draw_range_elements trialKeith Whitwell2008-05-291-0/+1
* Merge branch 'gallium-vertex-linear' into gallium-tex-surfacesKeith Whitwell2008-05-281-5/+16
|\
| * softpipe: enable vbuf by defaultKeith Whitwell2008-05-271-3/+5
| * softpipe: add failure paths for context creationKeith Whitwell2008-05-121-2/+11
* | Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-021-3/+1
|\ \ | |/
| * gallium: remove the unused softpipe_winsys codeBrian Paul2008-05-011-3/+1
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-3/+3
|/
* gallium: test for new PIPE_ARCH_X86Brian Paul2008-04-291-1/+1
* gallium: plug in softpipe_set_edgeflags() functionBrian Paul2008-04-241-0/+2
* softpipe: implement SP_NO_RAST env varKeith Whitwell2008-04-221-0/+3
* gallium: get rid of bufloop quad stageBrian2008-04-071-2/+0
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-291-2/+2
* gallium: remove DOS carriage returnsBrian2008-03-141-243/+243
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-243/+243
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-26/+0
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-25/+0
* gallium: implement pipe_screen for softpipe driverBrian2008-02-271-54/+10
* gallium: softpipe_init_texture_funcs(), make texture func staticBrian2008-02-271-6/+1
* gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()Brian2008-02-261-3/+0
* gallium: new draw stage for polygon stipple.Brian2008-02-211-0/+5
* gallium: new AA point drawing stageBrian2008-02-211-1/+5
* gallium: new pipe->texture_update() functionBrian2008-02-201-0/+1
* gallium: antialiased line drawingBrian2008-02-181-0/+3
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+333