summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vega
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-29st/vega: Fix warnings about dllimport attributes on windows.José Fonseca1-0/+1
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-2/+2
2011-09-27gallium: move border color to be a color unionDave Airlie2-2/+2
2011-09-21st/vega: fix drawing images with alpha channelChia-I Wu2-18/+22
2011-09-21st/vega: fix vg_context_is_object_valid()Chia-I Wu7-25/+21
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-1/+6
2011-06-29st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2-24/+29
2011-04-15vega: move ureg_destroy(ureg) after last use of ureg varBrian Paul1-1/+2
2011-03-11gallium: remove flags from the flush functionMarek Olšák2-4/+4
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák3-6/+6
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-1/+1
2011-03-11vega: remove unused pipe varBrian Paul1-1/+0
2011-03-11st/vega: remove unnecessary flushesMarek Olšák3-14/+0
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-1/+2
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák1-1/+3
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák1-2/+0
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák1-2/+2
2011-01-30st/vega: Disable blending when the paint is opaque.Chia-I Wu8-5/+37
2011-01-30st/vega: Remove an invalid sanity check.Chia-I Wu1-6/+0
2011-01-30st/vega: s/vg[A-Z]/vega[A-Z]/.Chia-I Wu4-42/+42
2011-01-24vega: implement handler/pointer conversion using a hash tableBrian Paul9-9/+175
2011-01-24vega: remove redundant functions found elsewhereBrian Paul1-10/+0
2011-01-24vega: replace casts with pointer/handle conversion functionsBrian Paul11-165/+297
2011-01-23vega: sort filenames in Makefile, SConscriptBrian Paul2-23/+24
2010-12-22st/vega: Remove unnecessary headers.Vinson Lee6-12/+0
2010-12-06mapi: Rewrite mapi_abi.py to get rid of preprocessor magic.Chia-I Wu5-21/+20
2010-12-04st/vega: Fix pipe blend state for various blend modes.Chia-I Wu3-60/+76
2010-12-04st/vega: Add blend shaders for all blend modes.Chia-I Wu4-72/+145
2010-12-04st/vega: Fix VG_BLEND_MULTIPLY.Chia-I Wu1-1/+1
2010-12-04st/vega: Silence uninitialized variable warning.Vinson Lee1-0/+1
2010-12-04st/vega: Blending should use premultiplied alpha.Chia-I Wu1-8/+72
2010-12-04st/vega: Add support for per-channel alpha.Chia-I Wu4-41/+140
2010-12-04st/vega: Move masking after blending.Chia-I Wu4-58/+58
2010-12-04st/vega: Refactor blend shaders.Chia-I Wu1-62/+112
2010-12-04st/vega: Add some comments to pipeline shaders.Chia-I Wu1-2/+11
2010-12-03st/vega: Add a missing break.Chia-I Wu1-0/+1
2010-12-03st/vega: Move vertex transformation to shader.Chia-I Wu8-54/+116
2010-12-03st/vega: Set pipe_resource::array_size to 1.Chia-I Wu1-0/+1
2010-12-02st/vega: polygon_array requires a deep free.Chia-I Wu1-5/+20
2010-12-02st/vega: Destroy the pipe context with vg_context.Chia-I Wu1-0/+3
2010-12-02gallium: support for array textures and related changesRoland Scheidegger8-76/+90
2010-12-01vega: Remove extraneous ;José Fonseca1-1/+1
2010-12-01st/vega: Avoid unnecessary constant bufer upload.Chia-I Wu1-30/+48
2010-12-01st/vega: Initialize pipe states with renderer.Chia-I Wu3-26/+28
2010-12-01st/vega: Create drawing surface mask as needed.Chia-I Wu3-35/+38