| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa/glsl: add new is_arb_asm flag in gl_program | Timothy Arceri | 2017-01-06 | 13 | -34/+45 |
* | i965: pass gl_program directly to brw_compile_tes() | Timothy Arceri | 2017-01-06 | 3 | -6/+4 |
* | i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms() | Timothy Arceri | 2017-01-06 | 8 | -18/+13 |
* | i965: pass gl_program to brw_upload_ubo_surfaces() | Timothy Arceri | 2017-01-06 | 6 | -22/+20 |
* | i965: stop passing gl_shader_program to brw_assign_common_binding_table_offse... | Timothy Arceri | 2017-01-06 | 8 | -32/+13 |
* | st/mesa/glsl/i965: move ShaderStorageBlocks to gl_program | Timothy Arceri | 2017-01-06 | 6 | -10/+11 |
* | st/mesa/glsl/i965: set num_ssbos directly in shader_info | Timothy Arceri | 2017-01-06 | 9 | -23/+24 |
* | st/mesa/glsl/i965: move per stage UniformBlocks to gl_program | Timothy Arceri | 2017-01-06 | 7 | -21/+19 |
* | st/mesa/glsl/i965: set num_ubos directly in shader_info | Timothy Arceri | 2017-01-06 | 9 | -21/+17 |
* | st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_program | Timothy Arceri | 2017-01-06 | 12 | -67/+50 |
* | i965: get InfoLog and LinkStatus via the pointer in gl_program | Timothy Arceri | 2017-01-06 | 1 | -4/+4 |
* | i965: get shared_size from shader_info rather than gl_shader_program | Timothy Arceri | 2017-01-06 | 1 | -2/+2 |
* | i965: stop depending on gl_shader_program for brw_compute_vue_map() params | Timothy Arceri | 2017-01-06 | 1 | -1/+1 |
* | i965: pass gl_program to the brw_*_debug_recompile() functions | Timothy Arceri | 2017-01-06 | 7 | -138/+125 |
* | gallivm: (trivial) fix typo bug with small AoS format unpacking | Roland Scheidegger | 2017-01-06 | 1 | -1/+1 |
* | gallivm: implement aos unpack (to unorm8) for small unorm formats | Roland Scheidegger | 2017-01-05 | 2 | -17/+155 |
* | gallivm: optimize lp_build_unpack_arith_rgba_aos slightly | Roland Scheidegger | 2017-01-05 | 1 | -19/+97 |
* | gallivm: use 2 srcs for 32->16bit conversions in lp_bld_conv_auto | Roland Scheidegger | 2017-01-05 | 1 | -2/+19 |
* | llvmpipe: (trivial) minimally simplify mask construction | Roland Scheidegger | 2017-01-05 | 3 | -17/+53 |
* | anv: fix multiple creation with internal failure | Lionel Landwerlin | 2017-01-05 | 1 | -18/+20 |
* | swr: [rasterizer core/common/jitter] gl_double support | Tim Rowley | 2017-01-05 | 9 | -33/+341 |
* | dri3: Fix MakeCurrent without a default framebuffer | Fredrik Höglund | 2017-01-05 | 1 | -4/+10 |
* | radeonsi: turn SDMA IBs into de-facto preambles of GFX IBs | Marek Olšák | 2017-01-05 | 2 | -6/+18 |
* | radeonsi: implement SDMA-based buffer clearing for SI | Marek Olšák | 2017-01-05 | 2 | -1/+41 |
* | radeonsi: do all math in bytes in SI DMA code | Marek Olšák | 2017-01-05 | 2 | -19/+21 |
* | gallium/radeon: prevent SDMA stalls by detecting RAW hazards in need_dma_space | Marek Olšák | 2017-01-05 | 8 | -36/+27 |
* | gallium/radeon: move unrelated code from dma_emit_wait_idle to need_dma_space | Marek Olšák | 2017-01-05 | 1 | -18/+15 |
* | radeonsi: inline cik_sdma_do_copy_buffer | Marek Olšák | 2017-01-05 | 1 | -28/+16 |
* | radeonsi: also wait for SDMA in the clear_buffer CPU fallback | Marek Olšák | 2017-01-05 | 1 | -3/+2 |
* | radeonsi: simplify r600_resource typecasts in si_clear_buffer | Marek Olšák | 2017-01-05 | 1 | -5/+5 |
* | radeonsi: always use SDMA for big buffer clears and first buffer uses | Marek Olšák | 2017-01-05 | 1 | -0/+20 |
* | radeonsi: use SDMA in rvid_buffer_clear on CIK-VI | Marek Olšák | 2017-01-05 | 1 | -2/+2 |
* | radeonsi: use SDMA for initial clearing of DCC/CMASK/HTILE on CIK-VI | Marek Olšák | 2017-01-05 | 3 | -8/+6 |
* | radeonsi: implement SDMA-based buffer clearing for CIK-VI | Marek Olšák | 2017-01-05 | 3 | -0/+54 |
* | gallium/hud: increase the vertex buffer size for text | Marek Olšák | 2017-01-05 | 1 | -1/+1 |
* | gallium/hud: add an option to sort items below graphs | Marek Olšák | 2017-01-05 | 2 | -5/+33 |
* | gallium/hud: add an option to reset the color counter | Marek Olšák | 2017-01-05 | 2 | -3/+19 |
* | gallium/hud: allow more data sources per pane | Marek Olšák | 2017-01-05 | 1 | -13/+15 |
* | gallium/hud: add an option to rename each data source | Marek Olšák | 2017-01-05 | 1 | -2/+35 |
* | gallium: remove TGSI_OPCODE_SUB | Marek Olšák | 2017-01-05 | 33 | -202/+82 |
* | gallium: remove TGSI_OPCODE_ABS | Marek Olšák | 2017-01-05 | 23 | -96/+41 |
* | st/nine: Remove all usage of ureg_SUB in nine_shader | Axel Davy | 2017-01-05 | 1 | -8/+8 |
* | st/nine: Remove all usage of ureg_SUB in nine_ff | Axel Davy | 2017-01-05 | 1 | -20/+20 |
* | st/nine: Do not map SUB and ABS to their gallium equivalent. | Axel Davy | 2017-01-05 | 1 | -2/+23 |
* | configure: Fix another bashism. | Eric Anholt | 2017-01-05 | 1 | -1/+1 |
* | st/mesa: fix a segfault when prog->sh.data is NULL | Marek Olšák | 2017-01-05 | 1 | -1/+3 |
* | docs: add news item and link release notes for 13.0.3 | Emil Velikov | 2017-01-05 | 2 | -0/+7 |
* | docs: add sha256 checksums for 13.0.3 | Emil Velikov | 2017-01-05 | 1 | -1/+2 |
* | docs: add release notes for 13.0.3 | Emil Velikov | 2017-01-05 | 1 | -0/+176 |
* | st/va: fix incorrect argument in vl_compositor_cleanup | Nayan Deshmukh | 2017-01-05 | 1 | -1/+1 |