aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* radeon: Drop the unused first arg of OUT_BATCH_RELOC.Eric Anholt2019-10-209-24/+24
* radeon: Fill in the TXOFFSET field containing the tile bits in our relocs.Eric Anholt2019-10-202-4/+5
* r100/r200: factor out txformat/txfilter setup from the TFP path.Eric Anholt2019-10-202-22/+10
* Revert "egl: Fixes transparency with EGL and X11."Hal Gentz2019-10-181-2/+0
* nir: support feeding state to nir_lower_clip_[vg]sErik Faye-Lund2019-10-171-1/+2
* nir: support lowering clipdist to arraysErik Faye-Lund2019-10-171-1/+1
* egl: Fixes transparency with EGL and X11.Hal Gentz2019-10-111-0/+2
* nir: add a strip parameter to nir_serializeMarek Olšák2019-10-101-1/+1
* i965: Disable fast clears when running with INTEL_DEBUG=nofcCaio Marcelo de Oliveira Filho2019-10-092-0/+6
* i965: Enable EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-09-301-0/+2
* intel: Increase Gen11 compute shader scratch IDs to 64.Kenneth Graunke2019-09-231-1/+13
* Revert "intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WM"Kenneth Graunke2019-09-232-9/+0
* Move blob from compiler/ to util/Jason Ekstrand2019-09-191-1/+1
* i965: support AYUV/XYUV for external import onlyHaihao Xiang2019-09-181-0/+2
* driconfig: add a new engine name/version parameterLionel Landwerlin2019-09-156-8/+9
* dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt2019-09-112-46/+47
* intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WMAnuj Phogat2019-09-112-0/+9
* glsl/nir: Add and use a gl_nir_link() functionCaio Marcelo de Oliveira Filho2019-09-101-8/+4
* glsl/nir: Fill in the Parameters in NIR linkerCaio Marcelo de Oliveira Filho2019-09-101-1/+1
* mesa: Eliminate gl_config::rgbModeAdam Jackson2019-09-091-1/+0
* mesa: Eliminate gl_config::have{Accum,Depth,Stencil}BufferAdam Jackson2019-09-093-14/+6
* intel: Stop redirecting state cache to command streamer cache sectionKenneth Graunke2019-09-061-5/+0
* intel/dri: finish proper glthreadSergii Romantsov2019-09-051-1/+1
* i965: initialize bo_reuse when creating brw_bufmgrTapani Pälli2019-08-294-26/+15
* i965: Exit with error if gen12+ is detectedJordan Justen2019-08-281-0/+5
* intel/fs: Drop the gl_program from fs_visitorJason Ekstrand2019-08-252-2/+2
* i965: Silence brw_blorp uninitialized warningCaio Marcelo de Oliveira Filho2019-08-231-1/+1
* i965: honor scanout requirement from DRILionel Landwerlin2019-08-211-1/+3
* i965: Add handling for fp16 configsKevin Strasser2019-08-211-1/+24
* dri: Add fp16 formatsKevin Strasser2019-08-212-0/+22
* dri: Handle configs with floating point pixel dataKevin Strasser2019-08-211-0/+5
* dri: Add config attributes for color channel shiftKevin Strasser2019-08-211-19/+49
* i965: Add helper function for allowed config formatsKevin Strasser2019-08-211-31/+34
* nir: Add explicit signs to image min/max intrinsicsJason Ekstrand2019-08-211-2/+4
* i965: Enable OpenGL 4.6 for Gen8+Alejandro Piñeiro2019-08-212-2/+2
* i965: enable ARB_gl_spirv extension and ARB_spirv_extensions for gen7+Alejandro Piñeiro2019-08-211-0/+3
* i965/gen11: fix genX_bits.h include pathMauro Rossi2019-08-131-1/+1
* i965/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.Rafael Antognolli2019-08-122-0/+88
* intel/compiler: Fill a compiler statistics structJason Ekstrand2019-08-126-6/+7
* i965/gen9: Optimize slice and subslice load balancing behavior.Francisco Jerez2019-08-125-6/+109
* i965/spirv: Lower shared memory laterCaio Marcelo de Oliveira Filho2019-08-101-0/+20
* i965: Use force_compat_profile driconf optionDanylo Piliaiev2019-08-102-2/+8
* i965: fix mem leak in error pathEric Engestrom2019-08-101-1/+3
* i965: don't use p_compiler.h typesLionel Landwerlin2019-08-091-1/+1
* meson: define ETIME to ETIMEDOUT if not presentGreg V2019-08-081-3/+0
* anv,i965,iris: deduplicate setting of total_sharedRhys Perry2019-08-081-2/+0
* i965: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3DDanylo Piliaiev2019-08-081-0/+21
* intel/perf: make perf context privateMark Janes2019-08-073-39/+27
* intel/perf: print debug informationMark Janes2019-08-071-25/+8
* intel/perf: expose method to create queryMark Janes2019-08-071-10/+3