aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: add support for WGL_ARB_make_current_readBrian Paul2017-03-318-16/+107
* stw/wgl: add null context check in wglBindTexImageARB()Brian Paul2017-03-311-0/+6
* radeonsi: decompress DCC in set_sampler_view instead of create_sampler_view (v2)Marek Olšák2017-03-313-6/+16
* radeonsi: decompress DCC in set_framebuffer_state instead of create_surface (v2)Marek Olšák2017-03-313-6/+49
* st/glsl_to_tgsi: fix 64-bit integer bit shiftsNicolai Hähnle2017-03-311-5/+15
* tgsi: fix printing of 64-bit integer immediatesNicolai Hähnle2017-03-313-5/+11
* intel: genxml: fix out of tree buildsLionel Landwerlin2017-03-311-2/+2
* gbm/dri: Check dri extension version before flush after unmapThomas Hellstrom2017-03-311-2/+3
* radeonsi: implement ARB_shader_group_voteNicolai Hähnle2017-03-312-1/+85
* radeonsi: enable ARB_shader_clockNicolai Hähnle2017-03-311-1/+1
* radeonsi: emit TGSI_OPCODE_CLOCKNicolai Hähnle2017-03-311-0/+21
* st/mesa: implement ARB_shader_clockNicolai Hähnle2017-03-312-1/+11
* tgsi: add CLOCK opcodeIlia Mirkin2017-03-313-2/+16
* gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle2017-03-3117-0/+17
* glsl: fix clockARB builtin functionNicolai Hähnle2017-03-311-1/+1
* anv: change BLOCK_POOL_MEMFD_SIZE to 1GBTapani Pälli2017-03-311-2/+2
* android: add libmesa_genxml as dep to libmesa_islTapani Pälli2017-03-311-1/+2
* mesa: remove MESA_GLSL=optTimothy Arceri2017-03-312-10/+7
* mesa: remove MESA_GLSL=no_opts env optionTimothy Arceri2017-03-314-15/+9
* mesa: move FLUSH_VERTICES() call to metaTimothy Arceri2017-03-313-15/+13
* mesa/vbo: remove redundant _mesa_is_bufferobj() callsTimothy Arceri2017-03-311-10/+4
* mesa/glthread: add async support to ARB_gpu_shader_int64 uniform functionsTimothy Arceri2017-03-311-16/+16
* mesa/glthread: add async support to ARB_gpu_shader_fp64 uniform functionsTimothy Arceri2017-03-311-13/+13
* aubinator: enable snb/ilk through --genLionel Landwerlin2017-03-311-0/+2
* intel: genxml: compress all gen files into oneLionel Landwerlin2017-03-315-62/+58
* radv: Use the guard band.Bas Nieuwenhuizen2017-03-303-13/+90
* radv: Prepare for not using the guard band for lines & points.Bas Nieuwenhuizen2017-03-303-0/+32
* radv: Drop the default viewport when 0 viewports are given.Bas Nieuwenhuizen2017-03-301-17/+2
* radv: Set proper viewport & scissor for meta draws.Bas Nieuwenhuizen2017-03-306-75/+214
* mesa: Fix trailing whitespace in polygon.cLyude2017-03-301-3/+3
* mesa: Fix gross indenting in _mesa_PolygonMode()Lyude2017-03-301-5/+4
* r300: Fix indenting in r300_get_param()Lyude2017-03-301-3/+3
* vc4: Fix indenting in vc4_screen_get_param()Lyude2017-03-301-3/+3
* intel: Add INTEL_CFLAGS to aubinator CFLAGS.Kenneth Graunke2017-03-301-1/+2
* nir: Add support for 8 and 16-bit typesJason Ekstrand2017-03-303-2/+24
* nir/constant_expressions: Don't switch on bit size when not neededJason Ekstrand2017-03-301-14/+23
* nir/constant_expressions: Pull the guts out into a helper blockJason Ekstrand2017-03-301-98/+101
* i965: Stop using legacy dri_bufmgr_* and intel_* names.Kenneth Graunke2017-03-3010-14/+18
* intel: automake: move INTEL_CFLAGS as applicableEmil Velikov2017-03-302-1/+1
* intel: android: remove libdrm_intel requirementEmil Velikov2017-03-303-12/+6
* Partially revert "amd/addrlib: silence warnings" to fix builds with DEBUGMarek Olšák2017-03-303-6/+6
* ddebug: implement clear_textureMarek Olšák2017-03-302-0/+34
* radeonsi: fix an unused-variable warning in a release buildMarek Olšák2017-03-301-3/+1
* vdpau: fix a maybe-uninitialized warningMarek Olšák2017-03-301-1/+1
* softpipe: fix a maybe-uninitialized warningMarek Olšák2017-03-301-1/+1
* gallivm: fix a maybe-uninitialized warningMarek Olšák2017-03-301-1/+1
* gallium/radeon: s/dcc_disable/disable_dcc/Marek Olšák2017-03-304-9/+9
* radeonsi: handle incompatible DCC formats in resource_copy_regionMarek Olšák2017-03-301-0/+5
* radeonsi: remove a workaround for inexact *8_SNORM blitsMarek Olšák2017-03-301-3/+1
* gallium/radeon: add and use a new helper vi_dcc_enabledMarek Olšák2017-03-305-14/+16