summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* configure: allow building with python3Emil Velikov2018-10-311-1/+1
* i965: Disable dual source blending when shader doesn't support it on gen8+Danylo Piliaiev2018-10-301-3/+42
* i965: Respect GL_TEXTURE_SRGB_DECODE_EXT in GenerateMipmaps()Kenneth Graunke2018-10-301-1/+18
* i965/batch: don't ignore the 'brw_new_batch' call for a 'new batch'Andrii Simiklit2018-10-301-0/+4
* i965/batch: avoid reverting batch buffer if saved state is an emptyAndrii Simiklit2018-10-305-3/+14
* i965: add missing case to fix -WswitchEric Engestrom2018-10-301-2/+3
* android: i965/tiled_memcpy: fix build for x86 generic targetMauro Rossi2018-10-301-8/+9
* nir/validate: Print when the validation failedJason Ekstrand2018-10-261-2/+3
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-252-4/+0
* autotools: include intel_tiled_memcopy.cDylan Baker2018-10-242-0/+7
* meson: fix formatting and add extra_files to i965Dylan Baker2018-10-241-10/+12
* mesa/glformats: Remove redundant helper _mesa_base_format_component_countEduardo Lima Mitev2018-10-231-1/+1
* i965/miptree: Use cpu tiling/detiling when mappingScott D Phillips2018-10-231-4/+106
* i965/tiled_memcpy: inline movntdqa loads in tiled_to_linearScott D Phillips2018-10-239-90/+426
* i965: expose type of memcpy instead of memcpy function itselfTapani Pälli2018-10-234-30/+63
* scons: Remove gles option.Jose Fonseca2018-10-191-3/+1
* Fix setting indent-tabs-mode in the Emacs .dir-locals.el filesNeil Roberts2018-10-171-1/+1
* i965: Drop assert about number of uniforms in ARB handling.Kenneth Graunke2018-10-151-3/+2
* i965/miptree: Use enum instead of boolean.Rafael Antognolli2018-10-122-3/+4
* i965/gen10+: Initialize new fields in STATE_BASE_ADDRESSJordan Justen2018-10-111-1/+6
* i965: fallback RGBX to RGBA in glEGLImageTargetRenderbufferStorageOESChystiakov, Dmytro2018-10-081-26/+37
* i965: reference __DRI_ATTRIB_SWAP_COPY token over the GLX oneEmil Velikov2018-10-031-1/+1
* i915: reference __DRI_ATTRIB_SWAP_COPY token over the GLX oneEmil Velikov2018-10-031-1/+1
* dri/common: move the required GLX_* token definitions locallyEmil Velikov2018-10-031-0/+14
* dri/common: use __DRI_ATTRIB_SWAP* instances when describing db_modesEmil Velikov2018-10-031-5/+6
* mesa: fold _glapi_check_multithread() back into _mesa_make_currentEmil Velikov2018-10-033-13/+0
* i965: Replace checks for rb->Name with FlipY (v2)Fritz Koenig2018-10-022-13/+11
* intel/isl: Add a unit suffixes to some struct fields and variablesJason Ekstrand2018-09-269-63/+63
* intel/compiler: Export TCS passthrough creationCaio Marcelo de Oliveira Filho2018-09-251-82/+1
* i965/icl: Set Enabled Texel Offset Precision Fix bitAnuj Phogat2018-09-212-0/+11
* i965: remove outdated comment about TCS passthroughCaio Marcelo de Oliveira Filho2018-09-201-4/+0
* mesa: move legacy dri config option texture_depthTimothy Arceri2018-09-181-0/+13
* mesa: move legacy dri config option fthrottle_modeTimothy Arceri2018-09-181-0/+12
* mesa: move legacy dri config option def_max_anisotropyTimothy Arceri2018-09-181-0/+5
* mesa: move legacy dri config option no_neg_lod_biasTimothy Arceri2018-09-181-0/+5
* mesa: move legacy dri config option round_modeTimothy Arceri2018-09-181-0/+10
* mesa: move legacy dri config option dither_modeTimothy Arceri2018-09-181-0/+12
* mesa: move legacy dri config option color_reductionTimothy Arceri2018-09-181-0/+10
* mesa: move legacy TCL dri config optionsTimothy Arceri2018-09-182-0/+15
* radeon: fix ColorMaskChristopher Egert2018-09-102-8/+8
* i965: Bump aperture tracking to u64Chris Wilson2018-09-103-11/+8
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-078-20/+27
* i965: Workaround the gen9 hw astc5x5 sampler bugJason Ekstrand2018-09-076-12/+131
* intel: compiler option msse2 and mstackrealignSergii Romantsov2018-09-072-4/+4
* compiler: Move double_inputs to gl_program::DualSlotInputsJason Ekstrand2018-09-062-10/+12
* i965: move brw_nir_lower_gl_images callAlejandro Piñeiro2018-09-052-1/+10
* intel/compiler: rename brw_nir_lower_glsl_imagesAlejandro Piñeiro2018-09-052-3/+3
* intel/compiler: remove unused variable num_imagesAlejandro Piñeiro2018-09-051-2/+0
* i965/gen7_urb: Re-emit PUSH_CONSTANT_ALLOC on some gen9Nanley Chery2018-08-311-0/+28
* i965/screen: Allow modifiers on sRGB formatsJason Ekstrand2018-08-301-3/+11