aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: Properly clamp index limits.Corbin Simpson2010-03-121-1/+1
* r300g: Precalculate and CSO-bind PSC state.Corbin Simpson2010-03-091-12/+185
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-12/+37
|\
| * r300g: Make velem CSO actually work.Corbin Simpson2010-03-021-5/+10
| * r300g: adapt to new vertex element csoRoland Scheidegger2010-03-011-12/+32
* | r300g: fix updating the tiling flags for the framebuffer stateMarek Olšák2010-03-081-3/+2
* | r300g: remove unnecessary state emissions and clean upMarek Olšák2010-03-081-14/+23
* | r300g: disable emitting the HWTCL-related state when SWTCL is in useMarek Olšák2010-03-071-2/+4
* | r300g: share the VS-output-mapping state with SWTCLMarek Olšák2010-03-071-30/+34
* | r300g: minor cleanups after the no-rhw mergeMarek Olšák2010-03-061-3/+1
* | r300g: Use a macro to consolidate general state handling.Corbin Simpson2010-03-021-10/+11
* | Merge branch 'gallium-format-cleanup'José Fonseca2010-03-021-2/+2
|\ \
| * | r300: Rename pipe formats.José Fonseca2010-03-021-2/+2
* | | Merge branch 'gallium-no-rhw-position'Michal Krol2010-03-021-4/+5
|\ \ \ | |/ / |/| |
| * | r300: Save viewport and clip states before invoking blitter.Michal Krol2010-03-011-0/+4
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-4/+1
* | | r300g: atomize texture and sampler statesMarek Olšák2010-02-281-22/+21
* | | r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)Marek Olšák2010-02-281-4/+10
* | | r300g: use the atom size directly during emissionMarek Olšák2010-02-281-1/+1
* | | r300g: atomize invalidation of texture cachesMarek Olšák2010-02-281-0/+6
* | | r300g: atomize PVS flushMarek Olšák2010-02-281-1/+4
* | | r300g: move the emission of GA_POINT_MINMAX into emit_fb_stateMarek Olšák2010-02-271-17/+2
* | | r300g: put the emission of R300_US_OUT_FMT_UNUSED backMarek Olšák2010-02-271-1/+2
* | | r300g: mark rasterizer_state as dirty only when it's not NULLMarek Olšák2010-02-271-1/+1
* | | r300g: always emit the correct max vertex index to avoid DRM errorsMarek Olšák2010-02-271-0/+7
* | | r300g: Atomize vertex shader.Corbin Simpson2010-02-241-9/+9
|/ /
* | Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie2010-02-221-21/+4
* | r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie2010-02-221-4/+21
|/
* r300g: fix the size of constant buffersMarek Olšák2010-02-151-0/+29
* r300g: set the correct tiling flags for renderbuffersMarek Olšák2010-02-141-0/+68
* r300g: cleanup the emission of framebuffer stateMarek Olšák2010-02-131-4/+2
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-121-3/+13
|\
| * gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-1/+1
| * r300g: adapt to stencil ref changesRoland Scheidegger2010-02-111-2/+12
* | r300g: Fix typo.Corbin Simpson2010-02-101-1/+1
* | r300g: Correct colorbuffer measurements.Corbin Simpson2010-02-091-8/+33
|/
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-3/+5
|\
| * gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger2010-01-121-3/+5
* | r300g: cleanup XXXs in the DSA stateMarek Olšák2010-02-061-3/+1
* | r300g: make a local copy of framebuffer stateMarek Olšák2010-02-061-1/+1
* | r300g: fix color channel masksMarek Olšák2010-02-061-4/+13
* | r300g: Independent blend enables only work on r500.Corbin Simpson2010-01-301-4/+11
* | r300g: Clean up blend masks, change caps.Corbin Simpson2010-01-281-12/+6
* | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-11/+11
|\ \
| * | r300g: adapt to blend changesRoland Scheidegger2010-01-251-11/+11
* | | r300g: Atomize framebuffers.Corbin Simpson2010-01-281-4/+14
* | | r300g: Remove unnecessary headers.Vinson Lee2010-01-271-1/+0
* | | r300g: Turn the RS block into an atom.Corbin Simpson2010-01-261-1/+0
* | | r300g: Make vertex_format into an atom.Corbin Simpson2010-01-261-4/+5
* | | r300g: Finish and enable immediate mode.Corbin Simpson2010-01-251-0/+22