summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vega
AgeCommit message (Expand)Author
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-10Fix copyright headers.Chia-I Wu
2010-04-04Merge branch '7.8'Ian Romanick
2010-04-02st/vega: Do not depend on libm.Chia-I Wu
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-19st/vega: fix up vega state tracker to use cso changesRoland Scheidegger
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu
2010-03-12st/vega: Implement st_api.h.Chia-I Wu
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-08vega: remove redundant DEFINES from .c.o ruleBrian Paul
2010-03-08st/vega: Fix OpenVG demo segfaults.Chia-I Wu
2010-03-01vega: Rename pipe formats.José Fonseca
2010-03-01vega: adapt to new vertex element csoRoland Scheidegger
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger
2010-02-10gallium: adapt state trackers to stencil ref changeRoland Scheidegger
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-02vega: implement tgsi_ureg shaders cacheIgor Oliveira
2010-02-02vega: change tgsi asm by tgsi_uregIgor Oliveira
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-25vega: fix incorrect samplers, textures indexes in blend_bind_samplers()Igor Oliveira
2010-01-25vega: don't enable blending if not necessaryRoland Scheidegger
2010-01-25vega: adapt to blend changesRoland Scheidegger
2010-01-23st/vega: Clean up Makefile.Chia-I Wu
2010-01-18st/vega: Fix window resizing with egl_g3d.Chia-I Wu
2010-01-18st/vega: Call screen->update_buffer instead of winsys->update_buffer.Chia-I Wu
2010-01-16gallium: Fix uninitialized instance divisor and index.Chia-I Wu
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-12st/vega: Make it compatible with st_public.h.Chia-I Wu
2010-01-12st/vega: Advertise OpenVG support.Chia-I Wu
2010-01-11st: Mark functions in st_public.h and vg_tracker.h as public.Chia-I Wu
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2010-01-01gallium: Generate a single library for auxiliaries with Make too.José Fonseca
2010-01-01gallium: Remove the sct module.José Fonseca
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-27st/vega: Silence compiler warnings.Vinson Lee
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-23st/vega: Move declaration outside for loop.Vinson Lee
2009-12-23gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger
2009-12-21vega: Add missing actual argument.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-08gallium: fix more potential strict aliasing issuesRoland Scheidegger
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger
2009-12-04vega: fix missing includeRoland Scheidegger