summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-12anv/cmd_buffer: check for NULL framebufferJuan A. Suarez Romero1-5/+29
2019-02-12radeonsi: use MEM instead of MEM_GRBM in COPY_DATA.DST_SELMarek Olšák1-3/+3
2019-02-12radeonsi: add AMD_DEBUG env var as an alternative to R600_DEBUGMarek Olšák1-1/+3
2019-02-12radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8Samuel Pitoiset3-3/+10
2019-02-12radv: add support for push constants inlining when possibleSamuel Pitoiset5-28/+152
2019-02-12radv: keep track of the number of remaining user SGPRsSamuel Pitoiset1-0/+4
2019-02-12radv: gather if shaders load dynamic offsets separatelySamuel Pitoiset2-0/+2
2019-02-12radv: gather more info about push constantsSamuel Pitoiset4-1/+44
2019-02-12radv: fix compiler issues with GCC 9Samuel Pitoiset1-42/+48
2019-02-12i965: add P0x formats and propagate required scaling factorsTapani Pälli3-0/+17
2019-02-12intel/compiler: add scale_factors to sampler_prog_key_dataTapani Pälli3-0/+8
2019-02-12dri: add P010, P012, P016 for 10bit/12bit/16bit YUV420 formatsTapani Pälli1-0/+17
2019-02-12nir: add option to use scaling factor when sampling planes YUV loweringTapani Pälli2-21/+35
2019-02-11i965: Use info->textures_used instead of prog->SamplersUsed.Kenneth Graunke2-7/+7
2019-02-11i965: Drop unnecessary 'and' with prog->SamplerUnitsKenneth Graunke1-1/+1
2019-02-11nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref.Kenneth Graunke7-11/+40
2019-02-11nir: Use sampler derefs in drawpixels and bitmap lowering.Kenneth Graunke2-13/+34
2019-02-11program: Make prog_to_nir create texture/sampler derefs.Kenneth Graunke1-5/+16
2019-02-11st/nir: Use sampler derefs in built-in shaders.Kenneth Graunke2-8/+24
2019-02-11st/nir: Lower sampler derefs for builtin shaders.Kenneth Graunke1-0/+2
2019-02-11st/nir: Pull sampler lowering into a helper function.Kenneth Graunke2-4/+14
2019-02-11i965: Call nir_lower_samplers for ARB programs.Kenneth Graunke1-0/+2
2019-02-11glsl: Don't look at sampler uniform storage for internal varsKenneth Graunke1-3/+5
2019-02-11glsl: Allow gl_nir_lower_samplers*() without a gl_shader_programKenneth Graunke1-3/+11
2019-02-11st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048Kenneth Graunke1-1/+6
2019-02-11intel/dump_gpu: Disambiguate between BOs from different GEM handle spaces.Francisco Jerez1-18/+23
2019-02-11freedreno/a6xx: Fall back to masked RGBA blits for depth/stencilKristian H. Kristensen1-5/+44
2019-02-11freedreno/a6xx: Add format argument to fd6_tex_swiz()Kristian H. Kristensen4-8/+10
2019-02-11freedreno/a6xx: Support y-inverted blitsKristian H. Kristensen1-5/+2
2019-02-11freedreno/a6xx: Support some depth/stencil blits on blitterKristian H. Kristensen1-1/+84
2019-02-11freedreno/a6xx: Move blit check so as to restore commentKristian H. Kristensen1-4/+4
2019-02-11freedreno: Don't tell the blitter what it can't doKristian H. Kristensen1-2/+4
2019-02-11freedreno: Consolidate u_blitter functions in freedreno_blitter.cKristian H. Kristensen5-149/+153
2019-02-11freedreno/a6xx: Combine emit_blit and fd6_blitKristian H. Kristensen1-12/+5
2019-02-11freedreno/a6xx: Use the right resource for separate stencil strideKristian H. Kristensen1-1/+1
2019-02-11freedreno: Log number of draw for sysmem passesKristian H. Kristensen1-2/+3
2019-02-11freedreno/a6xx: Drop render condition check in blitterKristian H. Kristensen1-5/+16
2019-02-11freedreno/a6xx: regen headersKristian H. Kristensen1-25/+56
2019-02-11st/va/vp9: set max reference as default of VP9 reference numberLeo Liu1-1/+6
2019-02-11st/va: fix the incorrect max profiles reportLeo Liu2-2/+3
2019-02-11st/va:Add support for indirect manner by returning VA_STATUS_ERROR_OPERATION_...Guttula, Suresh1-2/+5
2019-02-11winsys/amdgpu: cs_check_space sets the minimum IB size for future IBsMarek Olšák2-2/+23
2019-02-11winsys/amdgpu: clean up IB buffer size computationMarek Olšák1-8/+4
2019-02-11winsys/amdgpu: remove occurence of INDIRECT_BUFFER_CONSTMarek Olšák1-2/+1
2019-02-11winsys/amdgpu: use a separate fence list for syncobjsMarek Olšák2-17/+15
2019-02-11winsys/amdgpu: unify fence list codeMarek Olšák2-59/+42
2019-02-11winsys/amdgpu: don't drop manually added fence dependenciesMarek Olšák1-2/+0
2019-02-11radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák1-2/+5
2019-02-11gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák1-1/+2
2019-02-11nir/deref: Rematerialize parents in rematerialize_derefs_in_use_blocksJason Ekstrand1-3/+2