summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vega
Commit message (Expand)AuthorAgeFilesLines
* gallium: allow choosing which colorbuffers to clearMarek Olšák2013-12-121-1/+1
* st/vega: Fix broken assertChris Forbes2013-11-171-1/+1
* st/vega: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-63/+33
* vega: Use pipe_context::blit instead of util_blit_pixels_tex.José Fonseca2013-09-182-20/+26
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-111-1/+2
* vega: add some casts to silence MSVC warningsBrian Paul2013-06-262-11/+11
* gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák2013-06-131-1/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-055-5/+0
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* build: Move src/mapi/mapi/* to src/mapi/Matt Turner2013-04-153-4/+4
* vega: fix MSVC warning about missing return statementBrian Paul2013-03-211-0/+1
* scons: Define PACKAGE_VERSION/BUGREPORT globally.José Fonseca2013-03-131-1/+0
* scons: Re-add ','José Fonseca2013-03-131-1/+1
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-123-4/+3
* st/vega: Fix memory leak in combine_shaders.Vinson Lee2013-02-261-1/+3
* scons: Fix dependencies of generated headers.José Fonseca2013-01-211-3/+3
* gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák2013-01-151-1/+2
* Remove hacks for static MakefilesMatt Turner2013-01-131-6/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* state_trackers/vega: Convert to automakeMatt Turner2013-01-103-53/+76
* 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