summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2011-03-16android: Fix build with bionic.Chia-I Wu2-0/+10
2011-03-15gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák1-0/+5
2011-03-11gallium: remove flags from the flush functionMarek Olšák3-12/+6
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák2-13/+1
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-11/+5
2011-03-11gallium: kill is_resource_referencedMarek Olšák2-22/+0
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák2-1/+5
2011-03-08gallium/util: add LATC supportMarek Olšák1-0/+5
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák1-1/+2
2011-03-04gallium: Define __func__ on MSVC.José Fonseca1-0/+12
2011-02-22gallium: s/PIPE_TRANSFER_CPU_READ/PIPE_TRANSFER_READ/ in comments.José Fonseca1-4/+4
2011-02-22gallium: new transfer flag: DISCARD_WHOLE_RESOURCEKeith Whitwell1-3/+18
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+8
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák1-1/+0
2011-01-28gallium: added comments to pipe_transferBrian Paul1-4/+4
2011-01-26gallium: add an interface for query predicatesZack Rusin1-1/+2
2011-01-25tgsi: add support for 1D/2D texture arraysBrian Paul1-1/+3
2011-01-24gallium: implement modern sampling schemeZack Rusin3-1/+36
2011-01-15Merge branch 'draw-instanced'Brian Paul1-0/+1
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie1-1/+2
2010-12-23gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák1-0/+6
2010-12-05gallium: added PIPE_CAP_INSTANCED_DRAWINGBrian Paul1-0/+1
2010-12-02gallium: support for array textures and related changesRoland Scheidegger6-79/+82
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák1-0/+1
2010-11-18gallium: Add st_context_iface::share to st_api.Chia-I Wu1-0/+6
2010-11-18gallium: Add st_api::name.Chia-I Wu1-0/+5
2010-11-17gallium: Remove redundant sw and debug target helpersJakob Bornecrantz1-67/+0
2010-11-12gallium: add CAPs for indirect addressing and lower it in st/mesa when neededMarek Olšák1-0/+5
2010-11-08graw: Add struct pipe_surface forward declaration.snb-magicVinson Lee1-1/+2
2010-11-08graw: Export graw_save_surface_to_file().Michal Krol1-0/+21
2010-10-21gallium: new CAP, state for primitive restartBrian Paul2-0/+7
2010-10-13gallium/format: add X32_S8X24_USCALED format.Dave Airlie1-0/+1
2010-10-13gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie1-0/+3
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie2-2/+4
2010-10-11gallium: Define C99 restrict keyword where absent.José Fonseca1-0/+21
2010-09-22dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg1-1/+0
2010-09-20gallium: avoid the C++ keyword "template" in sw_winsys.hLuca Barbieri1-1/+1
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri3-30/+23
2010-09-10gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu1-16/+0
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu1-2/+61
2010-09-07Replace reference to tgsi-instruction-set.txt.Tilman Sauerbeck1-1/+1
2010-08-28gallium: Remove unnecessary header from p_state.h.Vinson Lee1-1/+0
2010-08-27gallium: Remove unnecessary header from p_shader_tokens.h.Vinson Lee1-2/+0
2010-08-27gallium: Remove unnecessary header from p_format.h.Vinson Lee1-2/+0
2010-08-27graw: Include missing header in graw.h.Vinson Lee1-0/+1
2010-08-26graw: Add copyright headers to the interfaces.José Fonseca1-0/+27
2010-08-26graw: Undo late loading of graw drivers.José Fonseca1-153/+0
2010-08-26gallium: Clean up header file inclusion in p_defines.h.Vinson Lee1-1/+1
2010-08-26gallium: Clean up header file inclusion in p_context.h.Vinson Lee1-6/+24
2010-08-26graw: Include missing header in graw_dl.h.Vinson Lee1-2/+3