scons: Revamp how to specify targets to build.
[mesa.git] / src / gallium / include /
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-22 Brian Paulgallium: new CAP, state for primitive restart
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Dave Airliegallium/format: add X32_S8X24_USCALED format.
2010-10-12 Dave Airliegallium/format: add support for X24S8 and S8X24 formats.
2010-10-12 Dave Airliegallium/tgsi: add support for stencil writes.
2010-10-11 José Fonsecagallium: Define C99 restrict keyword where absent.
2010-09-23 Kristian Høgsbergdri: Pass the __DRIscreen and the __DRIscreen private...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Luca Barbierigallium: avoid the C++ keyword "template" in sw_winsys.h
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Luca Barbierigallium: introduce get_shader_param (ALL DRIVERS CHANGE...
2010-09-10 Chia-I Wugallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
2010-09-10 Chia-I Wugallium: Add context profile support to st_api.
2010-09-07 Tilman SauerbeckReplace reference to tgsi-instruction-set.txt.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-29 Vinson Leegallium: Remove unnecessary header from p_state.h.
2010-08-27 Vinson Leegallium: Remove unnecessary header from p_shader_tokens.h.
2010-08-27 Vinson Leegallium: Remove unnecessary header from p_format.h.
2010-08-27 Vinson Leegraw: Include missing header in graw.h.
2010-08-26 José Fonsecagraw: Add copyright headers to the interfaces.
2010-08-26 José Fonsecagraw: Undo late loading of graw drivers.
2010-08-26 Vinson Leegallium: Clean up header file inclusion in p_defines.h.
2010-08-26 Vinson Leegallium: Clean up header file inclusion in p_context.h.
2010-08-26 Vinson Leegraw: Include missing header in graw_dl.h.
2010-08-26 José Fonsecagraw: Dynamically load graw libraries.
2010-08-20 Luca Barbierip_compiler: add replacement va_copy
2010-08-20 Luca Barbierigallium: add PIPE_TEXTURE_RECT target
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-11 Luca Barbierigallium: add ALWAYS_INLINE
2010-07-29 Chia-I Wugallium: Keep only pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Add pipe_context::draw_vbo and pipe_context...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-21 Marek Olšákgallium: add depth clamp to the interface
2010-07-21 Keith Whitwellgallium: remove pointless bitfield restrction in pipe_v...
2010-07-14 José Fonsecagallium: Ensure prototypes are wrapped in extern "C".
2010-07-14 José Fonsecagallium: Add a macro for memory barriers.
2010-07-14 José Fonsecagallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3...
2010-07-08 Brian Paulgallium: bump PIPE_MAX_SHADER_INPUTS/OUTPUTS to 32
2010-06-29 Chia-I Wust_api: Remove st_context::is_visual_supported.
2010-06-29 Zack Rusinmesa: initial support for ARB_geometry_shader4
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 nobledpipe: Add PIPE_OS_HURD
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-24 Jakob Bornecrantzgallium: Remove drm_api and all references to it
2010-06-22 Zack Rusingallium: add a timestamp disjoint query
2010-06-22 Zack Rusingallium: add a new query
2010-06-18 Zack Rusingallium: add a temporary array register file
2010-06-18 Zack Rusingallium: add a new register file - immediate array
2010-06-11 Zack Rusingallium/softpipe/draw: support samplers in geometry...
2010-06-09 Zack Rusingeometry shaders: make gs work with changable primitive...
2010-06-08 Zack Rusingallium: add basic support for stream output queries
2010-06-08 Zack Rusingallium: adjust the query interface to support custom...
2010-06-08 Zack Rusingallium: rename draw_auto to draw_stream_output, plus...
2010-06-08 Zack Rusingallium: make draw auto work and add relevant caps...
2010-06-08 Zack Rusingallium: add interface for DrawAuto and implement it...
2010-06-08 Zack Rusingallium: a lot more complete implementation of stream...
2010-06-08 Zack Rusingallium: basic and initial implementation of the stream...
2010-06-07 Keith Whitwellgraw: add parse_geometry_shader helper
2010-06-06 Jakob Bornecrantzgallium: Add drm driver interface
2010-06-07 Keith Whitwellinclude/st: new file swrast_screen_create.h
2010-06-05 Dave Airliemesa/st: add support for EXT_texture_swizzle.
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-03 Roland Scheideggergallium: rename clearRT / clearDS to clear_render_targe...
2010-05-31 Chia-I WuDefine PUBLIC to dllexport on MSVC.
2010-05-28 Roland Scheideggergallium: clear interface changes
2010-05-25 Jakob Bornecrantzdrm_api: Remove type argument from create screen callback
2010-05-25 Jakob Bornecrantzgallium: Remove dri1_api.h and winsys support for DRI1
2010-05-21 Jakob Borncrantzst_api: Give get_egl_image arguments directly to the...
2010-05-21 Jakob Bornecrantzgallium: Fix invalidate framebuffer with old libGL...
2010-05-21 Jakob Bornecrantzst_api: Add get param function to st_manager
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-17 Roland Scheideggergallium: clean up resource_copy_region function
2010-05-17 Roland Scheideggergallium: another interface change for multisampling
2010-05-14 Keith Whitwellgallium: convert rasterizer state to use gl-style front...
2010-05-13 Vinson Leegallium: Add tokens for Cygwin.
2010-05-12 Jakob Bornecrantzgraw: Make functions public
2010-05-12 José Fonsecagallium: Add new fine grained PIPE_CAP_xx for shader...
2010-05-12 José Fonsecagallium: Make PIPE_CAP_xxx enums.
2010-05-05 Brian Paulgallium: remove trailing comma in enum list
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-03 José Fonsecagallium: Remove loop register file.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-17 Mathias Fröhlichgallium: EXT_timer_query support.
2010-05-14 Marek Olšákgallium: remove forward declarations of non-existent...
2010-05-14 Keith Whitwellgraw: combine graw_init and graw_create_window functions
2010-05-14 Keith Whitwellgraw: move towards glut-like interface, add tri.c
2010-04-27 Roland Scheideggergallium: fix glaring bugs in last commit
2010-04-26 Roland Scheideggergallium: interface changes for multisampling
2010-04-25 Jakob Bornecrantzst_api: Remove st_module
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
next