summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen2016-04-121-0/+1
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+6
* gallium: raise PIPE_MAX_SAMPLERS to 32Nicolai Hähnle2016-04-071-1/+1
* gallium: Put no.of {samples,layers} into pipe_framebuffer_stateEdward O'Callaghan2016-04-071-0/+8
* gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan2016-04-071-0/+1
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-5/+8
* gallium: add global buffer memory barrier bitBas Nieuwenhuizen2016-04-021-0/+1
* gallium: add threads per block TGSI propertyBas Nieuwenhuizen2016-04-021-1/+4
* gallium: add compute shader IR typeBas Nieuwenhuizen2016-04-021-0/+1
* st/vdpau: move FormatRGBAToPipe into the interopChristian König2016-03-291-0/+65
* st/vdpau: add new interop interfaceChristian König2016-03-292-1/+100
* gallium/p_context.h: Make comment more readableEdward O'Callaghan2016-03-271-1/+1
* gallium: add PIPE_BARRIER_STREAMOUT_BUFFERNicolai Hähnle2016-03-231-0/+1
* gallium: add additional PIPE_BARRIER_* bitsNicolai Hähnle2016-03-211-0/+7
* gallium: Remove unused TGSI_RESOURCE_ definesHans de Goede2016-03-211-9/+0
* tgsi: Add support for global / private / input MEMORYHans de Goede2016-03-211-2/+8
* gallium: add TGSI property NEXT_SHADERMarek Olšák2016-03-191-1/+2
* gallium/winsys/drm: add layer to struct winsys_handleChristian König2016-03-171-0/+5
* gallium/winsys/drm: add offset to struct winsys_handleChristian König2016-03-171-0/+5
* gallium: add access field to pipe_image_viewNicolai Hähnle2016-03-142-1/+10
* tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCILNicolai Hähnle2016-03-141-1/+2
* tgsi: add Texture and Format to tgsi_instruction_memoryNicolai Hähnle2016-03-141-1/+3
* gallium: do not wrap header inclusion inEmil Velikov2016-03-093-4/+12
* gallium: add CAPs returning PCI device locationMarek Olšák2016-03-091-0/+4
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-092-2/+19
* gallium: fix PIPE_BIND_QUERY_BUFFER - PIPE_BIND_SCANOUT overlapMarek Olšák2016-03-021-3/+3
* gallium: remove duplicate define from enum pipe_formatOded Gabbay2016-02-251-1/+0
* gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGESIlia Mirkin2016-02-151-0/+1
* gallium: make image views non-persistent objectsIlia Mirkin2016-02-152-15/+3
* tgsi/ureg: add shared variables support for compute shadersSamuel Pitoiset2016-02-131-1/+3
* gallium: add PIPE_SHADER_CAP_SUPPORTED_IRSSamuel Pitoiset2016-02-131-0/+1
* gallium: add indirect compute parameters to pipe_grid_infoSamuel Pitoiset2016-02-131-0/+12
* gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset2016-02-132-15/+29
* gallium: pass the robust buffer access context flag to driversMarek Olšák2016-02-091-0/+6
* gallium: add interface for querying memory usage and sizes (v2)Marek Olšák2016-02-053-0/+20
* gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin2016-02-041-0/+1
* gallium: add a way to store query result into bufferIlia Mirkin2016-02-042-0/+32
* gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle2016-02-031-0/+1
* gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYNicolai Hähnle2016-02-031-0/+1
* st/mesa: add shader buffer barrier bitIlia Mirkin2016-01-291-0/+1
* tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsicsIlia Mirkin2016-01-291-1/+6
* gallium: add GREMEDY_string_markerRob Clark2016-01-212-0/+8
* gallium/st: add pipe_context::generate_mipmap()Charmaine Lee2016-01-142-0/+13
* gallium: add PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle2016-01-142-2/+7
* gallium: add a RESQ opcode to query info about a resourceIlia Mirkin2016-01-081-0/+1
* gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENTIlia Mirkin2016-01-081-0/+1
* gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERSIlia Mirkin2016-01-081-0/+1
* tgsi: provide a way to encode memory qualifiers for SSBOIlia Mirkin2016-01-081-1/+15
* ureg: add buffer support to uregIlia Mirkin2016-01-081-1/+3
* tgsi: add ureg support for image declsIlia Mirkin2016-01-081-3/+4