aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vega
Commit message (Expand)AuthorAgeFilesLines
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-042-3/+9
* vega: fix for object handle leakAndreas Pokorny2012-12-174-1/+8
* gallium: remove pipe_surface::usageMarek Olšák2012-12-125-22/+9
* vega: remove unused variablesFabio Pedretti2012-12-101-3/+1
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-1/+1
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-114-25/+30
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-6/+3
* Don't cast the return value of malloc/reallocMatt Turner2012-09-053-7/+7
* vega: include u_debug.h for assert()Brian Paul2012-09-011-0/+1
* vega: fix build breakage from cso sampler/view changesBrian Paul2012-08-031-17/+17
* gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller2012-05-291-0/+1
* vega: fix 565 color unpacking bugAndreas Betz2012-05-111-2/+2
* st/vega: don't use user_buffer_createMarek Olšák2012-04-302-36/+10
* st/vega: use cso_draw_arraysMarek Olšák2012-04-301-3/+3
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-2/+2
* st/vega: silence enum cast warningsDylan Noblesmith2012-04-131-4/+5
* st/vega: fix uninitialized valuesDylan Noblesmith2012-04-131-2/+2
* st/vega: Remove unused variable.Vinson Lee2012-02-181-4/+0
* vega: memset data array to zero to silence uninitialized var warningsBrian Paul2012-01-311-0/+2
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-0/+1
* st-api: Have context_create explain why creation failedIan Romanick2011-12-231-3/+11
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-0/+1
* vega: remove unused varsFabio Pedretti2011-12-061-20/+5
* st/vega: Fix warnings about dllimport attributes on windows.José Fonseca2011-11-291-0/+1
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* gallium: move border color to be a color unionDave Airlie2011-09-272-2/+2
* st/vega: fix drawing images with alpha channelChia-I Wu2011-09-212-18/+22
* st/vega: fix vg_context_is_object_valid()Chia-I Wu2011-09-217-25/+21
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-1/+6
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-292-24/+29
* vega: move ureg_destroy(ureg) after last use of ureg varBrian Paul2011-04-151-1/+2
* gallium: remove flags from the flush functionMarek Olšák2011-03-112-4/+4
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-113-6/+6
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-1/+1
* vega: remove unused pipe varBrian Paul2011-03-111-1/+0
* st/vega: remove unnecessary flushesMarek Olšák2011-03-113-14/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-1/+3
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-2/+0
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-141-2/+2
* st/vega: Disable blending when the paint is opaque.Chia-I Wu2011-01-308-5/+37
* st/vega: Remove an invalid sanity check.Chia-I Wu2011-01-301-6/+0
* st/vega: s/vg[A-Z]/vega[A-Z]/.Chia-I Wu2011-01-304-42/+42
* vega: implement handler/pointer conversion using a hash tableBrian Paul2011-01-249-9/+175
* vega: remove redundant functions found elsewhereBrian Paul2011-01-241-10/+0
* vega: replace casts with pointer/handle conversion functionsBrian Paul2011-01-2411-165/+297
* vega: sort filenames in Makefile, SConscriptBrian Paul2011-01-232-23/+24
* st/vega: Remove unnecessary headers.Vinson Lee2010-12-226-12/+0