aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* i965: update gl_PrimitiveIDIn to be a system variableTimothy Arceri2016-11-113-13/+4
* i965: use nir_shader_gather_info() over do_set_program_inouts()Timothy Arceri2016-11-112-2/+2
* i965: remove remaining tabs in brw_program_cache.cTimothy Arceri2016-11-111-30/+28
* i965: rename brw_state_cache_check_size() to brw_program_cache_check_size()Timothy Arceri2016-11-114-4/+4
* i965: rename brw_state_cache.c -> brw_program_cache.cTimothy Arceri2016-11-114-9/+9
* i965/gs: Allow primitive id to be a system valueJason Ekstrand2016-11-101-1/+2
* vulkan/wsi/x11: Implement FIFO mode.Jason Ekstrand2016-11-101-10/+164
* vulkan/wsi: Report the correct min/maxImageCountJason Ekstrand2016-11-102-26/+20
* vulkan/wsi: Add a thread-safe queue implementationKevin Strasser2016-11-102-1/+156
* android/i965: add libmesa_i965_compiler static libraryTapani Pälli2016-11-111-4/+28
* android: add SPIRV_FILES to libmesa_nirTapani Pälli2016-11-111-1/+2
* anv: use STATIC_ASSERT instead of static_assertTapani Pälli2016-11-111-2/+2
* util: use STATIC_ASSERT instead of static_assertTapani Pälli2016-11-111-1/+1
* vulkan: import latest public vulkan headers + and fix drivers.Dave Airlie2016-11-112-2/+2
* glsl: include inttypes.h for PRIx64 macroBrian Paul2016-11-101-0/+1
* radv: fix texturesamples to handle single sample caseDave Airlie2016-11-111-2/+10
* anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4Jason Ekstrand2016-11-101-0/+6
* anv/cmd_buffer: Take a command buffer instead of a batch in two helpersJason Ekstrand2016-11-101-8/+8
* glsl/standalone: Add the ability to generate ir_builder codeIan Romanick2016-11-103-0/+14
* glsl: Add a C++ code generator that uses ir_builder to rebuild a programIan Romanick2016-11-103-0/+790
* glsl: Generate strings that are the enum names without the ir_*op_ prefixIan Romanick2016-11-102-0/+7
* glsl/standalone: Enable par-linkingIan Romanick2016-11-104-2/+49
* glsl/standalone: Optimize dead variable declarationsIan Romanick2016-11-101-0/+61
* glsl/standalone: Optimize add-of-neg to subtractIan Romanick2016-11-104-0/+276
* glsl/linker: Allow link_intrastage_shaders when there is no main()Ian Romanick2016-11-102-11/+26
* nir: update nir_gather_info to only mark used array/matrix elementsTimothy Arceri2016-11-111-53/+207
* mesa/compiler: move MAX_VARYING to shader_enums.hKenneth Graunke2016-11-112-1/+1
* nir: add more helpers to nir_types.cppTimothy Arceri2016-11-112-0/+21
* nir: Generalize the "is per-vertex variable?" helpers and export them.Kenneth Graunke2016-11-112-18/+17
* nvc0: support MP performance counters on MaxwellSamuel Pitoiset2016-11-103-3/+721
* gallium: detect avx512 cpu featuresTim Rowley2016-11-102-0/+36
* glsl: Parse 0 as a preprocessor INTCONSTANTIan Romanick2016-11-101-0/+4
* glcpp: Handle '#version 0' and other invalid valuesIan Romanick2016-11-102-6/+28
* linker: Remove unnecessary overload of program_resource_visitor::visit_fieldIan Romanick2016-11-105-51/+22
* radv: automake: list correct file in the EXTRA_DISTEmil Velikov2016-11-101-1/+1
* mesa: remove LowerShaderSharedVariablesMarek Olšák2016-11-104-10/+1
* glsl: handle partial swizzles in opt_dead_code_local correctlyMarek Olšák2016-11-101-3/+6
* glsl: don't run loop passes if loop unrolling is disabledMarek Olšák2016-11-101-5/+7
* radeonsi: fix r600_texture::tc_compatible_htileMarek Olšák2016-11-101-3/+3
* radeonsi: accept is_store in image_fetch_rsrc instead of dcc_offMarek Olšák2016-11-101-4/+4
* radeonsi: don't rely on tgsi_scan::images_buffersMarek Olšák2016-11-101-8/+11
* radeonsi: re-order cases in si_get_shader_paramMarek Olšák2016-11-101-28/+28
* radeonsi: increase MAX_CONTROL_FLOW_DEPTH AKA MaxIfDepthMarek Olšák2016-11-101-2/+1
* radeonsi: fix/silence unused variable warnings in optimized buildsNicolai Hähnle2016-11-102-3/+3
* gallivm: fix [IU]MUL_HI regression harderNicolai Hähnle2016-11-101-8/+12
* Revert "wayland: Block for the frame callback in get_back_bo not dri2_swap_bu...Daniel Stone2016-11-101-16/+14
* glsl: validate output blocks against input blocksIago Toral Quiroga2016-11-101-11/+30
* radv: fixup botched llvm API changes.Dave Airlie2016-11-101-4/+3
* ac/nir/llvm: adopt to new LLVM attribute API.Dave Airlie2016-11-101-36/+108
* vulkan/wsi/wayland: Clean up some error handling pathsJason Ekstrand2016-11-091-0/+8