summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state.c
AgeCommit message (Expand)Author
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-09r300g: Precalculate and CSO-bind PSC state.Corbin Simpson
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-08r300g: fix updating the tiling flags for the framebuffer stateMarek Olšák
2010-03-08r300g: remove unnecessary state emissions and clean upMarek Olšák
2010-03-07r300g: disable emitting the HWTCL-related state when SWTCL is in useMarek Olšák
2010-03-07r300g: share the VS-output-mapping state with SWTCLMarek Olšák
2010-03-06r300g: minor cleanups after the no-rhw mergeMarek Olšák
2010-03-02r300g: Use a macro to consolidate general state handling.Corbin Simpson
2010-03-02r300g: Make velem CSO actually work.Corbin Simpson
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol
2010-03-02r300: Rename pipe formats.José Fonseca
2010-03-01r300g: adapt to new vertex element csoRoland Scheidegger
2010-03-01r300: Save viewport and clip states before invoking blitter.Michal Krol
2010-02-28r300g: atomize texture and sampler statesMarek Olšák
2010-02-28r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)Marek Olšák
2010-02-28r300g: use the atom size directly during emissionMarek Olšák
2010-02-28r300g: atomize invalidation of texture cachesMarek Olšák
2010-02-28r300g: atomize PVS flushMarek Olšák
2010-02-27r300g: move the emission of GA_POINT_MINMAX into emit_fb_stateMarek Olšák
2010-02-27r300g: put the emission of R300_US_OUT_FMT_UNUSED backMarek Olšák
2010-02-27r300g: mark rasterizer_state as dirty only when it's not NULLMarek Olšák
2010-02-27r300g: always emit the correct max vertex index to avoid DRM errorsMarek Olšák
2010-02-24r300g: Atomize vertex shader.Corbin Simpson
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-22Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie
2010-02-22r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie
2010-02-15r300g: fix the size of constant buffersMarek Olšák
2010-02-14r300g: set the correct tiling flags for renderbuffersMarek Olšák
2010-02-13r300g: cleanup the emission of framebuffer stateMarek Olšák
2010-02-12Merge branch 'gallium-dynamicstencilref'Roland Scheidegger
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger
2010-02-11r300g: adapt to stencil ref changesRoland Scheidegger
2010-02-10r300g: Fix typo.Corbin Simpson
2010-02-09r300g: Correct colorbuffer measurements.Corbin Simpson
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-06r300g: cleanup XXXs in the DSA stateMarek Olšák
2010-02-06r300g: make a local copy of framebuffer stateMarek Olšák
2010-02-06r300g: fix color channel masksMarek Olšák
2010-01-30r300g: Independent blend enables only work on r500.Corbin Simpson
2010-01-28r300g: Clean up blend masks, change caps.Corbin Simpson
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28r300g: Atomize framebuffers.Corbin Simpson
2010-01-27r300g: Remove unnecessary headers.Vinson Lee
2010-01-26r300g: Turn the RS block into an atom.Corbin Simpson
2010-01-26r300g: Make vertex_format into an atom.Corbin Simpson
2010-01-25r300g: Finish and enable immediate mode.Corbin Simpson
2010-01-25Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson
2010-01-25r300g: adapt to blend changesRoland Scheidegger