summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gallium/aux: add PIPE_CAP_MAX_VARYINGS to u_screenAlok Hota2019-02-131-0/+3
* .mailmap: Add a few more alises for myselfKristian H. Kristensen2019-02-131-0/+3
* radv/winsys: fix BO list creation when RADV_DEBUG=allbos is setSamuel Pitoiset2019-02-131-0/+1
* freedreno/a6xx: Fix point coordKristian H. Kristensen2019-02-133-8/+4
* freedreno/a6xx: Front facing needs UNK3 bitKristian H. Kristensen2019-02-131-2/+5
* freedreno/a6xx: Update headersKristian H. Kristensen2019-02-1310-83/+266
* freedreno/a6xx: Clean up mixed use of swap and swizzle for texture stateKristian H. Kristensen2019-02-132-39/+28
* freedreno/a6xx: small compiler warning fixRob Clark2019-02-131-0/+2
* get-pick-list: Add --pretty=medium to the arguments for Cc patchesDylan Baker2019-02-131-2/+2
* gitlab-ci: limit ninja to 4 threads maxEric Engestrom2019-02-131-1/+1
* mapi: work around GCC LTO dropping assembly-defined functionsKonstantin Kharlamov2019-02-135-0/+8
* nir: fix example in opt_peel_loop_initial_if descriptionCaio Marcelo de Oliveira Filho2019-02-121-3/+3
* nir/opt_if: don't mark progress if nothing changesKarol Herbst2019-02-131-0/+7
* radeonsi: Fix guardband computation for large render targetsOscar Blumberg2019-02-121-2/+28
* egl: fix KHR_partial_update without EXT_buffer_ageChia-I Wu2019-02-121-1/+6
* mesa: Advertise EXT_float_blend in ES 3.0+ contexts.Kenneth Graunke2019-02-121-0/+1
* gallium/swr: Param defaults for unhandled PIPE_CAPsAlok Hota2019-02-121-4/+3
* anv/cmd_buffer: check for NULL framebufferJuan A. Suarez Romero2019-02-121-5/+29
* radeonsi: use MEM instead of MEM_GRBM in COPY_DATA.DST_SELMarek Olšák2019-02-121-3/+3
* radeonsi: add AMD_DEBUG env var as an alternative to R600_DEBUGMarek Olšák2019-02-121-1/+3
* radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8Samuel Pitoiset2019-02-123-3/+10
* radv: add support for push constants inlining when possibleSamuel Pitoiset2019-02-125-28/+152
* radv: keep track of the number of remaining user SGPRsSamuel Pitoiset2019-02-121-0/+4
* radv: gather if shaders load dynamic offsets separatelySamuel Pitoiset2019-02-122-0/+2
* radv: gather more info about push constantsSamuel Pitoiset2019-02-124-1/+44
* radv: fix compiler issues with GCC 9Samuel Pitoiset2019-02-121-42/+48
* i965: add P0x formats and propagate required scaling factorsTapani Pälli2019-02-123-0/+17
* intel/compiler: add scale_factors to sampler_prog_key_dataTapani Pälli2019-02-123-0/+8
* dri: add P010, P012, P016 for 10bit/12bit/16bit YUV420 formatsTapani Pälli2019-02-122-0/+21
* nir: add option to use scaling factor when sampling planes YUV loweringTapani Pälli2019-02-122-21/+35
* i965: Use info->textures_used instead of prog->SamplersUsed.Kenneth Graunke2019-02-112-7/+7
* i965: Drop unnecessary 'and' with prog->SamplerUnitsKenneth Graunke2019-02-111-1/+1
* nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref.Kenneth Graunke2019-02-117-11/+40
* nir: Use sampler derefs in drawpixels and bitmap lowering.Kenneth Graunke2019-02-112-13/+34
* program: Make prog_to_nir create texture/sampler derefs.Kenneth Graunke2019-02-111-5/+16
* st/nir: Use sampler derefs in built-in shaders.Kenneth Graunke2019-02-112-8/+24
* st/nir: Lower sampler derefs for builtin shaders.Kenneth Graunke2019-02-111-0/+2
* st/nir: Pull sampler lowering into a helper function.Kenneth Graunke2019-02-112-4/+14
* i965: Call nir_lower_samplers for ARB programs.Kenneth Graunke2019-02-111-0/+2
* glsl: Don't look at sampler uniform storage for internal varsKenneth Graunke2019-02-111-3/+5
* glsl: Allow gl_nir_lower_samplers*() without a gl_shader_programKenneth Graunke2019-02-111-3/+11
* st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048Kenneth Graunke2019-02-111-1/+6
* intel/dump_gpu: Disambiguate between BOs from different GEM handle spaces.Francisco Jerez2019-02-111-18/+23
* freedreno/a6xx: Fall back to masked RGBA blits for depth/stencilKristian H. Kristensen2019-02-111-5/+44
* freedreno/a6xx: Add format argument to fd6_tex_swiz()Kristian H. Kristensen2019-02-114-8/+10
* freedreno/a6xx: Support y-inverted blitsKristian H. Kristensen2019-02-111-5/+2
* freedreno/a6xx: Support some depth/stencil blits on blitterKristian H. Kristensen2019-02-111-1/+84
* freedreno/a6xx: Move blit check so as to restore commentKristian H. Kristensen2019-02-111-4/+4
* freedreno: Don't tell the blitter what it can't doKristian H. Kristensen2019-02-111-2/+4
* freedreno: Consolidate u_blitter functions in freedreno_blitter.cKristian H. Kristensen2019-02-115-149/+153