| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gallium: support for native fence fd's | Rob Clark | 2016-12-01 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS | Nicolai Hähnle | 2016-11-30 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS | Ilia Mirkin | 2016-10-22 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS | Nicolai Hähnle | 2016-10-12 | 1 | -0/+1 |
* | i915g: fix incorrect gl_FragCoord value | Nicholas Bishop | 2016-10-10 | 1 | -1/+6 |
* | gallium: switch drivers to the slab allocator in src/util | Marek Olšák | 2016-09-06 | 4 | -11/+11 |
* | i915g: Fix typo in i915_translate_instruction() | Rhys Kidd | 2016-08-29 | 1 | -1/+1 |
* | gallium: Use enum pipe_shader_type in set_sampler_views() | Kai Wasserbäch | 2016-08-29 | 1 | -1/+1 |
* | gallium: Use enum pipe_shader_type in bind_sampler_states() (v2) | Kai Wasserbäch | 2016-08-29 | 1 | -1/+2 |
* | gallium: add a cap to expose whether driver supports mixed color/zs bits | Ilia Mirkin | 2016-08-23 | 1 | -0/+1 |
* | gallium/i915: inline the util_clear() code into i915_clear_blitter() | Brian Paul | 2016-08-16 | 1 | -3/+21 |
* | 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 | -4/+8 |
* | gallium: split transfer_inline_write into buffer and texture callbacks | Marek Olšák | 2016-07-23 | 4 | -16/+15 |
* | 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 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 |
* | i915: fix typo CAP. | Dave Airlie | 2016-06-07 | 1 | -1/+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 |
* | i915g: s/Elements/ARRAY_SIZE/ | Brian Paul | 2016-05-03 | 6 | -12/+12 |
* | gallium: add bool return to pipe_context::end_query | Nicolai Hähnle | 2016-04-21 | 1 | -1/+2 |
* | gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* | Marek Olšák | 2016-04-22 | 1 | -16/+16 |
* | 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: 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 | -1/+2 |
* | gallium: add interface for querying memory usage and sizes (v2) | Marek Olšák | 2016-02-05 | 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/+1 |
* | gallium: add GREMEDY_string_marker | Rob Clark | 2016-01-21 | 1 | -0/+1 |
* | llvmpipe,i915: add back NEW_RASTERIZER dependency when computing vertex info | Roland Scheidegger | 2016-01-21 | 1 | -1/+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 |
* | 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 |
* | draw: nuke the interp parameter from vertex_info | Roland Scheidegger | 2016-01-07 | 3 | -11/+8 |
* | gallium/drivers: Remove unnecessary semicolons | Edward O'Callaghan | 2016-01-06 | 1 | -1/+1 |
* | gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support | Ilia Mirkin | 2016-01-03 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_DRAW_PARAMETERS | Ilia Mirkin | 2015-12-30 | 1 | -0/+1 |
* | gallium/drivers: Sanitize NULL checks into canonical form | Edward O'Callaghan | 2015-12-06 | 3 | -4/+4 |
* | gallium/drivers: Trivial code-style cleanup | Edward O'Callaghan | 2015-12-06 | 1 | -2/+2 |
* | gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype | Ilia Mirkin | 2015-11-11 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS | Marek Olšák | 2015-10-28 | 1 | -0/+1 |
* | gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT | Marek Olšák | 2015-10-20 | 1 | -0/+2 |
* | gallium: add PIPE_CAP_SHAREABLE_SHADERS | Marek Olšák | 2015-10-20 | 1 | -0/+1 |