summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* intel/perf: move get_metric_id to perfMark Janes2019-08-071-36/+1
* intel/perf: move oa_sample_buf structure to perfMark Janes2019-08-071-139/+16
* intel/perf: enumerate query-based metrics in perfMark Janes2019-08-075-266/+4
* intel/perf: move perf-related constants to common locationMark Janes2019-08-073-22/+1
* intel/perf: create a vtable entry for capture_frequency_stat_registerMark Janes2019-08-071-2/+9
* intel/perf: create a vtable entry for batchbuffer_flushMark Janes2019-08-071-8/+18
* intel/perf: create a vtable entry for emit_report_countMark Janes2019-08-071-2/+18
* intel/perf: create a vtable entry for bo_unreferenceMark Janes2019-08-071-4/+8
* intel/perf: create a vtable for low-level driver functionsMark Janes2019-08-071-4/+15
* intel/perf: use common ioctl wrapperMark Janes2019-08-071-1/+1
* intel/perf: rename gen_perf to gen_perf_configMark Janes2019-08-073-4/+4
* i965/perf: restore mdapi statistics query metricsMark Janes2019-08-071-0/+1
* mesa: Use _mesa_delete_transform_feedback_object in driversYevhenii Kolesnikov2019-08-071-6/+1
* mesa: use _mesa_delete_query in driversYevhenii Kolesnikov2019-08-072-3/+4
* meson,i965: Link with android deps when building for android.Bas Nieuwenhuizen2019-08-071-3/+6
* genxml: Rename 3DSTATE_SF::Anti-Aliasing EnableJason Ekstrand2019-08-061-1/+1
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-032-4/+5
* i965/clear: clear_value better precisionSergii Romantsov2019-08-021-1/+1
* i965: Move device info initialization to common codeMark Janes2019-08-012-114/+6
* i965/perf: verify kernel support before registering OA metricsMark Janes2019-08-011-0/+44
* nir: Stop whacking gl_FrontFacing to a system valueJason Ekstrand2019-08-011-0/+1
* intel: add a couple of ASSERTEDEric Engestrom2019-07-312-2/+2
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-3110-12/+12
* i965: drop unused MAYBE_UNUSED functionEric Engestrom2019-07-311-11/+1
* i965: replace MAYBE_UNUSED with GEN conditionEric Engestrom2019-07-311-1/+2
* intel: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-312-6/+6
* intel: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-312-4/+4
* i965/curbe: Look at SYSTEM_VALUE_FRAG_COORD instead of VARYING_SLOT_POSJason Ekstrand2019-07-301-1/+1
* i965: Enable EXT_texture_shadow_lodSagar Ghuge2019-07-301-0/+1
* i965/gen10: Remove unnecessary workaround.Rafael Antognolli2019-07-291-16/+0
* intel: Use a system value for gl_FragCoordJason Ekstrand2019-07-292-0/+2
* intel: replace large stack buffer with heap allocationEric Engestrom2019-07-291-4/+5
* i965: Use NIR to lower legacy userclipping.Kenneth Graunke2019-07-242-0/+61
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-241-0/+2
* i965: free object labels when deletingSergii Romantsov2019-07-223-0/+3
* spirv_extensions: i965: initialize SPIR-V extensionsAlejandro Piñeiro2019-07-171-1/+10
* meta: leaking of BO with DrawPixelsYevhenii Kolesnikov2019-07-161-0/+2
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-164-8/+6
* mesa: Drop redundant checks for sRGB before sRGB to linear conversion.Eric Anholt2019-07-161-3/+3
* meta: memory leak of CopyPixels usageSergii Romantsov2019-07-161-0/+14
* i965: don't use disk cache with SPIR-V shadersAlejandro Piñeiro2019-07-121-2/+16
* compiler: Save a single copy of the softfp64 shader in the context.Kenneth Graunke2019-07-101-6/+4
* intel/compiler: Add a "base class" for program keysJason Ekstrand2019-07-1011-95/+75
* i965/program_cache: Cast the key to char * before adding key_sizeJason Ekstrand2019-07-101-1/+1
* i965: disable repacking for compression for applicable genDongwon Kim2019-07-082-0/+10
* i965: call to gl_nir_link_uniform_blocksAlejandro Piñeiro2019-06-301-0/+4
* i965: use GLboolean for all brw_link_shader returnsAlejandro Piñeiro2019-06-301-3/+3
* i965/icl: Apply WA_1606682166 to compute workloadsAnuj Phogat2019-06-281-1/+3
* Revert "i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-282-10/+0
* i965/icl: Fix WA_1606682166Anuj Phogat2019-06-281-2/+1