summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vega
AgeCommit message (Expand)Author
2010-12-01st/vega: Fix image sampler views for alpha-only formats.Chia-I Wu
2010-12-01st/vega: Update to latest headers.Chia-I Wu
2010-12-01st/vega: Get rid of renderer_copy_texture.Chia-I Wu
2010-12-01st/vega: vg_copy_texture and vg_copy_surface should share code.Chia-I Wu
2010-12-01st/vega: Clean up renderer fields and functions.Chia-I Wu
2010-12-01st/vega: Clean up vg_context fields and functions.Chia-I Wu
2010-12-01st/vega: vg_manager should care about only the color buffer.Chia-I Wu
2010-12-01st/vega: Make shader_bind call into the renderer.Chia-I Wu
2010-12-01st/vega: Move g3d states to renderer.Chia-I Wu
2010-12-01st/vega: Use st_framebuffer for fb width/height.Chia-I Wu
2010-12-01st/vega: Delay fb state update to vg_validate_state.Chia-I Wu
2010-12-01st/vega: Add POLYGON_STENCIL and POLYGON_FILL renderer state.Chia-I Wu
2010-12-01st/vega: Use the renderer for vgMask.Chia-I Wu
2010-12-01st/vega: Add FILTER renderer state for image filtering.Chia-I Wu
2010-12-01st/vega: Add CLEAR renderer state for vgClear.Chia-I Wu
2010-12-01st/vega: Add SCISSOR renderer state.Chia-I Wu
2010-12-01st/vega: Add DRAWTEX renderer state.Chia-I Wu
2010-12-01st/vega: Overhaul renderer with renderer states.Chia-I Wu
2010-11-25st/vega: Fix a typo in EXTENDED_BLENDER_OVER_FUNC.Chia-I Wu
2010-11-25st/vega: No flipping in vg_prepare_blend_surface.Chia-I Wu
2010-11-25st/vega: Masks and surfaces should share orientation.Chia-I Wu
2010-11-25st/vega: Fix a crash with empty paths.Chia-I Wu
2010-11-21st/vega: Fix vgReadPixels with a subrectangle.Chia-I Wu
2010-11-21st/vega: Set wrap_r for mask and blend samplers.Chia-I Wu
2010-11-21st/vega: vegaLookupSingle should validate the state.Chia-I Wu
2010-11-18gallium: Add st_api::name.Chia-I Wu
2010-11-18st/vega: Do not wait NULL fences.Chia-I Wu
2010-11-05scons: DetabifyJakob Bornecrantz
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