nir: support lowering clipdist to arrays
[mesa.git] / src / mesa / drivers / dri /
2019-07-29 Eric Engestromintel: replace large stack buffer with heap allocation
2019-07-24 Kenneth Graunkei965: Use NIR to lower legacy userclipping.
2019-07-24 Jason Ekstrandintel/compiler: Be more conservative about subgroup...
2019-07-22 Sergii Romantsovi965: free object labels when deleting
2019-07-17 Alejandro Piñeirospirv_extensions: i965: initialize SPIR-V extensions
2019-07-16 Eric Anholtmesa: Give _mesa_format_get_color_encoding a clearer...
2019-07-16 Eric Anholtmesa: Drop redundant checks for sRGB before sRGB to...
2019-07-12 Alejandro Piñeiroi965: don't use disk cache with SPIR-V shaders
2019-07-11 Kenneth Graunkecompiler: Save a single copy of the softfp64 shader...
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-07-10 Jason Ekstrandi965/program_cache: Cast the key to char * before addin...
2019-07-08 Dongwon Kimi965: disable repacking for compression for applicable gen
2019-06-30 Alejandro Piñeiroi965: call to gl_nir_link_uniform_blocks
2019-06-30 Alejandro Piñeiroi965: use GLboolean for all brw_link_shader returns
2019-06-28 Anuj Phogati965/icl: Apply WA_1606682166 to compute workloads
2019-06-28 Anuj PhogatRevert "i965/icl: Add WA_2204188704 to disable pixel...
2019-06-28 Anuj Phogati965/icl: Fix WA_1606682166
2019-06-27 Eric Engestrommeson: set up a proper internal dependency for xmlconfig
2019-06-25 Sergii Romantsovi965: leaking of upload-BO with push constants
2019-06-24 Caio Marcelo de... i965: Move resources lowering after NIR linking
2019-06-21 Jason Ekstrandi965,iris: Move guardband calculations to a common...
2019-06-19 Jory Prattmeson: Search for execinfo.h
2019-06-14 Haihao Xiangi965: support UYVY for external import only
2019-06-12 Caio Marcelo de... i965: Fix INTEL_DEBUG=bat
2019-06-12 Nicolai Hähnleu_dynarray: turn util_dynarray_{grow, resize} into...
2019-06-05 Kenneth Graunkei965: Allow signed/unsigned integer conversions in...
2019-06-05 Jason Ekstrandintel/nir: Take nir_shader*s in brw_nir_link_shaders
2019-06-05 Jason Ekstrandintel/nir: Stop returning the shader from helpers
2019-05-28 Mathias Fröhlichmesa: Prevent classic swrast crash on a surfaceless...
2019-05-21 Kenneth Graunkeintel: Move brw_prog_key_set_id from i965 to the compiler.
2019-05-15 Jordan Justeni965/blorp: Set MOCS for gen11 in blorp_alloc_vertex_buffer
2019-05-14 Kenneth Graunkeintel/compiler: Implement TCS 8_PATCH mode and INTEL_DE...
2019-05-14 Kenneth Graunkei965: Pass compiler to default key populators
2019-05-14 Nanley Cheryi965/miptree: Refactor intel_miptree_supports_ccs_e()
2019-05-14 Nanley Cheryi965/miptree: Drop intel_*_supports_hiz()
2019-05-14 Nanley Cheryi965/miptree: Drop intel_*_supports_ccs()
2019-05-14 Nanley Cheryi965/miptree: Drop intel_miptree_supports_mcs()
2019-05-14 Nanley Cheryi965/miptree: Fall back to no aux if creation fails
2019-05-13 Eric Anholtmesa: Replace MaxTextureLevels with MaxTextureSize.
2019-05-10 Kenneth Graunkei965: Fix memory leaks in brw_upload_cs_work_groups_sur...
2019-05-07 Kenneth Graunkei965: leave the top 4Gb of the high heap VMA unused
2019-05-07 Kenneth Graunkei965: Force VMA alignment to be a multiple of the page...
2019-05-07 Kenneth Graunkei965: Fix BRW_MEMZONE_LOW_4G heap size.
2019-05-04 Mathias Fröhlichmesa: Remove the now unused _NEW_ARRAY state change...
2019-05-04 Mathias Fröhlichmesa: Rip out now unused gl_context::aelt_context.
2019-05-03 Jason Ekstrandanv,i965: Stop warning about incomplete gen11 support
2019-05-02 Erik Faye-Lundmeson: lift driver-collection out into parent build...
2019-04-29 Plamena Manolovai965: Re-enable fast color clears for GEN11.
2019-04-29 Eric Engestromdelete autotools input files
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-25 Jon Turneymeson: Force '.so' extension for DRI drivers
2019-04-24 Timothy Arcerist/mesa/radeonsi: fix race between destruction of types...
2019-04-22 Kenneth Graunkei965: Tidy bogus indentation left by previous commit
2019-04-22 Kenneth Graunkei965: Ignore uniform storage for samplers or images...
2019-04-18 Lionel Landwerlini965: implement WaEnableStateCacheRedirectToCS
2019-04-17 Lionel Landwerlinintel/perf: drop counter size field
2019-04-17 Lionel Landwerlini965: perf: add mdapi pipeline statistics queries on...
2019-04-17 Lionel Landwerlini965: move mdapi guid into intel/perf
2019-04-17 Lionel Landwerlini965: move mdapi result data format to intel/perf
2019-04-17 Lionel Landwerlini965: move brw_timebase_scale to device info
2019-04-17 Lionel Landwerlini965: move OA accumulation code to intel/perf
2019-04-17 Lionel Landwerlini965: move mdapi data structure to intel/perf
2019-04-17 Lionel Landwerlini965: extract performance query metrics
2019-04-17 Lionel Landwerlini965: store device revision in gen_device_info
2019-04-16 Kenneth Graunkei965: Move program key debugging to the compiler.
2019-04-15 Dylan BakerDelete autotools
2019-04-15 Kenneth Graunkeintel: Emit 3DSTATE_VF_STATISTICS dynamically
2019-04-12 Karol Herbstglsl/nir: add support for lowering bindless images_derefs
2019-04-12 Karol Herbstnir: move brw_nir_rewrite_image_intrinsic into common...
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-04-09 Caio Marcelo de... i965: Advertise NV_compute_shader_derivatives
2019-04-08 Lionel Landwerlinintel: add dependency on genxml generated files
2019-04-01 Eric Engestrommeson: strip rpath from megadrivers
2019-03-31 Lionel Landwerlini965: perf: update render basic configs for big core...
2019-03-31 Lionel Landwerlini965: perf: add ring busyness metric for cfl gt2
2019-03-31 Lionel Landwerlini965: perf: enable Icelake metrics
2019-03-31 Lionel Landwerlini965: perf: add Icelake metrics
2019-03-31 Lionel Landwerlini965: perf: sklgt2: drop programming of an unused NOA...
2019-03-31 Lionel Landwerlini965: perf: hsw: drop register programming not needed...
2019-03-31 Lionel Landwerlini965: perf: chv: fixup counters names
2019-03-31 Lionel Landwerlini965: perf: add PMA stall metrics
2019-03-31 Lionel Landwerlini965: perf: sklgt2: update memory write config
2019-03-31 Lionel Landwerlini965: perf: sklgt2: update compute metrics config
2019-03-31 Lionel Landwerlini965: perf: sklgt2: update a priority for register...
2019-03-30 Sergii Romantsovi965,iris/blorp: do not blit 0-sizes
2019-03-28 Rafael Antognollii965/blorp: Remove unused parameter from blorp_surf_for...
2019-03-25 Danylo Piliaievi965,iris,anv: Make alpha to coverage work with sample...
2019-03-25 Kishore Kadiyalaandroid: static link with libexpat with Android O+
2019-03-19 Anuj Phogati965/icl: Add WA_2204188704 to disable pixel shader...
2019-03-15 Jason Ekstrandi965: Stop setting LowerBuferInterfaceBlocks
2019-03-14 Mark Janesmesa: rename logging functions to reflect that they...
2019-03-14 Plamena Manolovai965: Disable ARB_fragment_shader_interlock for platfor...
2019-03-14 Tapani Pällii965: remove scaling factors from P010, P012
2019-03-12 Kenneth Graunkei965: Reimplement all the PIPE_CONTROL rules.
2019-03-12 Kenneth Graunkei965: Use genxml for emitting PIPE_CONTROL.
2019-03-12 Kenneth Graunkei965: Rename ISP_DIS to INDIRECT_STATE_POINTERS_DISABLE.
2019-03-12 Kenneth Graunkei965: Move some genX infrastructure to genX_boilerplate.h.
2019-03-07 Kenneth Graunkeisl: Add a swizzle parameter to isl_buffer_fill_state()
2019-03-07 Lionel Landwerlinintel/decoders: handle decoding MI_BBS from ring
2019-03-07 Lionel Landwerlinintel/decoders: add address space indicator to get BOs
next