| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS | Nicolai Hähnle | 2016-10-12 | 1 | -0/+1 |
* | gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCK | Samuel Pitoiset | 2016-10-07 | 1 | -0/+2 |
* | gallium: remove PIPE_BIND_TRANSFER_READ/WRITE | Marek Olšák | 2016-09-08 | 2 | -3/+2 |
* | gallium: switch drivers to the slab allocator in src/util | Marek Olšák | 2016-09-06 | 5 | -16/+16 |
* | gallium: add cap to export device pointer size | Jan Vesely | 2016-08-29 | 1 | -0/+6 |
* | gallium: Use enum pipe_shader_type in set_shader_images() | Kai Wasserbäch | 2016-08-29 | 1 | -1/+1 |
* | gallium: Use enum pipe_shader_type in set_sampler_views() | Kai Wasserbäch | 2016-08-29 | 1 | -1/+4 |
* | gallium: Use enum pipe_shader_type in bind_sampler_states() (v2) | Kai Wasserbäch | 2016-08-29 | 1 | -1/+2 |
* | gallium: add a pipe_context parameter to resource_get_handle | Marek Olšák | 2016-08-25 | 1 | -0/+1 |
* | gallium: add a cap to expose whether driver supports mixed color/zs bits | Ilia Mirkin | 2016-08-23 | 1 | -0/+1 |
* | gallium: change pipe_sampler_view::first_element/last_element -> offset/size | Marek Olšák | 2016-08-17 | 1 | -3/+2 |
* | gallium: add a pipe_context parameter to fence_finish | Marek Olšák | 2016-08-10 | 1 | -0/+1 |
* | gallium: add render_condition_enable param to clear_render_target/depth_stencil | Marek Olšák | 2016-08-10 | 1 | -2/+4 |
* | gallium: split transfer_inline_write into buffer and texture callbacks | Marek Olšák | 2016-07-23 | 1 | -26/+10 |
* | gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2) | Józef Kucia | 2016-07-20 | 1 | -0/+1 |
* | gallium: Add a cap for offset_units_unscaled | Axel Davy | 2016-06-25 | 1 | -0/+1 |
* | gallium: make image_view const | Rob Clark | 2016-06-20 | 1 | -1/+1 |
* | gallium: make constant_buffer const | Rob Clark | 2016-06-20 | 1 | -1/+1 |
* | gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers | Ilia Mirkin | 2016-06-18 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowed | Ilia Mirkin | 2016-06-06 | 1 | -0/+1 |
* | gallium: Add a pipe cap for whether primitive restart works for patches. | Kenneth Graunke | 2016-05-23 | 1 | -0/+1 |
* | gallium: Add a pipe cap for arb_cull_distance | Tobias Klausmann | 2016-05-14 | 1 | -0/+1 |
* | ilo: s/Elements/ARRAY_SIZE/ | Brian Paul | 2016-05-03 | 14 | -43/+43 |
* | gallium: Remove every double semi-colon | Jakob Sinclair | 2016-04-26 | 2 | -2/+2 |
* | gallium: add bool return to pipe_context::end_query | Nicolai Hähnle | 2016-04-21 | 1 | -2/+4 |
* | gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* | Marek Olšák | 2016-04-22 | 3 | -28/+28 |
* | 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: 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 | -0/+1 |
* | tgsi: split tgsi_util_get_texture_coord_dim() function into two | Brian Paul | 2016-03-31 | 2 | -2/+5 |
* | 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 | 1 | -2/+4 |
* | gallium: make image views non-persistent objects | Ilia Mirkin | 2016-02-15 | 1 | -1/+1 |
* | gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS | Samuel Pitoiset | 2016-02-13 | 1 | -0/+2 |
* | gallium: add a new interface for pipe_context::launch_grid() | Samuel Pitoiset | 2016-02-13 | 1 | -5/+3 |
* | ilo: add PIPE_QUERY_OCCLUSION_PREDICATE support | Ilia Mirkin | 2016-02-09 | 3 | -1/+12 |
* | gallium: add interface for querying memory usage and sizes (v2) | Marek Olšák | 2016-02-05 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT | Ilia Mirkin | 2016-02-04 | 1 | -0/+1 |
* | 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/+2 |
* | gallium: add GREMEDY_string_marker | Rob Clark | 2016-01-21 | 1 | -0/+1 |
* | gallium/st: add pipe_context::generate_mipmap() | Charmaine Lee | 2016-01-14 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_INVALIDATE_BUFFER | Nicolai Hähnle | 2016-01-14 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT | Ilia Mirkin | 2016-01-08 | 1 | -0/+1 |
* | tgsi: add ureg support for image decls | Ilia Mirkin | 2016-01-08 | 1 | -4/+4 |
* | gallium: add caps for POSITION and FACE system values | Marek Olšák | 2016-01-08 | 1 | -0/+2 |
* | gallium: add caps to expose support for multi indirect draws | Ilia Mirkin | 2016-01-07 | 1 | -0/+2 |
* | gallium/drivers/ilo: Use unsigned for loop index | Edward O'Callaghan | 2016-01-06 | 4 | -16/+16 |
* | gallium/drivers: Remove unnecessary semicolons | Edward O'Callaghan | 2016-01-06 | 1 | -1/+1 |