summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
AgeCommit message (Expand)Author
2010-03-26Revert "r300g: add generating texture coordinates for point sprites (WIP)"Corbin Simpson
2010-03-21r300g: put common defines into one fileMarek 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-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
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: define R300_MAX_TEXTURE_LEVELSBrian Paul
2010-03-08r300g: remove unnecessary state emissions and clean upMarek Olšák
2010-03-02r300g: Make velem CSO actually work.Corbin Simpson
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol
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: 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: 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-21r300g: precompute framebuffer register valuesMarek Olšák
2010-02-15r300g: fix the size of constant buffersMarek Olšák
2010-02-14r300g: add macrotiling support to texture setupMarek Olšák
2010-02-11r300g: adapt to stencil ref changesRoland Scheidegger
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-28r300g: Atomize framebuffers.Corbin Simpson
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-26r300g: Kill dead code for hashing custom state.Corbin Simpson
2010-01-19r300g: Move GB_AA_CONFIG to its eventual new home.Corbin Simpson
2010-01-19r300g: Make invariant state into an atom.Corbin Simpson
2010-01-18r300g: fix polygon offsetMarek Olšák
2010-01-17r300g: move debug flags into r300_screenMarek Olšák
2010-01-13r300g: Account for CS space used per atom.Corbin Simpson
2010-01-12r300g: add emission of texture tiling bitsMarek Olšák
2010-01-12r300g: Always emit scissors.Corbin Simpson
2010-01-10r300g: Don't bother testing for empty scissors.Corbin Simpson
2010-01-10r300g: Atomize scissors.Corbin Simpson
2010-01-10r300g: Move TCL bypass switch to main context.Corbin Simpson
2010-01-10r300g: Atomize viewport.Corbin Simpson
2010-01-10r300g: Atomize rasterizer.Corbin Simpson