aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* gallium: add ALWAYS_INLINELuca Barbieri2010-08-111-0/+10
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-41/+0
* gallium: Add pipe_context::draw_vbo and pipe_context::set_index_buffer.Chia-I Wu2010-07-292-0/+41
* gallium: add depth clamp to the interfaceMarek Olšák2010-07-212-1/+3
* gallium: remove pointless bitfield restrction in pipe_vertex_elementKeith Whitwell2010-07-211-1/+1
* gallium: Ensure prototypes are wrapped in extern "C".José Fonseca2010-07-141-0/+11
* gallium: Add a macro for memory barriers.José Fonseca2010-07-141-0/+19
* gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.José Fonseca2010-07-141-0/+5
* gallium: bump PIPE_MAX_SHADER_INPUTS/OUTPUTS to 32Brian Paul2010-07-081-2/+2
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-6/+0
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-1/+3
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-282-57/+71
|\
| * gallium: Remove drm_api and all references to itJakob Bornecrantz2010-06-241-57/+0
| * gallium: Add drm driver interfaceJakob Bornecrantz2010-06-061-0/+71
* | pipe: Add PIPE_OS_HURDnobled2010-06-241-0/+5
* | gallium: add a timestamp disjoint queryZack Rusin2010-06-221-1/+7
* | gallium: add a new queryZack Rusin2010-06-221-1/+2
* | gallium: add a temporary array register fileZack Rusin2010-06-181-0/+1
* | gallium: add a new register file - immediate arrayZack Rusin2010-06-181-12/+13
* | gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-112-0/+8
* | geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin2010-06-091-1/+1
* | gallium: add basic support for stream output queriesZack Rusin2010-06-081-1/+10
* | gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-2/+2
* | gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin2010-06-082-2/+1
* | gallium: make draw auto work and add relevant caps and docsZack Rusin2010-06-081-0/+1
* | gallium: add interface for DrawAuto and implement it in softpipeZack Rusin2010-06-081-0/+5
* | gallium: a lot more complete implementation of stream outputZack Rusin2010-06-081-1/+11
* | gallium: basic and initial implementation of the stream output interfaceZack Rusin2010-06-083-0/+21
* | graw: add parse_geometry_shader helperKeith Whitwell2010-06-071-0/+3
|/
* include/st: new file swrast_screen_create.hKeith Whitwell2010-06-071-0/+67
* mesa/st: add support for EXT_texture_swizzle.Dave Airlie2010-06-051-0/+1
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-032-15/+30
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-12/+12
| * gallium: clear interface changesRoland Scheidegger2010-05-282-15/+30
* | Define PUBLIC to dllexport on MSVC.Chia-I Wu2010-05-311-0/+2
|/
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-18/+1
* gallium: Remove dri1_api.h and winsys support for DRI1Jakob Bornecrantz2010-05-251-81/+0
* st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2010-05-211-5/+13
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-211-1/+8
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-211-0/+13
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-214-21/+40
|\
| * gallium: clean up resource_copy_region functionRoland Scheidegger2010-05-171-2/+0
| * gallium: another interface change for multisamplingRoland Scheidegger2010-05-171-10/+2
| * Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-05-041-3/+2
| |\
| * \ Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-04-302-5/+3
| |\ \
| * | | gallium: fix glaring bugs in last commitRoland Scheidegger2010-04-271-2/+1
| * | | gallium: interface changes for multisamplingRoland Scheidegger2010-04-264-18/+48
* | | | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-212-11/+12
|\ \ \ \
| * | | | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-142-11/+12
* | | | | Merge commit 'origin/graw-tests'Keith Whitwell2010-05-191-8/+15
|\ \ \ \ \