summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
...
* intel/perf: create a vtable entry for store_register_mem64Mark Janes2019-08-071-0/+2
* intel/perf: move free_sample_bufs into perfMark Janes2019-08-072-0/+11
* intel/perf: move reap_old_sample_buffers into perfMark Janes2019-08-072-0/+25
* intel/perf: move get_free_sample_buf into perfMark Janes2019-08-072-0/+20
* intel/perf: move the perf context into perfMark Janes2019-08-071-0/+57
* intel/perf: move get_metric_id to perfMark Janes2019-08-072-0/+36
* intel/perf: move oa_sample_buf structure to perfMark Janes2019-08-071-0/+125
* intel/perf: enumerate query-based metrics in perfMark Janes2019-08-072-0/+236
* intel/perf: move perf-related constants to common locationMark Janes2019-08-071-0/+21
* intel/perf: create a vtable entry for capture_frequency_stat_registerMark Janes2019-08-071-0/+2
* intel/perf: create a vtable entry for batchbuffer_flushMark Janes2019-08-071-0/+2
* intel/perf: create a vtable entry for emit_report_countMark Janes2019-08-071-0/+4
* intel/perf: create a vtable entry for bo_unreferenceMark Janes2019-08-071-0/+1
* intel/perf: create a vtable for low-level driver functionsMark Janes2019-08-071-0/+4
* intel/perf: use common ioctl wrapperMark Janes2019-08-072-9/+5
* intel/perf: rename gen_perf to gen_perf_configMark Janes2019-08-073-26/+26
* util: add anon_file.h for all memfd/temp file usageGreg V2019-08-073-46/+10
* meson,i965: Link with android deps when building for android.Bas Nieuwenhuizen2019-08-072-4/+12
* anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3DJason Ekstrand2019-08-061-0/+19
* anv: Implement VK_EXT_line_rasterizationJason Ekstrand2019-08-068-12/+211
* genxml: Rename 3DSTATE_SF::Anti-Aliasing EnableJason Ekstrand2019-08-066-6/+6
* anv: Use dirty bits for dynamic state trackingJason Ekstrand2019-08-063-23/+64
* anv: Advertise the right line width range on gen9 and CHVJason Ekstrand2019-08-061-1/+5
* intel/compiler: add ability to override shader's assemblyDanylo Piliaiev2019-08-054-12/+85
* intel/tools: add binary output type to i965_asmDanylo Piliaiev2019-08-052-17/+47
* intel/nir: Add 1-bit opcodes to brw_cmod_for_nir_comparison_opJason Ekstrand2019-08-031-0/+10
* intel/nir: Add a common nir comparison -> cmod helperJason Ekstrand2019-08-034-82/+47
* meson: drop unused dep_{thread,dl}Eric Engestrom2019-08-032-2/+2
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-035-24/+28
* intel/tools: Fix aubinator_viewer build.Kenneth Graunke2019-08-011-1/+1
* intel/ir: Fix CFG corruption in opt_predicated_break().Francisco Jerez2019-08-012-9/+0
* intel/device: make internal functions privateMark Janes2019-08-012-84/+68
* intel/device: rename gen_get_device_infoMark Janes2019-08-0112-20/+22
* intel/tools: use device info initializerMark Janes2019-08-011-22/+3
* anv: use initialization routine for gen_device_infoMark Janes2019-08-011-15/+7
* i965: Move device info initialization to common codeMark Janes2019-08-012-0/+137
* intel/common: provide common ioctl routineMark Janes2019-08-012-50/+55
* iris: add support for gl_ClipVertex in tess eval shadersTimothy Arceri2019-08-011-0/+9
* iris: add support for gl_ClipVertex in geometry shadersTimothy Arceri2019-08-011-0/+9
* intel/vec4: Drop all of the 64-bit varying codeJason Ekstrand2019-07-314-200/+47
* intel/fs: Drop all of the 64-bit varying codeJason Ekstrand2019-07-312-363/+139
* intel: Use NIR to lower 64-bit varying accessJason Ekstrand2019-07-311-6/+11
* intel: add a couple of ASSERTEDEric Engestrom2019-07-311-1/+1
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-3115-28/+28
* anv: drop MAYBE_UNUSED varEric Engestrom2019-07-311-4/+1
* intel: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-313-4/+4
* intel: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-314-5/+5
* intel/fs: Implement quad_swap_horizontal with a swizzle on gen7Jason Ekstrand2019-07-301-7/+20
* intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7Jason Ekstrand2019-07-302-24/+65
* i965/fs: Print the scheduler mode.Matt Turner2019-07-304-8/+28