| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: implement the backend of threaded GL dispatch | Marek Olšák | 2017-03-16 | 1 | -0/+19 |
* | gallium: add TGSI opcodes TEX_LZ and TXF_LZ | Marek Olšák | 2017-03-15 | 1 | -2/+2 |
* | gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ | Marek Olšák | 2017-03-15 | 1 | -0/+1 |
* | gallium: add P016 format | Christian König | 2017-03-13 | 1 | -0/+2 |
* | gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition() | Brian Paul | 2017-03-08 | 1 | -1/+1 |
* | gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer() | Brian Paul | 2017-03-08 | 1 | -1/+1 |
* | gallium: s/unsigned/enum pipe_shader_type/ for get_compiler_options() | Brian Paul | 2017-03-08 | 1 | -1/+1 |
* | gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param() | Brian Paul | 2017-03-08 | 1 | -1/+2 |
* | gallium: remove PIPE_CAP_USER_INDEX_BUFFERS | Marek Olšák | 2017-02-25 | 1 | -1/+0 |
* | st: add ST_FLUSH_WAIT to st_context_flush() | Charmaine Lee | 2017-02-18 | 1 | -0/+1 |
* | gallium: add get_disk_shader_cache() callback | Timothy Arceri | 2017-02-23 | 1 | -0/+9 |
* | gallium: reorder fields in pipe_draw_info | Marek Olšák | 2017-02-22 | 1 | -23/+26 |
* | gallium: remove TGSI_OPCODE_CLAMP | Marek Olšák | 2017-02-18 | 1 | -1/+1 |
* | st/mesa/glsl: build string of dri options and use as input to building sha fo... | Timothy Arceri | 2017-02-17 | 1 | -0/+1 |
* | driconf: add allow_higher_compat_version option | Samuel Pitoiset | 2017-02-15 | 1 | -0/+1 |
* | gallium: add common uploaders into pipe_context (v2) | Marek Olšák | 2017-02-14 | 1 | -0/+11 |
* | 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 | -1/+1 |
* | vl: add h264 constrained baseline profile | Boyuan Zhang | 2017-02-01 | 1 | -0/+1 |
* | gallium: remove explicit __STDC_.*_MACROS defines | Emil Velikov | 2017-01-27 | 1 | -3/+0 |
* | 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 TGSI_PROPERTY_MUL_ZERO_WINS | Ilia Mirkin | 2017-01-23 | 1 | -0/+1 |
* | gallium: add pipe_screen::resource_changed | Philipp Zabel | 2017-01-20 | 1 | -0/+8 |
* | gallium: add flags parameter to texture barrier | Ilia Mirkin | 2017-01-16 | 2 | -1/+7 |
* | gallium: add PIPE_CAP_TGSI_FS_FBFETCH | Ilia Mirkin | 2017-01-16 | 1 | -0/+1 |
* | gallium: add FBFETCH opcode to retrieve the current sample value | Ilia Mirkin | 2017-01-16 | 1 | -1/+1 |
* | tgsi: add DDIV instruction | Nicolai Hähnle | 2017-01-16 | 1 | -1/+4 |
* | gallium: remove TGSI_OPCODE_SUB | Marek Olšák | 2017-01-05 | 1 | -1/+1 |
* | gallium: remove TGSI_OPCODE_ABS | Marek Olšák | 2017-01-05 | 1 | -1/+1 |
* | gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY | Marek Olšák | 2017-01-05 | 1 | -0/+1 |
* | gallium: extract individual streamout output structure | Nicolai Hähnle | 2016-12-12 | 1 | -8/+13 |
* | tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semantic | Nicolai Hähnle | 2016-12-12 | 1 | -1/+4 |
* | gallium: decrease the size of pipe_sampler_state fields | Marek Olšák | 2016-12-07 | 1 | -3/+3 |
* | gallium: support for native fence fd's | Rob Clark | 2016-12-01 | 3 | -0/+25 |
* | gallium: wire up server_wait_sync | Rob Clark | 2016-12-01 | 1 | -0/+6 |
* | gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS | Nicolai Hähnle | 2016-11-30 | 1 | -0/+1 |
* | gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD | Marek Olšák | 2016-11-15 | 1 | -0/+1 |
* | gallium/stapi: fix comment for st_visual::buffer_mask | Brian Paul | 2016-10-24 | 1 | -1/+1 |
* | gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS | Ilia Mirkin | 2016-10-22 | 1 | -0/+1 |
* | gallium: annotate sw_driver_descriptor instance as const data | Emil Velikov | 2016-10-14 | 1 | -1/+1 |
* | gallium: annotate drm_driver_descriptor instance as const data | Emil Velikov | 2016-10-14 | 1 | -2/+2 |
* | gallium: rename drm_driver_descriptor::{, driver_}name | Emil Velikov | 2016-10-14 | 1 | -3/+3 |
* | gallium: remove unused drm_driver_descriptor::driver_name | Emil Velikov | 2016-10-14 | 1 | -8/+1 |
* | gallium: fix drm_driver_descriptor::name comment | Emil Velikov | 2016-10-14 | 1 | -1/+1 |
* | gallium: add PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY | Marek Olšák | 2016-10-13 | 1 | -0/+1 |
* | 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 | -1/+2 |
* | gallium: add pipe_context::set_device_reset_callback | Nicolai Hähnle | 2016-10-05 | 2 | -0/+27 |
* | gallium/hud: Add power sensor support | Steven Toth | 2016-09-29 | 1 | -0/+1 |