gallium: remove unnecessary assignment
[mesa.git] / src / gallium / drivers / softpipe /
2008-02-27 Briangallium: remove unnecessary assignment
2008-02-27 Briangallium: remove unnecessary tgsi_interp_coef decl
2008-02-27 Briangallium: remove uses_kill field from softpipe_shader
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-27 Briangallium: move is_format_supported() to pipe_screen...
2008-02-27 Briangallium: start removing pipe_context->get_name/vendor...
2008-02-27 Briangallium: implement pipe_screen for softpipe driver
2008-02-27 Briangallium: softpipe_init_texture_funcs(), make texture...
2008-02-27 Briangallium: remove pipe parameter from pipe_texture_refere...
2008-02-26 Briangallium: replace draw_convert_wide_points() with draw_w...
2008-02-26 Briangallium: remove unused var
2008-02-26 Briangallium: added tgsi_shader_field to sp_fragment_shader
2008-02-25 Briansoftpipe: use draw_find_vs_output() directly
2008-02-24 José FonsecaAdd new files.
2008-02-23 Briangallium: disable early Z test if fragment shader contai...
2008-02-23 José Fonsecagallium: MSVC fixes.
2008-02-23 José FonsecaBring in several forgotten MSVC fixes.
2008-02-23 Briangallium: fix a state validation bug found w/ pointblast.c
2008-02-22 Briangallium: fix brokenb build
2008-02-22 Michal Krolgallium: Fix build on Windows.
2008-02-22 Michal Krolgallium: Silence compiler warnings on Windows.
2008-02-21 Briangallium: new draw stage for polygon stipple.
2008-02-21 Briangallium: new AA point drawing stage
2008-02-21 Keith Whitwell[PATCH] softpipe: unbreak sp_setup_pos_vector on non...
2008-02-20 Briangallium: replace some ordinary assignments with pipe_re...
2008-02-20 Briangallium: fix bad ptr comparison
2008-02-20 Briangallium: new pipe->texture_update() function
2008-02-20 Briangallium: use pipe_texture_reference() in sp_tile_cache_...
2008-02-19 Briangallium: initialize the killmask register to zero befor...
2008-02-19 Briangallium: add some casts to prevent likely msvc warnings
2008-02-19 Briangallium: don't hard-code attrib slot=0 in setup_fragcoo...
2008-02-19 Briangallium: implement correct sampling for RECT targets...
2008-02-19 José FonsecaSimplify makefile boilerplate code.
2008-02-19 José FonsecaUse gallium's rtasm module.
2008-02-19 Briangallium: move draw_set_viewport_state() call, plus...
2008-02-19 Briangallium: call draw_flush() for scissor/stipple state...
2008-02-18 Briangallium: antialiased line drawing
2008-02-18 José FonsecaStandardize on using the pipe/ include prefix.
2008-02-16 Briangallium: add missing mip level clamp
2008-02-16 Briangallium: tweak texture filter min/mag thresholds
2008-02-16 Briangallium: implement min vs. mag filter determination...
2008-02-15 Keith Whitwellsoftpipe: rename some functions to disambiguate
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-15 José FonsecaCode reorganization: move files into their places.