summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vega
AgeCommit message (Expand)AuthorFilesLines
2014-05-02st/vega: Prevent signed/unsigned comparisons.José Fonseca1-5/+5
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák1-2/+2
2014-01-20i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project".José Fonseca1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-12-12gallium: allow choosing which colorbuffers to clearMarek Olšák1-1/+1
2013-11-17st/vega: Fix broken assertChris Forbes1-1/+1
2013-10-01st/vega: consolidate C sources list into Makefile.sourcesEmil Velikov3-63/+33
2013-09-18vega: Use pipe_context::blit instead of util_blit_pixels_tex.José Fonseca2-20/+26
2013-09-11st/dri: do not create a new context for msaa copyMaarten Lankhorst1-1/+2
2013-06-26vega: add some casts to silence MSVC warningsBrian Paul2-11/+11
2013-06-13gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák1-1/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller5-5/+0
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+2
2013-04-15build: Move src/mapi/mapi/* to src/mapi/Matt Turner3-4/+4
2013-03-21vega: fix MSVC warning about missing return statementBrian Paul1-0/+1
2013-03-13scons: Define PACKAGE_VERSION/BUGREPORT globally.José Fonseca1-1/+0
2013-03-13scons: Re-add ','José Fonseca1-1/+1
2013-03-12mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner3-4/+3
2013-02-26st/vega: Fix memory leak in combine_shaders.Vinson Lee1-1/+3
2013-01-21scons: Fix dependencies of generated headers.José Fonseca1-3/+3
2013-01-15gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák1-1/+2
2013-01-13Remove hacks for static MakefilesMatt Turner1-6/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10state_trackers/vega: Convert to automakeMatt Turner3-53/+76
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2-3/+9
2012-12-17vega: fix for object handle leakAndreas Pokorny4-1/+8
2012-12-12gallium: remove pipe_surface::usageMarek Olšák5-22/+9
2012-12-10vega: remove unused variablesFabio Pedretti1-3/+1
2012-12-07gallium: pass the current context to the flush_front state tracker functionMarek Olšák1-1/+1
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-1/+1
2012-10-11gallium: unify transfer functionsMarek Olšák4-25/+30
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-2/+1
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-6/+3
2012-09-05Don't cast the return value of malloc/reallocMatt Turner3-7/+7
2012-09-01vega: include u_debug.h for assert()Brian Paul1-0/+1
2012-08-03vega: fix build breakage from cso sampler/view changesBrian Paul1-17/+17
2012-05-29gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller1-0/+1
2012-05-11vega: fix 565 color unpacking bugAndreas Betz1-2/+2
2012-04-30st/vega: don't use user_buffer_createMarek Olšák2-36/+10
2012-04-30st/vega: use cso_draw_arraysMarek Olšák1-3/+3
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-2/+2
2012-04-13st/vega: silence enum cast warningsDylan Noblesmith1-4/+5
2012-04-13st/vega: fix uninitialized valuesDylan Noblesmith1-2/+2
2012-02-18st/vega: Remove unused variable.Vinson Lee1-4/+0
2012-01-31vega: memset data array to zero to silence uninitialized var warningsBrian Paul1-0/+2
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-0/+1
2011-12-23st-api: Have context_create explain why creation failedIan Romanick1-3/+11
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák1-0/+1
2011-12-06vega: remove unused varsFabio Pedretti1-20/+5