aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: Call nir_lower_system_values in brw_preprocess_nirJason Ekstrand2017-10-253-4/+2
* i965/program: Move nir_lower_system_values higher upJason Ekstrand2017-10-251-1/+2
* nir/lower_wpos_ytransform: Support system value intrinsicsJason Ekstrand2017-10-251-0/+4
* anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nirJason Ekstrand2017-10-251-1/+2
* anv/pipeline: Drop nir_lower_clip_cull_distance_arraysJason Ekstrand2017-10-251-2/+0
* anv/pipeline: Dump shader immedately after spirv_to_nirJason Ekstrand2017-10-251-0/+15
* intel/eu: Use EXECUTE_1 for JMPIJason Ekstrand2017-10-252-2/+1
* i965/fs: Add brw_reg_type_from_bit_size utility methodAlejandro Piñeiro2017-10-251-5/+64
* i965/fs/nir: Use the nir_src_bit_size helperJason Ekstrand2017-10-251-9/+3
* intel/fs: Handle flag read/write aliasing in needs_src_copyJason Ekstrand2017-10-251-1/+3
* clover: Fix compilation after clang r315871Jan Vesely2017-10-252-5/+12
* glsl_to_tgsi: remove unused glsl_version variableMarek Olšák2017-10-261-3/+0
* radv: Compute ac keys from pipeline key.Bas Nieuwenhuizen2017-10-261-72/+41
* radv: Add single pipeline cache key.Bas Nieuwenhuizen2017-10-263-8/+55
* radv: Don't compute as_ls/as_es before hashing.Bas Nieuwenhuizen2017-10-261-14/+12
* glsl_to_nir: Zero nir_constant in constant_copy for valgrind & nir_serializeJordan Justen2017-10-251-1/+1
* glsl_to_nir: Zero nir_variable struct for valgrind & nir_serializeJordan Justen2017-10-251-1/+1
* nir: Zero nir_load_const_instr::value for valgrind & nir_serializeJordan Justen2017-10-251-1/+1
* intel/nir: Zero local index const struct for valgrind & nir_serializeJordan Justen2017-10-251-0/+1
* nir: Zero local_size const struct for valgrind & nir_serializeJordan Justen2017-10-251-0/+1
* glsl: Add field initializers for glsl_struct_field default constructorJordan Justen2017-10-251-0/+7
* compiler/types: Support [de]serializing void typesJason Ekstrand2017-10-251-0/+3
* nir/intrinsics: Set the correct num_indices for load_outputJason Ekstrand2017-10-251-1/+1
* glsl: move shader_cache type handling to glsl_typesConnor Abbott2017-10-253-171/+178
* vulkan: Update headers and registry to 1.0.64Alex Smith2017-10-262-28/+181
* ac/nir: generate correct instruction for atomic min/max on unsigned imagesMatthew Nicholls2017-10-251-2/+4
* gallium/util: remove some block alignment assertionsRoland Scheidegger2017-10-251-8/+0
* meson: be explicit about the version requiredEric Engestrom2017-10-251-2/+8
* meson: add opt-out of libunwindErik Faye-Lund2017-10-252-1/+8
* gles2: support for GL_EXT_occlusion_query_booleanHarish Krupo2017-10-253-7/+76
* mesa: enum checks for GL_EXT_occlusion_query_booleanTapani Pälli2017-10-251-0/+44
* radv: print NIR before LLVM IR and disassemblySamuel Pitoiset2017-10-251-7/+10
* radv: Fix truncation issue hexifying the cache uuid for the disk cache.Bas Nieuwenhuizen2017-10-251-2/+2
* radv: enable lower to scalar nir passTimothy Arceri2017-10-251-0/+24
* ac: add support for explicit component packingTimothy Arceri2017-10-251-16/+52
* i965: fix unused var warnings in release buildTimothy Arceri2017-10-256-32/+13
* radv: use device name in cache creation like radeonsi.Dave Airlie2017-10-251-2/+3
* radv: use a define for the transition point between cp and compute shaderDave Airlie2017-10-251-3/+9
* docs: Mark GL_KHR_no_error as done.Kenneth Graunke2017-10-241-1/+1
* i965: Call gen6_upload_push_constants() even when the stage is disabled.Kenneth Graunke2017-10-242-18/+16
* i965: Drop a bunch of downcasting and upcasting of gl_program pointers.Kenneth Graunke2017-10-241-19/+12
* i965: Move _mesa_shader_write_subroutine_indices down a level.Kenneth Graunke2017-10-242-6/+3
* radv: only emit dfsm packets if dfsm is allowed.Dave Airlie2017-10-242-3/+4
* meson: build freedrenoRob Clark2017-10-246-2/+263
* meson: extract out variable for nir_algebraic.pyRob Clark2017-10-242-1/+3
* freedreno/ir3: use a flag instead of setting PYTHONPATHRob Clark2017-10-243-6/+23
* i965: Don't disable CCS for RT dependencies when dispatching compute.Kenneth Graunke2017-10-243-5/+5
* i965: Fix memmem compiler warnings.Eric Anholt2017-10-241-1/+2
* freedreno: per-context fd_pipeRob Clark2017-10-249-12/+20
* freedreno: rename pipe -> vsc_pipeRob Clark2017-10-246-15/+15