aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_renderer.c
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: fix masked transformationsLucas Stach2012-07-201-20/+40
* st/xorg: Better handling of EXA copies.Michel Dänzer2012-05-161-150/+0
* st/xorg: don't use user_buffer_createMarek Olšák2012-04-301-51/+16
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+1
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-0/+1
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-3/+2
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-4/+0
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+1
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-141-2/+2
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-9/+7
* st/xorg: Fix Xv cliprect scaling.Thomas Hellstrom2010-05-311-1/+1
* st/xorg: Remove unnecessary headers.Vinson Lee2010-05-261-1/+0
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-21/+15
|\
| * st/xorg: adapt to interface changesRoland Scheidegger2010-05-171-21/+15
* | st/xorg: Remove unnecessary header.Vinson Lee2010-05-151-1/+0
|/
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-0/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-34/+36
* st/xorg: fix up xorg state tracker to use cso changesRoland Scheidegger2010-03-161-6/+15
* xorg: adapt to new vertex element csoRoland Scheidegger2010-03-011-0/+13
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-5/+5
|\
| * xorg: adapt to blend changesRoland Scheidegger2010-01-251-5/+5
* | st/xorg: Remove unnecessary headers.Vinson Lee2010-01-281-1/+0
|/
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-14/+14
|\
| * gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-231-14/+14
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-0/+1
|\ \ | |/ |/|
| * st/xorg: Silence unused variable warnings.Vinson Lee2009-12-271-0/+1
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-1/+0
|\ \
| * \ Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-1/+0
| |\ \
| | * | fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-1/+0
* | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ / /
* | | st/xorg: fix merge droppingsKeith Whitwell2009-12-011-64/+0
* | | Merge commit 'origin/mesa_7_7_branch'Keith Whitwell2009-12-011-292/+96
|\ \ \ | |/ / |/| / | |/
| * st/xorg: proper fix for compositing after rounding upKeith Whitwell2009-11-271-6/+14
| * Revert "st/xorg: fix composite after texture size changes"Keith Whitwell2009-11-271-11/+5
| * st/xorg: fix composite after texture size changesKeith Whitwell2009-11-271-5/+11
| * st/xorg: remove debugging flushKeith Whitwell2009-11-261-1/+0
| * st/xorg: render throttling in block handlerKeith Whitwell2009-11-261-5/+0
| * st/xorg: split copy operation into prepare/copy/done phasesKeith Whitwell2009-11-261-117/+43
| * st/xorg: don't set up constant buffer for non-xv fragment shadersKeith Whitwell2009-11-261-13/+0
| * st/xorg: set up rasterizer state in initKeith Whitwell2009-11-261-14/+8
| * st/xorg: remove redundant clipping codeKeith Whitwell2009-11-261-120/+0
| * st/xorg: don't bother with cso save and restore in copy funcKeith Whitwell2009-11-261-19/+0
| * st/xorg: consolidate some dest surface state settingKeith Whitwell2009-11-261-66/+36
* | gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-41/+41
|/
* st/xorg: try to fix non-uniform transformsZack Rusin2009-11-131-6/+16
* st/xorg: cleanup the namingZack Rusin2009-11-101-19/+19
* st/xorg: remove deprecated rendering codeZack Rusin2009-11-091-51/+0
* st/xorg: fix composite batchingZack Rusin2009-11-091-2/+7
* st/xorg: implement batching for the composite opZack Rusin2009-11-061-79/+121