| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Android: push driver build details to driver makefiles | Rob Herring | 2017-05-11 | 1 | -0/+4 |
* | gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX | Marek Olšák | 2017-05-10 | 1 | -0/+1 |
* | gallium: remove pipe_index_buffer and set_index_buffer | Marek Olšák | 2017-05-10 | 3 | -25/+6 |
* | gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes | Marek Olšák | 2017-05-10 | 2 | -5/+6 |
* | gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT | Nicolai Hähnle | 2017-04-14 | 1 | -0/+1 |
* | softpipe: remove unused sp_exec_fragment_shader() | Samuel Pitoiset | 2017-04-13 | 1 | -8/+0 |
* | softpipe: remove unused quad_shade_stage() | Samuel Pitoiset | 2017-04-13 | 1 | -8/+0 |
* | softpipe: remove unused get_texel_quad_2d() | Samuel Pitoiset | 2017-04-13 | 1 | -17/+0 |
* | gallium: add PIPE_CAP_TGSI_BALLOT | Nicolai Hähnle | 2017-04-05 | 1 | -0/+1 |
* | gallium: add sparse buffer interface and capability | Nicolai Hähnle | 2017-04-05 | 1 | -0/+1 |
* | gallium: Add a cap to check if the driver supports fill_rectangle | Lyude | 2017-03-31 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_TGSI CLOCK | Nicolai Hähnle | 2017-03-31 | 1 | -0/+1 |
* | softpipe: fix a maybe-uninitialized warning | Marek Olšák | 2017-03-30 | 1 | -1/+1 |
* | gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ | Marek Olšák | 2017-03-15 | 1 | -0/+1 |
* | gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer() | Brian Paul | 2017-03-08 | 1 | -1/+1 |
* | softpipe: s/unsigned/enum pipe_shader_type/ | Brian Paul | 2017-03-08 | 4 | -4/+6 |
* | gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param() | Brian Paul | 2017-03-08 | 1 | -1/+3 |
* | gallium: remove PIPE_CAP_USER_INDEX_BUFFERS | Marek Olšák | 2017-02-25 | 1 | -1/+0 |
* | softpipe: enable clear_texture with util_clear_texture | Lars Hamre | 2017-02-24 | 2 | -1/+4 |
* | gallium: set pipe_context uploaders in drivers (v3) | Marek Olšák | 2017-02-14 | 1 | -0/+8 |
* | gallium: add separate PIPE_CAP_INT64_DIVMOD | Ilia Mirkin | 2017-02-09 | 1 | -0/+1 |
* | gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability | Nicolai Hähnle | 2017-02-02 | 1 | -0/+1 |
* | gallium: enable int64 on radeonsi, llvmpipe, softpipe | Nicolai Hähnle | 2017-01-27 | 1 | -1/+1 |
* | gallium: Add integer 64 capability | Dave Airlie | 2017-01-27 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS | Ilia Mirkin | 2017-01-23 | 1 | -0/+1 |
* | gallium: add flags parameter to texture barrier | Ilia Mirkin | 2017-01-16 | 2 | -3/+3 |
* | gallium: add PIPE_CAP_TGSI_FS_FBFETCH | Ilia Mirkin | 2017-01-16 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY | Marek Olšák | 2017-01-05 | 1 | -0/+1 |
* | softpipe: fix release build unused variable warning | Grazvydas Ignotas | 2016-12-10 | 1 | -1/+1 |
* | 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 |
* | st/mesa: enable ARB_enhanced_layouts and turn the cap on | Nicolai Hähnle | 2016-10-12 | 1 | -1/+1 |
* | gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS | Nicolai Hähnle | 2016-10-12 | 1 | -0/+1 |
* | softpipe: Cap to 2 GB on 32 bits | Axel Davy | 2016-10-10 | 1 | -0/+6 |
* | gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCK | Samuel Pitoiset | 2016-10-07 | 1 | -0/+1 |
* | gallium: add cap to export device pointer size | Jan Vesely | 2016-08-29 | 1 | -0/+1 |
* | softpipe: (trivial) honor render_condition_enabled for clear_rt/clear_ds | Roland Scheidegger | 2016-08-29 | 1 | -2/+2 |
* | 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_shader_buffers() | 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 | 2 | -2/+2 |
* | gallium: Use enum pipe_shader_type in bind_sampler_states() (v2) | Kai Wasserbäch | 2016-08-29 | 1 | -1/+1 |
* | 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_image_view::first_element/last_element -> offset/size | Marek Olšák | 2016-08-17 | 1 | -3/+3 |
* | gallium: change pipe_sampler_view::first_element/last_element -> offset/size | Marek Olšák | 2016-08-17 | 2 | -9/+12 |
* | gallium: add a pipe_context parameter to fence_finish | Marek Olšák | 2016-08-10 | 2 | -1/+2 |
* | 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 | -1/+2 |
* | gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2) | Józef Kucia | 2016-07-20 | 1 | -0/+1 |