summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vega
AgeCommit message (Expand)Author
2010-11-02st/vega: Remove unnecessary headers.Vinson Lee
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-10-07st/vega: Fix version check in context creation.Chia-I Wu
2010-09-30gallium/st: remove duplicated includesNicolas Kaiser
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu
2010-07-29gallium: Use unified pipe_context::draw_vbo.Chia-I Wu
2010-06-30st/vega: Match MALLOC/FREE for vg_shader.Chia-I Wu
2010-06-30st/vega: s/free/FREE for matching MALLOC/CALLOCnobled
2010-06-29st_api: Remove st_context::is_visual_supported.Chia-I Wu
2010-06-03gallium: add interpolation parameter to simple shader functionsBrian Paul
2010-05-31st/vega: Use SConscript for Windows build.Chia-I Wu
2010-05-30st/vega: Use FREE.Chia-I Wu
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17st/vega: adapt to interface changesRoland Scheidegger
2010-05-14gallium: more work on ccw flag removalKeith Whitwell
2010-05-08gallium: Add egl-apis target.Chia-I Wu
2010-05-07st/vega: Use vgapi.Chia-I Wu
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
2010-04-26st_api: Remove st_moduleJakob Bornecrantz
2010-04-13st/vega: Drop st_public support.Chia-I Wu
2010-04-13st/vega: Do not rely on st_resize_framebuffer.Chia-I Wu
2010-04-11st/vega: Require both depth and stencil.Chia-I Wu
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