| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: Add a pipe cap for whether primitive restart works for patches. | Kenneth Graunke | 2016-05-23 | 1 | -0/+1 |
* | tgsi: remove culldist semantic. | Dave Airlie | 2016-05-23 | 1 | -1/+0 |
* | gallium: Add a pipe cap for arb_cull_distance | Tobias Klausmann | 2016-05-14 | 1 | -0/+1 |
* | gallium: add NIR as a possible IR | Rob Clark | 2016-05-11 | 3 | -0/+16 |
* | gallium: refactor pipe_shader_state to support multiple IR's | Rob Clark | 2016-05-11 | 2 | -3/+35 |
* | gallium: Include intrin.h instead of defining ourselves. | Jose Fonseca | 2016-04-26 | 1 | -2/+2 |
* | gallium: add bool return to pipe_context::end_query | Nicolai Hähnle | 2016-04-21 | 1 | -1/+1 |
* | gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_* | Marek Olšák | 2016-04-22 | 1 | -10/+1 |
* | gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* | Marek Olšák | 2016-04-22 | 1 | -7/+9 |
* | gallium: use enums in p_shader_tokens.h (v2) | Marek Olšák | 2016-04-22 | 1 | -139/+164 |
* | gallium: use enums in p_defines.h (v2) | Marek Olšák | 2016-04-22 | 1 | -173/+205 |
* | gallium: Add capability for ARB_robust_buffer_access_behavior. | Bas Nieuwenhuizen | 2016-04-12 | 1 | -0/+1 |
* | gallium: add pipe_context::set_active_query_state for pausing queries | Marek Olšák | 2016-04-12 | 1 | -0/+6 |
* | gallium: raise PIPE_MAX_SAMPLERS to 32 | Nicolai Hähnle | 2016-04-07 | 1 | -1/+1 |
* | gallium: Put no.of {samples,layers} into pipe_framebuffer_state | Edward O'Callaghan | 2016-04-07 | 1 | -0/+8 |
* | gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT | Edward O'Callaghan | 2016-04-07 | 1 | -0/+1 |
* | gallium: distinguish between shader IR in get_compute_param | Bas Nieuwenhuizen | 2016-04-02 | 1 | -5/+8 |
* | gallium: add global buffer memory barrier bit | Bas Nieuwenhuizen | 2016-04-02 | 1 | -0/+1 |
* | gallium: add threads per block TGSI property | Bas Nieuwenhuizen | 2016-04-02 | 1 | -1/+4 |
* | gallium: add compute shader IR type | Bas Nieuwenhuizen | 2016-04-02 | 1 | -0/+1 |
* | st/vdpau: move FormatRGBAToPipe into the interop | Christian König | 2016-03-29 | 1 | -0/+65 |
* | st/vdpau: add new interop interface | Christian König | 2016-03-29 | 2 | -1/+100 |
* | gallium/p_context.h: Make comment more readable | Edward O'Callaghan | 2016-03-27 | 1 | -1/+1 |
* | gallium: add PIPE_BARRIER_STREAMOUT_BUFFER | Nicolai Hähnle | 2016-03-23 | 1 | -0/+1 |
* | gallium: add additional PIPE_BARRIER_* bits | Nicolai Hähnle | 2016-03-21 | 1 | -0/+7 |
* | gallium: Remove unused TGSI_RESOURCE_ defines | Hans de Goede | 2016-03-21 | 1 | -9/+0 |
* | tgsi: Add support for global / private / input MEMORY | Hans de Goede | 2016-03-21 | 1 | -2/+8 |
* | gallium: add TGSI property NEXT_SHADER | Marek Olšák | 2016-03-19 | 1 | -1/+2 |
* | gallium/winsys/drm: add layer to struct winsys_handle | Christian König | 2016-03-17 | 1 | -0/+5 |
* | gallium/winsys/drm: add offset to struct winsys_handle | Christian König | 2016-03-17 | 1 | -0/+5 |
* | gallium: add access field to pipe_image_view | Nicolai Hähnle | 2016-03-14 | 2 | -1/+10 |
* | tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL | Nicolai Hähnle | 2016-03-14 | 1 | -1/+2 |
* | tgsi: add Texture and Format to tgsi_instruction_memory | Nicolai Hähnle | 2016-03-14 | 1 | -1/+3 |
* | gallium: do not wrap header inclusion in | Emil Velikov | 2016-03-09 | 3 | -4/+12 |
* | gallium: add CAPs returning PCI device location | Marek Olšák | 2016-03-09 | 1 | -0/+4 |
* | gallium: add external usage flags to resource_from(get)_handle (v2) | Marek Olšák | 2016-03-09 | 2 | -2/+19 |
* | gallium: fix PIPE_BIND_QUERY_BUFFER - PIPE_BIND_SCANOUT overlap | Marek Olšák | 2016-03-02 | 1 | -3/+3 |
* | gallium: remove duplicate define from enum pipe_format | Oded Gabbay | 2016-02-25 | 1 | -1/+0 |
* | gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES | Ilia Mirkin | 2016-02-15 | 1 | -0/+1 |
* | gallium: make image views non-persistent objects | Ilia Mirkin | 2016-02-15 | 2 | -15/+3 |
* | tgsi/ureg: add shared variables support for compute shaders | Samuel Pitoiset | 2016-02-13 | 1 | -1/+3 |
* | gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS | Samuel Pitoiset | 2016-02-13 | 1 | -0/+1 |
* | gallium: add indirect compute parameters to pipe_grid_info | Samuel Pitoiset | 2016-02-13 | 1 | -0/+12 |
* | gallium: add a new interface for pipe_context::launch_grid() | Samuel Pitoiset | 2016-02-13 | 2 | -15/+29 |
* | gallium: pass the robust buffer access context flag to drivers | Marek Olšák | 2016-02-09 | 1 | -0/+6 |
* | gallium: add interface for querying memory usage and sizes (v2) | Marek Olšák | 2016-02-05 | 3 | -0/+20 |
* | gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT | Ilia Mirkin | 2016-02-04 | 1 | -0/+1 |
* | gallium: add a way to store query result into buffer | Ilia Mirkin | 2016-02-04 | 2 | -0/+32 |
* | gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS | Nicolai Hähnle | 2016-02-03 | 1 | -0/+1 |
* | gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY | Nicolai Hähnle | 2016-02-03 | 1 | -0/+1 |