summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)Author
2010-12-09android: Fix build with bionic.Chia-I Wu
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-18gallium: Add st_context_iface::share to st_api.Chia-I Wu
2010-11-18gallium: Add st_api::name.Chia-I Wu
2010-11-17gallium: Remove redundant sw and debug target helpersJakob Bornecrantz
2010-11-12gallium: add CAPs for indirect addressing and lower it in st/mesa when neededMarek Olšák
2010-11-08graw: Add struct pipe_surface forward declaration.Vinson Lee
2010-11-08graw: Export graw_save_surface_to_file().Michal Krol
2010-10-21gallium: new CAP, state for primitive restartBrian Paul
2010-10-13gallium/format: add X32_S8X24_USCALED format.Dave Airlie
2010-10-13gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie
2010-10-11gallium: Define C99 restrict keyword where absent.José Fonseca
2010-09-22dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg
2010-09-20gallium: avoid the C++ keyword "template" in sw_winsys.hLuca Barbieri
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-10gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu
2010-09-07Replace reference to tgsi-instruction-set.txt.Tilman Sauerbeck
2010-08-28gallium: Remove unnecessary header from p_state.h.Vinson Lee
2010-08-27gallium: Remove unnecessary header from p_shader_tokens.h.Vinson Lee
2010-08-27gallium: Remove unnecessary header from p_format.h.Vinson Lee
2010-08-27graw: Include missing header in graw.h.Vinson Lee
2010-08-26graw: Add copyright headers to the interfaces.José Fonseca
2010-08-26graw: Undo late loading of graw drivers.José Fonseca
2010-08-26gallium: Clean up header file inclusion in p_defines.h.Vinson Lee
2010-08-26gallium: Clean up header file inclusion in p_context.h.Vinson Lee
2010-08-26graw: Include missing header in graw_dl.h.Vinson Lee
2010-08-26graw: Dynamically load graw libraries.José Fonseca
2010-08-21p_compiler: add replacement va_copyLuca Barbieri
2010-08-20gallium: add PIPE_TEXTURE_RECT targetLuca Barbieri
2010-08-11gallium: add ALWAYS_INLINELuca Barbieri
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Add pipe_context::draw_vbo and pipe_context::set_index_buffer.Chia-I Wu
2010-07-21gallium: add depth clamp to the interfaceMarek Olšák
2010-07-21gallium: remove pointless bitfield restrction in pipe_vertex_elementKeith Whitwell
2010-07-14gallium: Ensure prototypes are wrapped in extern "C".José Fonseca
2010-07-14gallium: Add a macro for memory barriers.José Fonseca
2010-07-14gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.José Fonseca
2010-07-08gallium: bump PIPE_MAX_SHADER_INPUTS/OUTPUTS to 32Brian Paul
2010-06-29st_api: Remove st_context::is_visual_supported.Chia-I Wu
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz
2010-06-24pipe: Add PIPE_OS_HURDnobled
2010-06-24gallium: Remove drm_api and all references to itJakob Bornecrantz
2010-06-22gallium: add a timestamp disjoint queryZack Rusin
2010-06-22gallium: add a new queryZack Rusin
2010-06-18gallium: add a temporary array register fileZack Rusin
2010-06-18gallium: add a new register file - immediate arrayZack Rusin