summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-28softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()Brian Paul1-2/+2
2009-04-20softpipe: fix softpipe_is_buffer/texture_referenced() regressionBrian Paul1-2/+2
2009-04-18softpipe: Simplify softpipe_create's prototype.José Fonseca1-4/+2
2009-04-18softpipe: Fix softpipe_is_texture_referenced prototype.José Fonseca1-2/+1
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom1-0/+18
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer1-1/+0
2009-03-04gallium: Unify reference counting.Michel Dänzer1-2/+1
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-6/+6
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin1-2/+2
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin1-3/+3
2008-12-17softpipe: fix vertex shader texture samplingBrian Paul1-6/+19
2008-12-04softpipe: plug in softpipe's texture samplers into draw module.Brian1-0/+11
2008-09-08softpipe: First attempts at multithreaded softpipe.Michal Krol1-22/+27
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca1-1/+1
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-08-22gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul1-0/+3
2008-06-10softpipe: Replace GETENV by debug_get_bool_option.José Fonseca1-2/+2
2008-06-10gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca1-2/+2
2008-05-29draw: draw_range_elements trialKeith Whitwell1-0/+1
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-tex-surfacesKeith Whitwell1-5/+16
2008-05-27softpipe: enable vbuf by defaultKeith Whitwell1-3/+5
2008-05-12softpipe: add failure paths for context creationKeith Whitwell1-2/+11
2008-05-02Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell1-3/+1
2008-05-01gallium: remove the unused softpipe_winsys codeBrian Paul1-3/+1
2008-05-01gallium: tex surface checkpointKeith Whitwell1-3/+3
2008-04-29gallium: test for new PIPE_ARCH_X86Brian Paul1-1/+1
2008-04-24gallium: plug in softpipe_set_edgeflags() functionBrian Paul1-0/+2
2008-04-22softpipe: implement SP_NO_RAST env varKeith Whitwell1-0/+3
2008-04-07gallium: get rid of bufloop quad stageBrian1-2/+0
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul1-2/+2
2008-03-14gallium: remove DOS carriage returnsBrian1-243/+243
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell1-243/+243
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian1-26/+0
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian1-25/+0
2008-02-27gallium: implement pipe_screen for softpipe driverBrian1-54/+10
2008-02-27gallium: softpipe_init_texture_funcs(), make texture func staticBrian1-6/+1
2008-02-26gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()Brian1-3/+0
2008-02-21gallium: new draw stage for polygon stipple.Brian1-0/+5
2008-02-21gallium: new AA point drawing stageBrian1-1/+5
2008-02-20gallium: new pipe->texture_update() functionBrian1-0/+1
2008-02-18gallium: antialiased line drawingBrian1-0/+3
2008-02-15Code reorganization: update build.José Fonseca1-1/+1
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+333