summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-04-02radeonsi: rename unpack_param -> si_unpack_paramMarek Olšák2-27/+31
2018-04-02radeonsi: move FMASK shader logic to shared codeMarek Olšák1-72/+2
2018-04-02radeonsi: add R600_DEBUG=nofmask to disable MSAA compressionMarek Olšák5-14/+17
2018-04-02ac/gpu_info: rename has_virtual_memory -> r600_has_virtual_memoryMarek Olšák3-6/+6
2018-04-02radeonsi/nir: fix explicit component packing for geom/tess doublesTimothy Arceri1-8/+11
2018-04-02radeonsi/nir: gather buffers declared more accurately and use const fast pathTimothy Arceri2-6/+90
2018-04-02radeonsi: create load_const_buffer_desc_fast_path() helperTimothy Arceri1-39/+49
2018-04-02radeonsi/nir: set TGSI_PROPERTY_NEXT_SHADERTimothy Arceri1-0/+3
2018-04-01freedreno/a5xx: don't align height for PIPE_BUFFERRob Clark1-1/+1
2018-04-01freedreno/a5xx: fix page faults on last levelRob Clark1-0/+10
2018-03-31freedreno/ir3: fix issue w/ glamor composite shadersRob Clark2-2/+36
2018-03-31freedreno/ir3: more half-precision fixesRob Clark2-8/+37
2018-03-31freedreno/ir3: add helper to create immed of specified sizeRob Clark1-4/+11
2018-03-31freedreno/ir3: pass ctx instead of block to create_collect()Rob Clark1-18/+19
2018-03-31freedreno/ir3: eliminate unused false-depsRob Clark2-11/+31
2018-03-31freedreno/ir3: add local_group_sizeRob Clark3-2/+12
2018-03-31freedreno/ir3: clear SSA flag when assigning "ARRAY" regs tooRob Clark1-0/+1
2018-03-31freedreno/ir3: print array live rangesRob Clark1-4/+10
2018-03-31freedreno: a2xx: Implement DP2 instructionWladimir J. van der Laan1-0/+21
2018-03-31freedreno: a2xx: implement SEQ/SNE instructionsWladimir J. van der Laan1-3/+20
2018-03-31freedreno: a2xx: Compressed textures supportWladimir J. van der Laan1-0/+11
2018-03-31freedreno: a2xx: Support TEXTURE_RECTWladimir J. van der Laan3-1/+4
2018-03-31freedreno: a2xx: Prevent crash in emit_texture if view is not setWladimir J. van der Laan1-3/+10
2018-03-31freedreno: a2xx: Fix fd2_tex_swizWladimir J. van der Laan1-9/+9
2018-03-31freedreno: a2xx: Change use of BLEND_ to BLEND2_Wladimir J. van der Laan1-2/+2
2018-03-31freedreno: a2xx: Update rnndb header for formats enumerationWladimir J. van der Laan1-20/+13
2018-03-29util: Add and use util_is_power_of_two_nonzeroIan Romanick1-1/+1
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick17-29/+31
2018-03-29nvc0/ir: fix emiting NOTs with predicatesKarol Herbst1-0/+2
2018-03-28broadcom/vc5: Fix setup of integer surface clear values.Eric Anholt1-8/+8
2018-03-28broadcom/vc5: Stop trying to swizzle around RGBA4 clear color.Eric Anholt1-12/+2
2018-03-28broadcom/vc5: Work around scissor w/h==0 bug same as rasterizer discard.Eric Anholt1-2/+15
2018-03-28radeonsi: simplify DCC format categoriesMarek Olšák1-20/+9
2018-03-28radeonsi: don't use the SPI barrier management bug workaroundMarek Olšák1-0/+5
2018-03-28radeonsi: use maximum OFFCHIP_BUFFERING on Vega12Marek Olšák1-1/+8
2018-03-28radeonsi: add support for Vega12Marek Olšák4-1/+7
2018-03-27broadcom/vc5: Fix padding of NPOT miplevels >= 2.Eric Anholt1-3/+8
2018-03-28ac/radeonsi: pass bindless bool to load_sampler_desc()Timothy Arceri1-1/+1
2018-03-28radeonsi/nir: set uses_bindless_samplers for samplersTimothy Arceri1-0/+3
2018-03-27nvc0/ir: fix INTERP_* with indirect inputsIlia Mirkin1-3/+4
2018-03-28radeonsi/nir: fix input processing for packed varyingsTimothy Arceri1-3/+2
2018-03-28radeonsi/nir: fix scanning of multi-slot output varyingsTimothy Arceri1-109/+127
2018-03-27broadcom/vc5: Fix RG16I/UI texture sampling.Eric Anholt1-2/+2
2018-03-26broadcom/vc5: Fix swizzling of RGB10_A2UI render targets.Eric Anholt1-1/+1
2018-03-26broadcom/vc5: Implement workaround for GFXH-1431.Eric Anholt1-1/+5
2018-03-26broadcom/vc5: Fix EZ disabling and allow using GT/GE direction as well.Eric Anholt5-21/+111
2018-03-26broadcom/vc5: Disable TF on V3D 4.x when drawing with queries disabled.Eric Anholt2-0/+8
2018-03-26broadcom/vc5: Disable transform feedback on V3D 4.x at the end of the job.Eric Anholt3-5/+29
2018-03-26broadcom/vc5: Move the BCL epilogue code to a per-version compile.Eric Anholt5-24/+67
2018-03-26broadcom/vc5: Fix transform feedback in the presence of point size.Eric Anholt3-4/+23