summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* configure: allow building with python3Emil Velikov2018-10-312-2/+2
* glspirv: no need to force entrypoint name to "main"Alejandro Piñeiro2018-10-311-1/+0
* st/glsl_to_nir: fix next_stage gatheringTimothy Arceri2018-10-311-1/+1
* st/mesa: calculate buffer size correctly for packed uniformsTimothy Arceri2018-10-311-1/+1
* glsl_to_tgsi: don't create 64-bit integer MAD/FMARhys Perry2018-10-301-0/+4
* gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2018-10-301-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
* mesa: fix struct/class mismatchEric Engestrom2018-10-304-5/+5
* mesa: fix memcpy() and memset(0) of non-trivial structsEric Engestrom2018-10-303-7/+12
* android: i965/tiled_memcpy: fix build for x86 generic targetMauro Rossi2018-10-301-8/+9
* mesa: expose EXT_texture_compression_s3tc on GLESMarek Olšák2018-10-302-1/+12
* mesa: Add missing include guardsMichał Janiszewski2018-10-304-0/+20
* nir/prog: Use nir_bany in kill handlingJason Ekstrand2018-10-261-1/+1
* nir/validate: Print when the validation failedJason Ekstrand2018-10-263-4/+5
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-251-1/+0
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-253-7/+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-234-33/+3
* 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
* st/mesa: Record shader access qualifiers for imagesJason Ekstrand2018-10-234-8/+28
* mesa/st: Only call nir_lower_io_to_scalar_early on scalar ISAsAlyssa Rosenzweig2018-10-221-1/+4
* scons: Remove gles option.Jose Fonseca2018-10-192-6/+2
* 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
* nir: Create sampler variables in prog_to_nir.Kenneth Graunke2018-10-141-2/+13
* 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
* mesa: Fix pack_uint_Z_FLOAT32()Illia Iorin2018-10-112-18/+9
* st/glsl_to_tgsi: initialise need_uarl in contructorDave Airlie2018-10-111-0/+1
* glspirv: drop pointless assert (size_t is unsigned)Dave Airlie2018-10-111-2/+0
* i965: fallback RGBX to RGBA in glEGLImageTargetRenderbufferStorageOESChystiakov, Dmytro2018-10-081-26/+37
* Revert "mesa: remove unnecessary 'sort by year' for the GL extensions"Emil Velikov2018-10-031-2/+44
* mesa: reorder and document the tokens in glheader.hEmil Velikov2018-10-031-16/+23
* mesa: remove duplicate declarations from glheader.hEmil Velikov2018-10-031-54/+0
* 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-035-16/+4
* mesa: use C99 initializer in get_gl_override()Emil Velikov2018-10-031-4/+4
* i965: Replace checks for rb->Name with FlipY (v2)Fritz Koenig2018-10-022-13/+11
* st/mesa: do not call update_framebuffer_size with NULL pointerErik Faye-Lund2018-09-271-1/+2
* intel/isl: Add a unit suffixes to some struct fields and variablesJason Ekstrand2018-09-269-63/+63