summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vega
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11vega: remove unused pipe varBrian Paul
2011-03-11st/vega: remove unnecessary flushesMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák
2011-01-30st/vega: Disable blending when the paint is opaque.Chia-I Wu
2011-01-30st/vega: Remove an invalid sanity check.Chia-I Wu
2011-01-30st/vega: s/vg[A-Z]/vega[A-Z]/.Chia-I Wu
2011-01-24vega: implement handler/pointer conversion using a hash tableBrian Paul
2011-01-24vega: remove redundant functions found elsewhereBrian Paul
2011-01-24vega: replace casts with pointer/handle conversion functionsBrian Paul
2011-01-23vega: sort filenames in Makefile, SConscriptBrian Paul
2010-12-22st/vega: Remove unnecessary headers.Vinson Lee
2010-12-06mapi: Rewrite mapi_abi.py to get rid of preprocessor magic.Chia-I Wu
2010-12-04st/vega: Fix pipe blend state for various blend modes.Chia-I Wu
2010-12-04st/vega: Add blend shaders for all blend modes.Chia-I Wu
2010-12-04st/vega: Fix VG_BLEND_MULTIPLY.Chia-I Wu
2010-12-04st/vega: Silence uninitialized variable warning.Vinson Lee
2010-12-04st/vega: Blending should use premultiplied alpha.Chia-I Wu
2010-12-04st/vega: Add support for per-channel alpha.Chia-I Wu
2010-12-04st/vega: Move masking after blending.Chia-I Wu
2010-12-04st/vega: Refactor blend shaders.Chia-I Wu
2010-12-04st/vega: Add some comments to pipeline shaders.Chia-I Wu
2010-12-03st/vega: Add a missing break.Chia-I Wu
2010-12-03st/vega: Move vertex transformation to shader.Chia-I Wu
2010-12-03st/vega: Set pipe_resource::array_size to 1.Chia-I Wu
2010-12-02st/vega: polygon_array requires a deep free.Chia-I Wu
2010-12-02st/vega: Destroy the pipe context with vg_context.Chia-I Wu
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-12-01vega: Remove extraneous ;José Fonseca
2010-12-01st/vega: Avoid unnecessary constant bufer upload.Chia-I Wu
2010-12-01st/vega: Initialize pipe states with renderer.Chia-I Wu
2010-12-01st/vega: Create drawing surface mask as needed.Chia-I Wu
2010-12-01st/vega: Delay blend texture creation until needed.Chia-I Wu
2010-12-01st/vega: Remove st_inlines.h.Chia-I Wu
2010-12-01st/vega: Simplify radial gradient.Chia-I Wu
2010-12-01st/vega: Fix degenerate paints.Chia-I Wu
2010-12-01st/vega: Fix negated logic in image_draw.Chia-I Wu
2010-12-01st/vega: Fix paint coordinates transformations.Chia-I Wu
2010-12-01st/vega: Bump version to 1.1.Chia-I Wu
2010-12-01st/vega: Add color transformation support.Chia-I Wu
2010-12-01st/vega: More flexible shader selection.Chia-I Wu
2010-12-01st/vega: Revive mask layer support.Chia-I Wu
2010-12-01st/vega: Add primitive text support.Chia-I Wu
2010-12-01st/vega: Make image_draw take a matrix.Chia-I Wu
2010-12-01st/vega: Make path_render and path_stroke take a matrix.Chia-I Wu