summaryrefslogtreecommitdiff
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* intel/dri: finish proper glthreadSergii Romantsov2019-09-061-1/+1
* mesa: Fix _mesa_float_to_unorm() on 32-bit systems.Kenneth Graunke2019-09-041-1/+1
* mesa: recover target_check before get_current_tex_objectsJose Maria Casanova Crespo2019-09-041-7/+7
* mesa: reverse no_error on compressed_tex_sub_image for TEX_MODE_CURRENTJose Maria Casanova Crespo2019-08-201-2/+2
* mesa/program: Take ARB_framebuffers_no_attachments into account in wpos corre...Gert Wollny2019-08-201-2/+2
* mesa: add ext_dsa GetMultiTexLevelParameterEXTPierre-Eric Pelloux-Prayer2019-08-193-2/+57
* mesa: add EXT_dsa glCompressedMultiTex* functions display list supportPierre-Eric Pelloux-Prayer2019-08-191-0/+276
* mesa: add EXT_dsa glCompressedMultiTex* functionsPierre-Eric Pelloux-Prayer2019-08-195-12/+196
* mesa: add EXT_dsa glCompressedTex* functions display list supportPierre-Eric Pelloux-Prayer2019-08-191-0/+239
* mesa: add EXT_dsa glCompressedTexture(Sub)Image1D/2D/3D functionsPierre-Eric Pelloux-Prayer2019-08-195-6/+152
* mesa: refactor compressed_tex_sub_image functionPierre-Eric Pelloux-Prayer2019-08-191-101/+115
* swrast: Make the fetch funcs table sparse.Eric Anholt2019-08-191-191/+24
* mesa: add support for CET to x86/x86-64 asm files.Dave Airlie2019-08-1615-73/+96
* win32: unify strcasecmp definitionsErik Faye-Lund2019-08-151-3/+0
* mesa/main: avoid warning when casting offset to pointerErik Faye-Lund2019-08-151-1/+1
* 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
* st/mesa: don't allocate mipmapped texture for NEAREST_MIPMAP_LINEARMarek Olšák2019-08-121-0/+12
* i965/spirv: Lower shared memory laterCaio Marcelo de Oliveira Filho2019-08-102-1/+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
* mesa: be consistent on GL_TRUE/GL_FALSE & TRUE/FALSELionel Landwerlin2019-08-092-3/+3
* mesa: drop some p_compiler.h typesLionel Landwerlin2019-08-091-2/+2
* mesa: add stddef include in preparation for dropping p_compiler.hLionel Landwerlin2019-08-092-0/+2
* 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
* mesa/main: cast away constnessErik Faye-Lund2019-08-081-1/+1
* i965: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3DDanylo Piliaiev2019-08-081-0/+21
* st/mesa: eliminate unnecessary redirectionMark Janes2019-08-071-1/+1
* 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
* intel/perf: move initialization of pipeline statistics metrics to gen_perfMark Janes2019-08-071-93/+3
* intel/perf: move get_query_data into gen_perfMark Janes2019-08-072-399/+2
* intel/perf: move delete_query to gen_perfMark Janes2019-08-071-39/+1
* intel/perf: move is_query_ready to gen_perfMark Janes2019-08-071-133/+1
* intel/perf: move wait_query to perfMark Janes2019-08-071-38/+1
* intel/perf: create a vtable entry for bo_busyMark Janes2019-08-071-4/+5
* intel/perf: create a vtable entry for bo_wait_renderingMark Janes2019-08-071-1/+3
* intel/perf: create a vtable entry for batch_referencesMark Janes2019-08-071-6/+11
* intel/perf: refactor gen_perf_end_query into gen_perfMark Janes2019-08-071-45/+1
* intel/perf: refactor gen_perf_begin_query into gen_perfMark Janes2019-08-071-247/+1
* intel/perf: move perf-related state into gen_perf_contextMark Janes2019-08-071-49/+29
* intel/perf: create a vtable entries for buffer object map/unmapMark Janes2019-08-071-6/+12
* intel/perf: move client reference counts into perfMark Janes2019-08-071-36/+5
* intel/perf: move open_perf into perfMark Janes2019-08-071-48/+2
* intel/perf: move close_perf into perfMark Janes2019-08-071-18/+2