summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* intel: tools: Fix aubinator_error's fprintf call (format-security)Kai Wasserbäch2018-08-251-1/+1
* intel/batch_decoder: Print blend states properlyJason Ekstrand2018-08-251-1/+16
* intel/batch_decoder: Fix dynamic state printingJason Ekstrand2018-08-251-2/+2
* intel/decoder: Print ISL formats for vertex elementsJason Ekstrand2018-08-251-1/+2
* intel/decoder: Clean up field iteration and fix sub-dword fieldsJason Ekstrand2018-08-251-16/+16
* gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke2018-08-2419-3/+22
* intel: decoder: unify MI_BB_START field namingLionel Landwerlin2018-08-243-7/+7
* docs: Update calendar, news, relnotes for 18.1.7Dylan Baker2018-08-243-7/+7
* docs: Add mesa 18.1.7 notesDylan Baker2018-08-241-1/+2
* docs: Add mesa 18.1.7 docsDylan Baker2018-08-241-0/+103
* docs: update calendar 18.2.0-rc4 is out, extend to 18.2.0-rc5Andres Gomez2018-08-241-2/+2
* docs/relnotes: Mark NV_fragment_shader_interlock support in i965Kevin Rogovin2018-08-241-0/+1
* egl/drm: use gbm_dri_bo() wrapperEmil Velikov2018-08-241-2/+2
* egl/drm: use gbm_dri_surface() wrapperEmil Velikov2018-08-241-3/+3
* egl/drm: use gbm_dri_device() wrapperEmil Velikov2018-08-241-1/+1
* egl/android: simplify device open/probeEmil Velikov2018-08-241-34/+18
* egl/android: remove drmVersion::name NULL checkEmil Velikov2018-08-241-5/+0
* egl/android: remove droid_probe_driver()Emil Velikov2018-08-241-18/+0
* egl/android: use strcmp with drmVersion::nameEmil Velikov2018-08-241-1/+1
* egl/android: use drmDevice instead of the manual /dev/dri iterationEmil Velikov2018-08-241-16/+12
* Revert "configure: allow building with python3"Emil Velikov2018-08-2427-37/+39
* Revert "travis: use python3 for the autoconf builds"Emil Velikov2018-08-241-11/+1
* Revert "mesa: bump GL_MAX_ELEMENTS_INDICES and GL_MAX_ELEMENTS_VERTICES"Kenneth Graunke2018-08-242-5/+2
* Revert recent changes about not including compute in combined limits.Kenneth Graunke2018-08-243-27/+26
* gallivm: don't use saturated unsigned add/sub intrinsics for llvm 8.0Roland Scheidegger2018-08-241-27/+60
* st/mesa: expose KHR_texture_compression_astc_sliced_3dMarek Olšák2018-08-243-3/+6
* st/mesa: expose EXT_disjoint_timer_queryMarek Olšák2018-08-242-0/+2
* mesa: expose EXT_vertex_attrib_64bitMarek Olšák2018-08-244-0/+74
* mesa: expose AMD_query_buffer_objectMarek Olšák2018-08-242-0/+2
* mesa: expose AMD_multi_draw_indirectMarek Olšák2018-08-243-0/+22
* mesa: expose AMD_gpu_shader_int64Marek Olšák2018-08-249-12/+261
* mesa: expose ARB_post_depth_coverage in the Compatibility profileMarek Olšák2018-08-242-1/+2
* intel/nir: Enable nir_opt_find_array_copiesJason Ekstrand2018-08-232-13/+28
* nir: Add an array copy optimizationJason Ekstrand2018-08-234-0/+415
* intel/nir: Use nir_shrink_vec_array_varsJason Ekstrand2018-08-231-0/+1
* nir: Add a array-of-vector variable shrinking passJason Ekstrand2018-08-232-0/+718
* intel/nir: Use the new structure and array splitting passesJason Ekstrand2018-08-231-0/+2
* nir: Add an array splitting passJason Ekstrand2018-08-232-0/+584
* nir: Add a structure splitting passJason Ekstrand2018-08-234-0/+278
* nir/types: Add array_or_matrix helpersJason Ekstrand2018-08-232-0/+17
* i965: don't include compute resources in "Combined" limitsKenneth Graunke2018-08-231-11/+11
* radeonsi: increase the maximum UBO size to 2 GBMarek Olšák2018-08-231-1/+1
* radeonsi: bump MAX_GS_INVOCATIONSMarek Olšák2018-08-232-3/+3
* gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák2018-08-2319-1/+39
* gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák2018-08-2319-1/+40
* tgsi/ureg: don't call tgsi_sanity when it's too slowMarek Olšák2018-08-231-1/+12
* st/mesa: fix up uniform limits to be able to expose large UBOsMarek Olšák2018-08-231-8/+23
* st/mesa: don't include compute resources in "Combined" limitsMarek Olšák2018-08-231-6/+3
* st/mesa: set ctx->Const.SubPixelBitsMarek Olšák2018-08-231-0/+1
* glsl: fix error checking against MAX_UNIFORM_LOCATIONSMarek Olšák2018-08-231-2/+6