summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2010-07-21gallium: add depth clamp to the interfaceMarek Olšák2-1/+3
2010-07-21gallium: remove pointless bitfield restrction in pipe_vertex_elementKeith Whitwell1-1/+1
2010-07-14gallium: Ensure prototypes are wrapped in extern "C".José Fonseca1-0/+11
2010-07-14gallium: Add a macro for memory barriers.José Fonseca1-0/+19
2010-07-14gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.José Fonseca1-0/+5
2010-07-08gallium: bump PIPE_MAX_SHADER_INPUTS/OUTPUTS to 32Brian Paul1-2/+2
2010-06-29st_api: Remove st_context::is_visual_supported.Chia-I Wu1-6/+0
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin1-1/+3
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2-57/+71
2010-06-24pipe: Add PIPE_OS_HURDnobled1-0/+5
2010-06-24gallium: Remove drm_api and all references to itJakob Bornecrantz1-57/+0
2010-06-22gallium: add a timestamp disjoint queryZack Rusin1-1/+7
2010-06-22gallium: add a new queryZack Rusin1-1/+2
2010-06-18gallium: add a temporary array register fileZack Rusin1-0/+1
2010-06-18gallium: add a new register file - immediate arrayZack Rusin1-12/+13
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2-0/+8
2010-06-09geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin1-1/+1
2010-06-08gallium: add basic support for stream output queriesZack Rusin1-1/+10
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin1-2/+2
2010-06-08gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin2-2/+1
2010-06-08gallium: make draw auto work and add relevant caps and docsZack Rusin1-0/+1
2010-06-08gallium: add interface for DrawAuto and implement it in softpipeZack Rusin1-0/+5
2010-06-08gallium: a lot more complete implementation of stream outputZack Rusin1-1/+11
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin3-0/+21
2010-06-07graw: add parse_geometry_shader helperKeith Whitwell1-0/+3
2010-06-06gallium: Add drm driver interfaceJakob Bornecrantz1-0/+71
2010-06-07include/st: new file swrast_screen_create.hKeith Whitwell1-0/+67
2010-06-05mesa/st: add support for EXT_texture_swizzle.Dave Airlie1-0/+1
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger2-15/+30
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger1-12/+12
2010-05-31Define PUBLIC to dllexport on MSVC.Chia-I Wu1-0/+2
2010-05-28gallium: clear interface changesRoland Scheidegger2-15/+30
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz1-18/+1
2010-05-25gallium: Remove dri1_api.h and winsys support for DRI1Jakob Bornecrantz1-81/+0
2010-05-21st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz1-5/+13
2010-05-21gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz1-1/+8
2010-05-21st_api: Add get param function to st_managerJakob Bornecrantz1-0/+13
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger4-21/+40
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell2-11/+12
2010-05-17gallium: clean up resource_copy_region functionRoland Scheidegger1-2/+0
2010-05-17gallium: another interface change for multisamplingRoland Scheidegger1-10/+2
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2-11/+12
2010-05-13gallium: Add tokens for Cygwin.Vinson Lee1-0/+5
2010-05-12graw: Make functions publicJakob Bornecrantz1-7/+7
2010-05-12gallium: Add new fine grained PIPE_CAP_xx for shader limits.José Fonseca1-0/+24
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca2-42/+47
2010-05-04gallium: remove trailing comma in enum listBrian Paul1-2/+2
2010-05-04Merge commit 'origin/master' into gallium-msaaRoland Scheidegger1-3/+2
2010-05-03gallium: Remove loop register file.José Fonseca1-3/+2
2010-04-30Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2-5/+3