summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)Author
2010-03-15r300g: rebuild screen/winsys interfaceDave Airlie
2010-03-14r300g: Remove unnecessary headers.Vinson Lee
2010-03-14r300g: remove pipe_context from r300_screenMarek Olšák
2010-03-13r300g: add high quality anisotropic filtering for R5xx (disabled by default)Marek Olšák
2010-03-13r300g: fix anisotropic filtering, fix macrotilingMarek Olšák
2010-03-13r300g: refrain from using immediate mode if it causes slowdownMarek Olšák
2010-03-13r300g: fix up function namesMarek Olšák
2010-03-12r300g: Forcibly sanitize max index.Corbin Simpson
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-12r300g: Properly clamp index limits.Corbin Simpson
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-09r300g: Reorder regs, save one dword.Corbin Simpson
2010-03-09r300g: kill pf_component_countMarek Olšák
2010-03-09r300g: Precalculate and CSO-bind PSC state.Corbin Simpson
2010-03-09r300g: Cleanup old PSC code a bit.Corbin Simpson
2010-03-09r300g: fix gallium-vertexlementcso merge damageRoland Scheidegger
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-09r300g: remove hacks from translate_vertex_data_swizzleMarek Olšák
2010-03-08r300g: define R300_MAX_TEXTURE_LEVELSBrian Paul
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-08r300g: fix updating the tiling flags for the framebuffer stateMarek Olšák
2010-03-08r300g: remove unnecessary state emissions and clean upMarek Olšák
2010-03-07r300g: fix DRM errorsMarek Olšák
2010-03-07r300g: disable macrotiling when the texture height is smaller than a macrotileMarek Olšák
2010-03-07r300g: enable micro- and macrotiling for all textures and renderbuffersMarek Olšák
2010-03-07r300g: add ability to tile/detile textures using blit during transfersMarek Olšák
2010-03-07r300g: move r300_transfer to separate filesMarek 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-07r300g: validate buffers when using SWTCLMarek Olšák
2010-03-07r300g: share the VS-output-mapping state with SWTCLMarek Olšák
2010-03-07r300g: abort if FS compilation fails on non-debug buildsMarek Olšák
2010-03-06r300g: minor cleanups after the no-rhw mergeMarek Olšák
2010-03-06r300g: clamp vertex max index according to currently bound buffersMarek Olšák
2010-03-04r300g: Fix indexbuf upper limits.Corbin Simpson
2010-03-04r300g: remove dead r300_get_texture_buffer functionKeith Whitwell
2010-03-03r300: Remove PIPE_FORMAT_R8G8B8X8_SNORM support.José Fonseca
2010-03-02r300g: Use a macro to consolidate general state handling.Corbin Simpson
2010-03-02r300g: Make velem CSO actually work.Corbin Simpson
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol
2010-03-02r300: Rename pipe formats.José Fonseca
2010-03-01r300: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca
2010-03-01r300g: adapt to new vertex element csoRoland Scheidegger
2010-03-01r300: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca
2010-03-01r300: Save viewport and clip states before invoking blitter.Michal Krol
2010-03-01r300g: Conversion to to winsys handleJakob Bornecrantz