Age | Commit message (Expand) | Author |
2010-03-10 | Merge branch 'master' into gallium-sampler-view | Michal Krol |
2010-03-09 | r300g: Precalculate and CSO-bind PSC state. | Corbin Simpson |
2010-03-09 | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger |
2010-03-08 | r300g: define R300_MAX_TEXTURE_LEVELS | Brian Paul |
2010-03-08 | r300g: remove unnecessary state emissions and clean up | Marek Olšák |
2010-03-02 | r300g: Make velem CSO actually work. | Corbin Simpson |
2010-03-02 | Merge branch 'gallium-no-rhw-position' | Michal Krol |
2010-03-01 | r300g: adapt to new vertex element cso | Roland Scheidegger |
2010-03-01 | r300: Save viewport and clip states before invoking blitter. | Michal Krol |
2010-02-28 | r300g: atomize texture and sampler states | Marek Olšák |
2010-02-28 | r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT) | Marek Olšák |
2010-02-28 | r300g: atomize invalidation of texture caches | Marek Olšák |
2010-02-28 | r300g: atomize PVS flush | Marek Olšák |
2010-02-28 | r300g: add size parameter to the atom emit functions | Marek Olšák |
2010-02-27 | r300g: move the emission of GA_POINT_MINMAX into emit_fb_state | Marek Olšák |
2010-02-27 | r300g: always emit the correct max vertex index to avoid DRM errors | Marek Olšák |
2010-02-24 | r300g: Atomize vertex shader. | Corbin Simpson |
2010-02-22 | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state. | Michal Krol |
2010-02-22 | Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map" | Dave Airlie |
2010-02-22 | r300g: rebuild winsys/pipe buffer handling and add buffer map | Dave Airlie |
2010-02-21 | r300g: precompute framebuffer register values | Marek Olšák |
2010-02-15 | r300g: fix the size of constant buffers | Marek Olšák |
2010-02-14 | r300g: add macrotiling support to texture setup | Marek Olšák |
2010-02-11 | r300g: adapt to stencil ref changes | Roland Scheidegger |
2010-02-08 | gallium: squash-merge of gallium screen context | Keith Whitwell |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-28 | r300g: Atomize framebuffers. | Corbin Simpson |
2010-01-26 | r300g: Turn the RS block into an atom. | Corbin Simpson |
2010-01-26 | r300g: Make vertex_format into an atom. | Corbin Simpson |
2010-01-26 | r300g: Kill dead code for hashing custom state. | Corbin Simpson |
2010-01-19 | r300g: Move GB_AA_CONFIG to its eventual new home. | Corbin Simpson |
2010-01-19 | r300g: Make invariant state into an atom. | Corbin Simpson |
2010-01-18 | r300g: fix polygon offset | Marek Olšák |
2010-01-17 | r300g: move debug flags into r300_screen | Marek Olšák |
2010-01-13 | r300g: Account for CS space used per atom. | Corbin Simpson |
2010-01-12 | r300g: add emission of texture tiling bits | Marek Olšák |
2010-01-12 | r300g: Always emit scissors. | Corbin Simpson |
2010-01-10 | r300g: Don't bother testing for empty scissors. | Corbin Simpson |
2010-01-10 | r300g: Atomize scissors. | Corbin Simpson |
2010-01-10 | r300g: Move TCL bypass switch to main context. | Corbin Simpson |
2010-01-10 | r300g: Atomize viewport. | Corbin Simpson |
2010-01-10 | r300g: Atomize rasterizer. | Corbin Simpson |
2010-01-10 | r300g: Atomize ZTOP. | Corbin Simpson |
2010-01-10 | r300g: Atomize DSA. | Corbin Simpson |
2010-01-10 | r300g: Atomize UCP. | Corbin Simpson |
2010-01-10 | r300g: Atomize blend color. | Corbin Simpson |
2010-01-10 | r300g: Start using atoms. | Corbin Simpson |
2009-12-19 | r300g: add texture compare modes | Marek Olšák |
2009-12-15 | r300g: add acceleration of the clear, surface_copy, and surface_fill functions | Marek Olšák |
2009-12-10 | r300: Fix after sampler view changes. | michal |