summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-285-2/+36
|\
| * gallium: new CAP, state for primitive restartBrian Paul2010-10-212-0/+7
| * gallium/format: add X32_S8X24_USCALED format.Dave Airlie2010-10-131-0/+1
| * gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie2010-10-131-0/+3
| * gallium/tgsi: add support for stencil writes.Dave Airlie2010-10-132-2/+4
| * gallium: Define C99 restrict keyword where absent.José Fonseca2010-10-111-0/+21
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-1215-349/+635
|\|
| * dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-221-1/+0
| * gallium: avoid the C++ keyword "template" in sw_winsys.hLuca Barbieri2010-09-201-1/+1
| * gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-143-30/+23
| * gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu2010-09-101-16/+0
| * gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-2/+61
| * Replace reference to tgsi-instruction-set.txt.Tilman Sauerbeck2010-09-071-1/+1
| * gallium: Remove unnecessary header from p_state.h.Vinson Lee2010-08-281-1/+0
| * gallium: Remove unnecessary header from p_shader_tokens.h.Vinson Lee2010-08-271-2/+0
| * gallium: Remove unnecessary header from p_format.h.Vinson Lee2010-08-271-2/+0
| * graw: Include missing header in graw.h.Vinson Lee2010-08-271-0/+1
| * graw: Add copyright headers to the interfaces.José Fonseca2010-08-261-0/+27
| * graw: Undo late loading of graw drivers.José Fonseca2010-08-261-153/+0
| * gallium: Clean up header file inclusion in p_defines.h.Vinson Lee2010-08-261-1/+1
| * gallium: Clean up header file inclusion in p_context.h.Vinson Lee2010-08-261-6/+24
| * graw: Include missing header in graw_dl.h.Vinson Lee2010-08-261-2/+3
| * graw: Dynamically load graw libraries.José Fonseca2010-08-261-0/+152
| * p_compiler: add replacement va_copyLuca Barbieri2010-08-211-0/+8
| * gallium: add PIPE_TEXTURE_RECT targetLuca Barbieri2010-08-201-1/+3
| * 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