summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_renderer.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-05-31st/xorg: Fix Xv cliprect scaling.Thomas Hellstrom
2010-05-26st/xorg: Remove unnecessary headers.Vinson Lee
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17st/xorg: adapt to interface changesRoland Scheidegger
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
2010-05-15st/xorg: Remove unnecessary header.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-16st/xorg: fix up xorg state tracker to use cso changesRoland Scheidegger
2010-03-01xorg: adapt to new vertex element csoRoland Scheidegger
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28st/xorg: Remove unnecessary headers.Vinson Lee
2010-01-25xorg: adapt to blend changesRoland Scheidegger
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-27st/xorg: Silence unused variable warnings.Vinson Lee
2009-12-23gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-12-01st/xorg: fix merge droppingsKeith Whitwell
2009-12-01Merge commit 'origin/mesa_7_7_branch'Keith Whitwell
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger
2009-11-27st/xorg: proper fix for compositing after rounding upKeith Whitwell
2009-11-27Revert "st/xorg: fix composite after texture size changes"Keith Whitwell
2009-11-27st/xorg: fix composite after texture size changesKeith Whitwell
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-11-26st/xorg: remove debugging flushKeith Whitwell
2009-11-26st/xorg: render throttling in block handlerKeith Whitwell
2009-11-26st/xorg: split copy operation into prepare/copy/done phasesKeith Whitwell
2009-11-26st/xorg: don't set up constant buffer for non-xv fragment shadersKeith Whitwell
2009-11-26st/xorg: set up rasterizer state in initKeith Whitwell
2009-11-26st/xorg: remove redundant clipping codeKeith Whitwell
2009-11-26st/xorg: don't bother with cso save and restore in copy funcKeith Whitwell
2009-11-26st/xorg: consolidate some dest surface state settingKeith Whitwell
2009-11-13st/xorg: try to fix non-uniform transformsZack Rusin
2009-11-10st/xorg: cleanup the namingZack Rusin
2009-11-09st/xorg: remove deprecated rendering codeZack Rusin
2009-11-09st/xorg: fix composite batchingZack Rusin
2009-11-06st/xorg: implement batching for the composite opZack Rusin
2009-11-06st/xorg: batch solid fill requestsZack Rusin
2009-11-06st/xorg: start accumulating vertices in a common bufferZack Rusin
2009-11-06st/xorg: use quads instead of triangle fansZack Rusin
2009-11-06st/xorg: unify vertex buffer handlingZack Rusin
2009-10-29st/xorg: fix scaling ov xv data, plus some cleanupsZack Rusin