| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | radeonsi: use PS prolog for monolithic shaders | Nicolai Hähnle | 2016-11-03 | 1 | -10/+32 |
* | radeonsi: set num_input_vgprs for fragment shaders in create_function | Nicolai Hähnle | 2016-11-03 | 1 | -6/+11 |
* | radeonsi: extract si_build_ps_prolog_function | Nicolai Hähnle | 2016-11-03 | 1 | -139/+171 |
* | radeonsi: use PS epilog for monolithic shaders | Nicolai Hähnle | 2016-11-03 | 1 | -0/+207 |
* | radeonsi: extract si_build_ps_epilog_function | Nicolai Hähnle | 2016-11-03 | 1 | -35/+60 |
* | radeonsi: pass the function name to si_llvm_create_func | Nicolai Hähnle | 2016-11-03 | 3 | -8/+11 |
* | radeonsi: split is_monolithic into no_prolog and no_epilog | Nicolai Hähnle | 2016-11-03 | 2 | -17/+33 |
* | radeonsi: free data structures when shader compiles fail | Nicolai Hähnle | 2016-11-03 | 1 | -11/+11 |
* | radeonsi: move main TGSI translation into its own function | Nicolai Hähnle | 2016-11-03 | 1 | -45/+58 |
* | radeonsi: add always-inline pass to si_llvm_finalize_module | Nicolai Hähnle | 2016-11-03 | 1 | -5/+5 |
* | radeonsi: fix signature of export intrinsic in VS epilog | Nicolai Hähnle | 2016-11-03 | 1 | -3/+3 |
* | radeonsi: link against amd_common | Nicolai Hähnle | 2016-11-03 | 1 | -0/+1 |
* | nv50,nvc0: stop limiting the number of active queries to 1 | Samuel Pitoiset | 2016-11-02 | 2 | -16/+12 |
* | nvc0: add new warp_nonpred_execution_efficiency metric on SM35 | Samuel Pitoiset | 2016-11-02 | 2 | -1/+37 |
* | nvc0: add missing metric-issue_slot on SM35 | Samuel Pitoiset | 2016-11-02 | 1 | -0/+1 |
* | nvc0: do not expose metric-inst_issued twice on SM35 | Samuel Pitoiset | 2016-11-02 | 1 | -1/+0 |
* | nvc0: add new warp_execution_efficiency metric on SM30+ | Samuel Pitoiset | 2016-11-02 | 2 | -0/+24 |
* | nvc0: respect 80-chars for perf metrics descriptions | Samuel Pitoiset | 2016-11-02 | 1 | -4/+4 |
* | nvc0: sort performance metrics alphabetically | Samuel Pitoiset | 2016-11-02 | 1 | -4/+4 |
* | nv50: add missing draw_calls_indexed driver stat | Samuel Pitoiset | 2016-11-02 | 1 | -0/+1 |
* | radeonsi: fix BFE/BFI lowering for GLSL semantics | Nicolai Hähnle | 2016-11-02 | 1 | -3/+34 |
* | tgsi: align the definition of BFI & [UI]BFE with GLSL | Nicolai Hähnle | 2016-11-02 | 1 | -20/+15 |
* | gallium/radeon: add enum radeon_micro_mode | Marek Olšák | 2016-11-01 | 3 | -7/+14 |
* | gallium/radeon: make it clear that DRM 2.x.x fast clear constraint is CIK-only | Marek Olšák | 2016-11-01 | 1 | -2/+2 |
* | gallium/radeon: remove r600_surface::level_info | Marek Olšák | 2016-11-01 | 3 | -7/+6 |
* | gallium/radeon: add radeon_surf::is_linear | Marek Olšák | 2016-11-01 | 8 | -13/+15 |
* | gallium/radeon: remove radeon_surf_level::pitch_bytes | Marek Olšák | 2016-11-01 | 13 | -44/+48 |
* | gallium/radeon: don't call u_format helpers if we have that info already | Marek Olšák | 2016-11-01 | 2 | -10/+8 |
* | gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levels | Marek Olšák | 2016-11-01 | 6 | -15/+19 |
* | radeonsi: add a driver query for counting CP DMA calls | Marek Olšák | 2016-11-01 | 4 | -0/+13 |
* | radeonsi: add a driver query for shader cache hits | Marek Olšák | 2016-11-01 | 4 | -1/+16 |
* | nvc0: do not duplicate similar performance metrics | Samuel Pitoiset | 2016-11-01 | 1 | -43/+7 |
* | st/omx/dec: disable tunnel for size different case | Leo Liu | 2016-10-31 | 3 | -1/+11 |
* | st/omx/dec: result buffers size should match codec decoder size | Leo Liu | 2016-10-31 | 3 | -19/+18 |
* | swr: [rasterizer] added EventHandlerFile contructor | George Kyriazis | 2016-10-31 | 1 | -1/+6 |
* | swr: [rasterizer core] Frontend dependency work | George Kyriazis | 2016-10-31 | 3 | -2/+18 |
* | swr: [rasterizer core] Refactor/cleanup backends | George Kyriazis | 2016-10-31 | 2 | -360/+351 |
* | swr: [rasterizer core] Remove deprecated simd intrinsics | George Kyriazis | 2016-10-31 | 4 | -990/+1 |
* | swr: [rasterizer archrast] Add thread tags to event files. | George Kyriazis | 2016-10-31 | 5 | -4/+24 |
* | ralloc: use rzalloc where it's necessary | Marek Olšák | 2016-10-31 | 3 | -3/+3 |
* | clover: Implement clGetExtensionFunctionAddressForPlatform. | Serge Martin | 2016-10-30 | 3 | -1/+21 |
* | clover: Introduce CLOVER_EXTRA_*_OPTIONS environment variables | Vedran Miletić | 2016-10-30 | 1 | -3/+7 |
* | clover: Pass unquoted compiler arguments to Clang | Vedran Miletić | 2016-10-30 | 1 | -4/+36 |
* | radeonsi: fix behavior of GLSL findLSB(0) | Marek Olšák | 2016-10-29 | 1 | -4/+13 |
* | radeonsi: set VGT_GS_ONCHIP_CNTL on CIK and later | Marek Olšák | 2016-10-29 | 1 | -0/+8 |
* | nvc0/ir: fix emission of IMAD with NEG modifiers | Samuel Pitoiset | 2016-10-27 | 2 | -2/+2 |
* | nvc0/ir: fix emission of SHLADD with NEG modifiers | Samuel Pitoiset | 2016-10-26 | 2 | -2/+2 |
* | radeonsi: remove si_resource_create_custom | Marek Olšák | 2016-10-26 | 5 | -20/+11 |
* | gallium/radeon: stop using PIPE_BIND_CUSTOM | Marek Olšák | 2016-10-26 | 11 | -24/+18 |
* | r600g: remove a redundant buffer_create helper | Marek Olšák | 2016-10-26 | 1 | -23/+8 |