summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin2016-06-181-0/+1
* gallium: add API for setting window rectanglesIlia Mirkin2016-06-182-0/+11
* st/va: ensure linear memory for dmabufJulien Isorce2016-06-141-0/+1
* gallium: remove st_api::get_proc_address hookEmil Velikov2016-06-131-12/+0
* gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin2016-06-061-0/+1
* gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_voteIlia Mirkin2016-06-061-1/+6
* gallium: add PIPE_BARRIER_ALL defineNicolai Hähnle2016-06-011-0/+1
* gallium: change pipe_draw_info::mode to be pipe_prim_typeBrian Paul2016-05-261-1/+1
* gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke2016-05-231-0/+1
* tgsi: remove culldist semantic.Dave Airlie2016-05-231-1/+0
* gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann2016-05-141-0/+1
* gallium: add NIR as a possible IRRob Clark2016-05-113-0/+16
* gallium: refactor pipe_shader_state to support multiple IR'sRob Clark2016-05-112-3/+35
* gallium: Include intrin.h instead of defining ourselves.Jose Fonseca2016-04-261-2/+2
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-1/+1
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-10/+1
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-7/+9
* gallium: use enums in p_shader_tokens.h (v2)Marek Olšák2016-04-221-139/+164
* gallium: use enums in p_defines.h (v2)Marek Olšák2016-04-221-173/+205
* 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