summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state.c
AgeCommit message (Expand)Author
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-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
2010-01-24r300g,radeong: finish and enable the immediate modeMarek Olšák
2010-01-18r300g: fix polygon offsetMarek Olšák
2010-01-16r300g: Respect fill modes in indices fallback.Corbin Simpson
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-13r300g: Account for CS space used per atom.Corbin Simpson
2010-01-12r300g: only emit scissor when neededMarek Olšák
2010-01-12gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger
2010-01-12r300g: Always emit scissors.Corbin Simpson
2010-01-11r300g: Avoid segfault on binding null RS state.Corbin Simpson
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-10r300g: Don't bother testing for empty scissors.Corbin Simpson