summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)Author
2011-03-16android: Fix build with bionic.Chia-I Wu
2011-03-15gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-08gallium/util: add LATC supportMarek Olšák
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák
2011-03-04gallium: Define __func__ on MSVC.José Fonseca
2011-02-22gallium: s/PIPE_TRANSFER_CPU_READ/PIPE_TRANSFER_READ/ in comments.José Fonseca
2011-02-22gallium: new transfer flag: DISCARD_WHOLE_RESOURCEKeith Whitwell
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2011-01-28gallium: added comments to pipe_transferBrian Paul
2011-01-26gallium: add an interface for query predicatesZack Rusin
2011-01-25tgsi: add support for 1D/2D texture arraysBrian Paul
2011-01-24gallium: implement modern sampling schemeZack Rusin
2011-01-15Merge branch 'draw-instanced'Brian Paul
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie
2010-12-23gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák
2010-12-05gallium: added PIPE_CAP_INSTANCED_DRAWINGBrian Paul
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