meson: move gl pkgconfig generation out of glx
[mesa.git] / src / intel /
2017-11-10 Dylan Bakerautotools: Set C++ visibility flags on Intel
2017-11-10 Chad Versaceanv/meson: Generate dev_icd.json
2017-11-10 Chad Versaceanv: Fix architecture in intel_icd.{arch}.json
2017-11-10 Chad Versaceanv: Refactor anv_GetImageSubresourceLayout()
2017-11-10 Chad Versaceanv/image: Refactor choice of isl_tiling_flags_t
2017-11-10 Chad Versaceanv: Refactor anv_get_format_plane() - explicit unsupported
2017-11-10 Chad Versaceanv: Remove anv_physical_device_get_format_properties()
2017-11-10 Chad Versaceanv: Simplify anv_physical_device_get_format_properties()
2017-11-10 Chad Versaceanv: Simplify anv_get_image_format_properties()
2017-11-10 Chad Versaceanv: Rename get_image_format_properties()
2017-11-10 Chad Versaceanv: Fix get_image_format_properties() - YCbCr
2017-11-10 Chad Versaceanv: Fix get_image_format_properties() - 3-channel...
2017-11-10 Chad Versaceanv: Refactor get_image_format_properties() - Reduce...
2017-11-10 Chad Versaceanv: Refactor get_image_format_properties() - base_isl_...
2017-11-10 Chad Versaceanv: Refactor get_image_format_properties() - plane_format
2017-11-10 Chad Versaceanv: Refactor get_image_format_properties() - ASTC
2017-11-10 Chad Versaceanv: Refactor get_image_format_properties() - depthsten...
2017-11-10 Chad Versaceanv: Better types for 'aspect' function params
2017-11-10 Chad Versaceanv: Refactor get_buffer_format_properties()
2017-11-09 Nicolai Hähnleanv: fix build failure
2017-11-09 Jason Ekstrandintel/nir: Use the correct indirect lowering masks...
2017-11-09 Timothy Arcerimesa: Add new fast mtx_t mutex type for basic use cases
2017-11-08 Jason Ekstrandintel/nir: Break the linking code into a helper in...
2017-11-08 Jason Ekstrandintel/nir: Add a helper for getting the NoIndirect...
2017-11-08 Emil Velikovautomake: intel: correctly append to the LIBADD variable
2017-11-07 Jason Ekstrandintel/fs/nir: Return Q types from brw_reg_type_for_bit_size
2017-11-07 Jason Ekstrandintel/fs/nir: Use Q immediates for load_const on gen8+
2017-11-07 Jason Ekstrandintel/fs/nir: Setup immediates based on type in i2b...
2017-11-07 Jason Ekstrandintel/reg: Add helpers for 64-bit integer immediates
2017-11-07 Jason Ekstrandnir,intel/compiler: Use a fixed subgroup size
2017-11-07 Jason Ekstrandnir/lower_subgroups: Lower ballot intrinsics to the...
2017-11-07 Jason Ekstrandnir: Add a new subgroups lowering pass
2017-11-07 Jason Ekstrandintel/fs: Don't use automatic exec size inference
2017-11-07 Jason Ekstrandintel/fs: Explicitly set EXECUTE_1 where needed
2017-11-07 Jason Ekstrandintel/eu: Explicitly set EXECUTE_1 where needed
2017-11-07 Jason Ekstrandintel/eu: Make automatic exec sizes a configurable...
2017-11-07 Jason Ekstrandintel/fs: Rework zero-length URB write handling
2017-11-07 Jason Ekstrandintel/compiler/fs: Set up subgroup invocation as a...
2017-11-07 Jason Ekstrandintel/cs: Push subgroup ID instead of base thread ID
2017-11-07 Jason Ekstrandintel/cs: Re-run final NIR optimizations for each SIMD...
2017-11-07 Jason Ekstrandintel/compiler: Move the destructor from vec4_visitor...
2017-11-07 Jason Ekstrandi965/fs: Get rid of the early return in brw_compile_cs
2017-11-07 Jason Ekstrandintel/cs: Rework the way thread local ID is handled
2017-11-07 Jason Ekstrandintel/fs: Mark 64-bit values as being contiguous
2017-11-07 Jason Ekstrandintel/cs: Ignore runtime_check_aads_emit for CS
2017-11-07 Jason Ekstrandintel/cs: Stop setting dispatch_grf_start_reg
2017-11-07 Jason Ekstrandintel/cs: Drop max_dispatch_width checks from compile_cs
2017-11-07 Jason Ekstrandintel/fs: Remove min_dispatch_width from fs_visitor
2017-11-07 Jason Ekstrandintel/fs: use pull constant locations to check for...
2017-11-07 Jason Ekstrandintel/fs: Retype dest to match value in read[First...
2017-11-07 Jason Ekstrandintel/fs: Uniformize the index in readInvocation
2017-11-07 Jason Ekstrandintel/fs: Protect opt_algebraic from OOB BROADCAST...
2017-11-07 Jason Ekstrandi965/fs/nir: Don't stomp 64-bit values to D in get_nir_src
2017-11-07 Jason Ekstrandi965/fs/nir: Minor refactor of store_output
2017-11-07 Jason Ekstrandi965/fs: Return a fs_reg from shuffle_64bit_data_for_32...
2017-11-07 Jason Ekstrandi965/fs/nir: Simplify 64-bit store_output
2017-11-07 Jason Ekstrandintel/fs: Use the original destination region for int...
2017-11-07 Jason Ekstrandintel/fs: Fix integer multiplication lowering for src...
2017-11-07 Jason Ekstrandintel/fs: Fix MOV_INDIRECT for 64-bit values on little...
2017-11-07 Jason Ekstrandintel/eu: Fix broadcast instruction for 64-bit values...
2017-11-07 Jason Ekstrandintel/eu/reg: Add a subscript() helper
2017-11-07 Jason Ekstrandintel/eu: Just modify the offset in brw_broadcast
2017-11-07 Jason Ekstrandintel/compiler: Add some restrictions to MOV_INDIRECT...
2017-11-07 Jason Ekstrandintel/fs: Use a pair of 1-wide MOVs instead of SEL...
2017-11-07 Jason Ekstrandintel/fs: Use an explicit D type for vote any/all/eq...
2017-11-07 Jason Ekstrandintel/fs: Don't stomp f0.1 in SIMD16 ballot
2017-11-07 Jason Ekstrandintel/fs: Use ANY/ALL32 predicates in SIMD32
2017-11-07 Jason Ekstrandintel/fs: Be more explicit about our placement of ...
2017-11-07 Jason Ekstrandintel/fs: Pass builders instead of blocks into emit_...
2017-11-07 Jason Ekstrandintel/fs: Use a pure vertical stride for large register...
2017-11-07 Chad Versaceanv: Suffix anv-private 'VK' tokens with 'ANV'
2017-11-07 Chad Versaceanv: Remove unused variable 'gen'
2017-11-02 Jason Ekstrandintel/fs: Don't allocate a param array for zero push...
2017-11-02 Jason Ekstrandintel/fs: Alloc pull constants off mem_ctx
2017-11-01 Lionel Landwerlinintel: decoder: enable decoding a single field
2017-11-01 Lionel Landwerlinintel: decoder: expose missing find_enum()
2017-11-01 Lionel Landwerlinintel: decoder: extract field value computation
2017-11-01 Lionel Landwerlinintel: decoder: rename field() to field_value()
2017-11-01 Lionel Landwerlinintel: decoder: rename internal function to free name
2017-11-01 Lionel Landwerlinintel: decoder: simplify field_is_header()
2017-11-01 Lionel Landwerlinintel: common: make intel utils available from C++
2017-11-01 Lionel Landwerlinintel: decoder: remove unused platform field
2017-11-01 Lionel Landwerlinintel: error-decode: implement a rolling window of...
2017-11-01 Lionel Landwerlinintel: decoder: extract instruction/structs length
2017-11-01 Lionel Landwerlinintel: decoder: pack iterator variable declarations
2017-11-01 Lionel Landwerlinintel: decoder: simplify creation of struct when 0...
2017-11-01 Lionel Landwerlinintel: decoder: add destructor for gen_spec
2017-11-01 Lionel Landwerlinintel: decoder: expose helper to test header fields
2017-11-01 Lionel Landwerlinintel: decoder: don't read qword outside instruction...
2017-11-01 Lionel Landwerlinintel: decoder: split out getting the next field and...
2017-11-01 Lionel Landwerlinintel: decoder: move field name copy
2017-11-01 Lionel Landwerlinintel: decoder: reorder iterator init function
2017-11-01 Lionel Landwerlinintel: common: print out all dword with field spanning...
2017-11-01 Lionel Landwerlinintel: decoder: build sorted linked lists of fields
2017-11-01 Lionel Landwerlinintel: common: expose gen_spec fields
2017-11-01 Jordan Justenintel/compiler: Add functions to get prog_data and...
2017-11-01 Jordan Justenintel/compiler: Add union types for prog_data and prog_...
2017-11-01 Jordan Justenintel/compiler: Remove final_program_size from brw_comp...
2017-11-01 Carl Worthintel/compiler: add new field for storing program size
2017-10-31 Nanley Cheryintel/isl: Disable some gen10 CCS_E formats for now
next