summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nir/lower_tex: Simplify lower_gradient logicJason Ekstrand2018-12-111-12/+9
* spirv: Add support for MinLodJason Ekstrand2018-12-114-1/+16
* intel/ir: Don't allow allocating zero registersJason Ekstrand2018-12-111-0/+1
* gallivm: remove unused float coord wrapping for aos samplingRoland Scheidegger2018-12-121-507/+23
* docs: update calendar, add news item and link release notes for 18.3.1Emil Velikov2018-12-113-4/+11
* docs: add sha256 checksums for 18.3.1Emil Velikov2018-12-111-1/+2
* docs: add release notes for 18.3.1Emil Velikov2018-12-111-0/+62
* freedreno: Add .dir-locals to the common directoryNeil Roberts2018-12-111-0/+8
* mesa/st/nir: fix missing nir_compact_varyingsRob Clark2018-12-111-1/+2
* nir: fix spelling typoRob Clark2018-12-111-1/+1
* anv,radv: Disable VK_EXT_pci_bus_infoJason Ekstrand2018-12-112-2/+2
* docs: extends 18.2 lifecycleJuan A. Suarez Romero2018-12-111-1/+7
* glapi: fixup EXT_multisampled_render_to_texture dispatchKristian H. Kristensen2018-12-105-5/+17
* freedreno: Fix the Makefile.am fixKristian H. Kristensen2018-12-101-3/+0
* i965/fs: Handle V/UV immediates in dump_instructions()Matt Turner2018-12-101-0/+5
* intel/compiler: Always print flag subregister numberSagar Ghuge2018-12-101-7/+6
* intel/compiler: Set swizzle to BRW_SWIZZLE_XXXX for scalar regionSagar Ghuge2018-12-101-1/+18
* meson: Add nir_algebraic_parser_test to suitesDylan Baker2018-12-101-0/+1
* amd/addrlib: drop si_ci_vi_merged_enum.h from the listEmil Velikov2018-12-101-1/+0
* freedreno: add the missing _la in libfreedreno_ir3_laEmil Velikov2018-12-101-1/+1
* freedreno: drop duplicate MKDIR_GEN declarationEmil Velikov2018-12-101-1/+0
* travis: radeonsi and radv require LLVM 7.0Rhys Kidd2018-12-101-13/+16
* loader: free error state, when checking the drawable typeKirill Burtsev2018-12-101-0/+1
* nir: make use of new nir_cf_list_clone_and_reinsert() helperTimothy Arceri2018-12-101-48/+28
* nir: add a new nir_cf_list_clone_and_reinsert() helperTimothy Arceri2018-12-101-0/+10
* nir: clarify some nit_loop_info member namesTimothy Arceri2018-12-103-17/+19
* nir: small tidy ups for nir_loop_analyze()Timothy Arceri2018-12-101-21/+10
* i965: Flip arguments to load_register_reg helpers.Kenneth Graunke2018-12-095-9/+10
* i965: Delete dead brw_meta_resolve_color prototype.Kenneth Graunke2018-12-091-7/+0
* nv50/ir: fix use-after-free in ConstantFolding::visitKarol Herbst2018-12-091-33/+49
* nouveau: use atomic operations for driver statisticsKarol Herbst2018-12-091-3/+4
* nv50/ir: initialize relDegree staticlyKarol Herbst2018-12-091-7/+16
* shader-packingEric Anholt2018-12-071-1/+2
* tfuEric Anholt2018-12-071-1/+1
* v3d: Fix a leak of the disassembled instruction string during debug dumps.Eric Anholt2018-12-071-0/+1
* vc4: Fix a leak of the transfer helper on screen destroy.Eric Anholt2018-12-071-0/+3
* v3d: Fix a leak of the transfer helper on screen destroy.Eric Anholt2018-12-071-0/+2
* v3d: Add VIR dumping of TMU config p0/p1.Eric Anholt2018-12-073-14/+33
* v3d: Simplify VIR uniform dumping using a temporary.Eric Anholt2018-12-071-19/+10
* v3d: Garbage collect unused uniforms code.Eric Anholt2018-12-072-90/+0
* v3d: Split most of TEXTURE_SHADER_STATE setup out of sampler views.Eric Anholt2018-12-071-58/+69
* v3d: Avoid confusing auto-indenting in TEXTURE_SHADER_STATE packingEric Anholt2018-12-071-4/+4
* v3d: Fix handling of texture first_layer offsets for 3D textures.Eric Anholt2018-12-071-5/+5
* v3d: Return the right gl_SampleMaskIn[] value.Eric Anholt2018-12-073-11/+1
* v3d: Fix a comment typoEric Anholt2018-12-071-1/+1
* v3d: Convert to using nir_src_as_uint() from const_value derefs.Eric Anholt2018-12-071-14/+10
* v3d: Don't forget to flush writes to UBOs.Eric Anholt2018-12-072-5/+16
* v3d: Make an array for frag/vert texture state in the context.Eric Anholt2018-12-077-42/+21
* v3d: Re-use the wrap mode uniform on V3D 3.3.Eric Anholt2018-12-071-24/+4
* v3d: Put default vertex attribute values into the state uploader as well.Eric Anholt2018-12-073-8/+12