summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nir+drivers: add helpers to get # of src/dest componentsRob Clark2018-04-031-5/+1
* freedreno/ir3: fix fallout of unused false-depth eliminationRob Clark2018-04-032-17/+19
* gallium/pipebuffer: fix parenthesis locationTimothy Arceri2018-04-031-1/+1
* gallivm: Fix include for LLVMAddPromoteMemoryToRegisterPassMike Lothian2018-04-021-0/+3
* radeonsi: Fix include for LLVMAddPromoteMemoryToRegisterPassMike Lothian2018-04-021-0/+3
* st/dri: Initialise modifier to INVALID for DRI2Daniel Stone2018-04-021-0/+1
* radeonsi: implement GL_KHR_blend_equation_advancedMarek Olšák2018-04-0212-17/+203
* radeonsi: rename unpack_param -> si_unpack_paramMarek Olšák2018-04-022-27/+31
* radeonsi: move FMASK shader logic to shared codeMarek Olšák2018-04-021-72/+2
* radeonsi: add R600_DEBUG=nofmask to disable MSAA compressionMarek Olšák2018-04-025-14/+17
* gallium/u_tests: test FBFETCH and shader-based blending with MSAAMarek Olšák2018-04-021-40/+128
* ac/gpu_info: rename has_virtual_memory -> r600_has_virtual_memoryMarek Olšák2018-04-026-23/+23
* radeonsi/nir: fix explicit component packing for geom/tess doublesTimothy Arceri2018-04-021-8/+11
* radeonsi/nir: gather buffers declared more accurately and use const fast pathTimothy Arceri2018-04-022-6/+90
* radeonsi: create load_const_buffer_desc_fast_path() helperTimothy Arceri2018-04-021-39/+49
* radeonsi/nir: set TGSI_PROPERTY_NEXT_SHADERTimothy Arceri2018-04-021-0/+3
* freedreno/a5xx: don't align height for PIPE_BUFFERRob Clark2018-04-011-1/+1
* freedreno/a5xx: fix page faults on last levelRob Clark2018-04-011-0/+10
* freedreno/ir3: fix issue w/ glamor composite shadersRob Clark2018-03-312-2/+36
* freedreno/ir3: more half-precision fixesRob Clark2018-03-312-8/+37
* freedreno/ir3: add helper to create immed of specified sizeRob Clark2018-03-311-4/+11
* freedreno/ir3: pass ctx instead of block to create_collect()Rob Clark2018-03-311-18/+19
* freedreno/ir3: eliminate unused false-depsRob Clark2018-03-312-11/+31
* freedreno/ir3: add local_group_sizeRob Clark2018-03-313-2/+12
* freedreno/ir3: clear SSA flag when assigning "ARRAY" regs tooRob Clark2018-03-311-0/+1
* freedreno/ir3: print array live rangesRob Clark2018-03-311-4/+10
* freedreno: a2xx: Implement DP2 instructionWladimir J. van der Laan2018-03-311-0/+21
* freedreno: a2xx: implement SEQ/SNE instructionsWladimir J. van der Laan2018-03-311-3/+20
* freedreno: a2xx: Compressed textures supportWladimir J. van der Laan2018-03-311-0/+11
* freedreno: a2xx: Support TEXTURE_RECTWladimir J. van der Laan2018-03-313-1/+4
* freedreno: a2xx: Prevent crash in emit_texture if view is not setWladimir J. van der Laan2018-03-311-3/+10
* freedreno: a2xx: Fix fd2_tex_swizWladimir J. van der Laan2018-03-311-9/+9
* freedreno: a2xx: Change use of BLEND_ to BLEND2_Wladimir J. van der Laan2018-03-311-2/+2
* freedreno: a2xx: Update rnndb header for formats enumerationWladimir J. van der Laan2018-03-311-20/+13
* st/wgl: check if WGL_SWAP_INTERVAL is defined in wglSwapIntervalEXT()Brian Paul2018-03-302-2/+2
* spirv: Fix building with SConsNeil Roberts2018-03-305-1/+9
* util: Add and use util_is_power_of_two_nonzeroIan Romanick2018-03-291-1/+1
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-2925-51/+45
* meson: use dep_libdrm version for pkg-configDylan Baker2018-03-291-1/+1
* nvc0/ir: fix emiting NOTs with predicatesKarol Herbst2018-03-291-0/+2
* broadcom/vc5: Fix setup of integer surface clear values.Eric Anholt2018-03-281-8/+8
* broadcom/vc5: Stop trying to swizzle around RGBA4 clear color.Eric Anholt2018-03-281-12/+2
* broadcom/vc5: Work around scissor w/h==0 bug same as rasterizer discard.Eric Anholt2018-03-281-2/+15
* radeonsi: simplify DCC format categoriesMarek Olšák2018-03-281-20/+9
* radeonsi: don't use the SPI barrier management bug workaroundMarek Olšák2018-03-281-0/+5
* radeonsi: use maximum OFFCHIP_BUFFERING on Vega12Marek Olšák2018-03-281-1/+8
* radeonsi: add support for Vega12Marek Olšák2018-03-284-1/+7
* broadcom/vc5: Fix padding of NPOT miplevels >= 2.Eric Anholt2018-03-271-3/+8
* ac/radeonsi: pass bindless bool to load_sampler_desc()Timothy Arceri2018-03-281-1/+1
* radeonsi/nir: set uses_bindless_samplers for samplersTimothy Arceri2018-03-281-0/+3