summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_emit.c
AgeCommit message (Expand)Author
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-05r300g: typecast using the r300_texture functionMarek Olšák
2010-04-05r300g: simplify accessing screen from contextMarek Olšák
2010-03-27r300g: print errors even on non-debug buildsMarek Olšák
2010-03-26r300g: Remove unnecessary header.Vinson Lee
2010-03-26Revert "r300g: add generating texture coordinates for point sprites (WIP)"Corbin Simpson
2010-03-22r300g: Cleanup a few old warnings.Corbin Simpson
2010-03-19r300g: fix breakage after the gallium-sampler-view mergeMarek Olšák
2010-03-19r300g: add generating texture coordinates for point sprites (WIP)Marek Olšák
2010-03-15r300g: fix up after mergeKeith Whitwell
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-15r300g: rebuild screen/winsys interfaceDave Airlie
2010-03-13r300g: fix up function namesMarek Olšák
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-09r300g: fix gallium-vertexlementcso merge damageRoland Scheidegger
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
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: resurrect r300_emit_vertex_buffer for SWTCLMarek Olšák
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol
2010-03-01r300g: adapt to new vertex element csoRoland Scheidegger
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: put validating buffers after flushingMarek 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-28r300g: add size parameter to the atom emit functionsMarek 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-24r300g: Atomize vertex shader.Corbin Simpson
2010-02-24r300g: prevent CS overflow when emitting the draw packetsMarek Olšák
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-21r300g: Remove unnecessary header.Vinson Lee
2010-02-21r300g: precompute framebuffer register valuesMarek Olšák
2010-02-14r300g: add macrotiling support to texture setupMarek Olšák
2010-02-13r300g: do not invalidate texture caches when only sampler state is changedMarek Olšák
2010-02-13r300g: cleanup the emission of RS block stateMarek Olšák
2010-02-13r300g: cleanup the emission of framebuffer stateMarek Olšák
2010-02-13r300g: disable independent blend enablesMarek Olšák
2010-02-13r300g: emit INDEPENDENT_COLORFORMAT_ENABLE only on r5xxMarek Olšák
2010-02-12Merge branch 'gallium-dynamicstencilref'Roland Scheidegger
2010-02-11r300g: adapt to stencil ref changesRoland Scheidegger
2010-02-09r300g: Don't write non-existent bit on non-r500.Corbin Simpson
2010-02-06r300g: cleanup XXXs in the DSA stateMarek Olšák
2010-02-06r300g: remove useless GA_COLOR_CONTROL emitMarek Olšák
2010-01-30Revert "r300g: Don't handle SHADOW_AMBIENT."Corbin Simpson
2010-01-30r300g: Don't handle SHADOW_AMBIENT.Corbin Simpson