summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_emit.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: fix up function namesMarek Olšák2010-03-131-1/+1
* r300g: fix gallium-vertexlementcso merge damageRoland Scheidegger2010-03-091-2/+2
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-2/+2
|\
| * r300g: adapt to new vertex element csoRoland Scheidegger2010-03-011-2/+2
* | r300g: remove unnecessary state emissions and clean upMarek Olšák2010-03-081-1/+1
* | r300g: disable emitting the HWTCL-related state when SWTCL is in useMarek Olšák2010-03-071-2/+2
* | r300g: resurrect r300_emit_vertex_buffer for SWTCLMarek Olšák2010-03-071-2/+28
* | Merge branch 'gallium-no-rhw-position'Michal Krol2010-03-021-30/+16
|\ \
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-30/+16
* | | r300g: atomize texture and sampler statesMarek Olšák2010-02-281-85/+32
* | | r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)Marek Olšák2010-02-281-24/+31
* | | r300g: put validating buffers after flushingMarek Olšák2010-02-281-4/+28
* | | r300g: use the atom size directly during emissionMarek Olšák2010-02-281-18/+17
* | | r300g: atomize invalidation of texture cachesMarek Olšák2010-02-281-7/+1
* | | r300g: atomize PVS flushMarek Olšák2010-02-281-7/+1
* | | r300g: add size parameter to the atom emit functionsMarek Olšák2010-02-281-13/+21
* | | r300g: move the emission of GA_POINT_MINMAX into emit_fb_stateMarek Olšák2010-02-271-5/+5
* | | r300g: put the emission of R300_US_OUT_FMT_UNUSED backMarek Olšák2010-02-271-1/+5
* | | r300g: Atomize vertex shader.Corbin Simpson2010-02-241-34/+28
* | | r300g: prevent CS overflow when emitting the draw packetsMarek Olšák2010-02-241-14/+15
|/ /
* | Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie2010-02-221-28/+26
* | r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie2010-02-221-26/+28
* | r300g: Remove unnecessary header.Vinson Lee2010-02-211-1/+0
* | r300g: precompute framebuffer register valuesMarek Olšák2010-02-211-10/+4
|/
* r300g: add macrotiling support to texture setupMarek Olšák2010-02-141-2/+2
* r300g: do not invalidate texture caches when only sampler state is changedMarek Olšák2010-02-131-2/+3
* r300g: cleanup the emission of RS block stateMarek Olšák2010-02-131-7/+9
* r300g: cleanup the emission of framebuffer stateMarek Olšák2010-02-131-7/+1
* r300g: disable independent blend enablesMarek Olšák2010-02-131-2/+1
* r300g: emit INDEPENDENT_COLORFORMAT_ENABLE only on r5xxMarek Olšák2010-02-131-2/+1
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-121-2/+3
|\
| * r300g: adapt to stencil ref changesRoland Scheidegger2010-02-111-2/+3
* | r300g: Don't write non-existent bit on non-r500.Corbin Simpson2010-02-091-4/+11
|/
* r300g: cleanup XXXs in the DSA stateMarek Olšák2010-02-061-7/+0
* r300g: remove useless GA_COLOR_CONTROL emitMarek Olšák2010-02-061-2/+1
* Revert "r300g: Don't handle SHADOW_AMBIENT."Corbin Simpson2010-01-301-0/+6
* r300g: Don't handle SHADOW_AMBIENT.Corbin Simpson2010-01-301-6/+0
* r300g: Fix comment on SHADOW_AMBIENT.Corbin Simpson2010-01-301-3/+2
* r300g: Clean up blend masks, change caps.Corbin Simpson2010-01-281-1/+8
* r300g: Atomize framebuffers.Corbin Simpson2010-01-281-18/+18
* r300g: Remove unnecessary headers.Vinson Lee2010-01-271-2/+0
* r300g: Turn the RS block into an atom.Corbin Simpson2010-01-261-8/+3
* r300g: Make vertex_format into an atom.Corbin Simpson2010-01-261-17/+13
* r300g: Finish and enable immediate mode.Corbin Simpson2010-01-251-22/+0
* Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson2010-01-251-0/+22
* r300g,radeong: finish and enable the immediate modeMarek Olšák2010-01-241-22/+0
* r300g: fix zero-area scissorMarek Olšák2010-01-241-0/+16
* r300g: avoid the use of gotoDave Airlie2010-01-241-3/+1
* r300g: fix flushing harder.Dave Airlie2010-01-241-1/+2
* r300g: fix up buffer emission ordering.Dave Airlie2010-01-231-22/+28