summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* intel/aub_write: switch to use i915_drm engine classesLionel Landwerlin2019-03-074-44/+59
* intel/aub_write: break execlist write in 2Lionel Landwerlin2019-03-071-41/+67
* intel/aub_write: write header in initLionel Landwerlin2019-03-074-82/+84
* intel/aub_write: split comment section from HW setupLionel Landwerlin2019-03-074-26/+52
* intel/aub_read: reuse defines from gen_contextLionel Landwerlin2019-03-071-12/+13
* intel/decoders: limit number of decoded batchbuffersLionel Landwerlin2019-03-074-2/+27
* intel/decoders: handle decoding MI_BBS from ringLionel Landwerlin2019-03-0711-17/+19
* intel/decoders: add address space indicator to get BOsLionel Landwerlin2019-03-078-42/+65
* vulkan/overlay: fix missing var rename in previous commitEric Engestrom2019-03-071-1/+1
* vulkan/util: use the platform defines in vk.xml instead of hard-coding themEric Engestrom2019-03-071-9/+10
* iris: add support for tgsi_to_nirAndre Heider2019-03-071-3/+8
* nir: free dead_ctx in case of no progressTapani Pälli2019-03-071-1/+3
* anv: call blob_finish when done with itTapani Pälli2019-03-071-0/+3
* anv: use anv_gem_munmap in block pool cleanupTapani Pälli2019-03-071-1/+5
* iris: Fix MOCS for blits and clearsKenneth Graunke2019-03-065-20/+27
* st/glsl: start spilling out common st glsl conversion codeTimothy Arceri2019-03-067-122/+222
* radeonsi/nir: stop calling nir_lower_returns()Timothy Arceri2019-03-061-1/+0
* i965: stop calling nir_lower_returns()Timothy Arceri2019-03-061-3/+1
* glsl: use NIR function inlining for drivers that use glsl_to_nir()Timothy Arceri2019-03-066-8/+89
* glsl/freedreno/panfrost: pass gl_context to the standalone compilerTimothy Arceri2019-03-065-8/+15
* vulkan/overlay: drop dependency on validation layer headersLionel Landwerlin2019-03-064-213/+40
* vulkan/util: generate instance/device dispatch tablesLionel Landwerlin2019-03-065-24/+148
* vulkan/util: make header available from c++Lionel Landwerlin2019-03-061-1/+9
* iris: setup EdgeFlag Vertex Element when needed.Jose Maria Casanova Crespo2019-03-063-15/+86
* v3d: Include a count of register pressure in the RA failure dumps.Eric Anholt2019-03-061-1/+13
* radv: enable lower_mul_2x32_64Samuel Pitoiset2019-03-061-0/+1
* st/nir: Move 64-bit lowering laterJason Ekstrand2019-03-061-2/+5
* intel/nir: Move 64-bit lowering laterJason Ekstrand2019-03-061-21/+13
* nir/lower_doubles: Inline functions directly in lower_doublesJason Ekstrand2019-03-069-63/+53
* nir/deref: Expose nir_opt_deref_implJason Ekstrand2019-03-062-1/+2
* nir/inline_functions: Break inlining into a builder helperJason Ekstrand2019-03-063-40/+60
* glsl/nir: Inline functions in float64_funcs_to_nirJason Ekstrand2019-03-061-0/+5
* glsl/nir: Add a shared helper for building float64 shadersJason Ekstrand2019-03-067-99/+70
* intel/nir: Drop an unneeded lower_constant_initializers callJason Ekstrand2019-03-061-2/+0
* intel/debug: Add a debug flag to force software fp64Jason Ekstrand2019-03-063-2/+4
* i965: Compile the fp64 program based on nir optionsJason Ekstrand2019-03-061-1/+2
* nir: Teach loop unrolling about 64-bit instruction loweringJason Ekstrand2019-03-063-13/+79
* nir: Expose double and int64 op_to_options_mask helpersJason Ekstrand2019-03-063-51/+23
* compiler/nir: add an is_conversion field to nir_op_infoIago Toral Quiroga2019-03-063-33/+47
* intel/fs: Fix extract_u8 of an odd byte from a 64-bit integerIan Romanick2019-03-061-0/+7
* intel/fs: nir_op_extract_i8 extracts a byte, not a wordIan Romanick2019-03-061-2/+4
* intel/compiler: Silence unused parameter warning in brw_interpolation_map.cIan Romanick2019-03-063-7/+4
* intel/compiler: Silence many unused parameter warnings in brw_eu.hIan Romanick2019-03-061-9/+9
* meson: remove unused include_directories(vulkan)Eric Engestrom2019-03-062-2/+1
* meson: fix with_dri2 definition for GNU HurdEric Engestrom2019-03-061-1/+2
* radv: set num_components on vulkan_resource_index intrinsicLionel Landwerlin2019-03-063-10/+20
* nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()Timothy Arceri2019-03-0625-45/+45
* glsl: rename record_types -> struct_typesTimothy Arceri2019-03-062-10/+10
* glsl: rename record_location_offset() -> struct_location_offset()Timothy Arceri2019-03-068-11/+11
* glsl: rename get_record_instance() -> get_struct_instance()Timothy Arceri2019-03-065-7/+7