summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: pass the ctx to _mesa_one_time_init_extension_overridesEmil Velikov2017-11-163-3/+3
* mesa: call atexit() only as neededEmil Velikov2017-11-161-3/+1
* mesa: remove unnecessary 'sort by year' for the GL extensionsEmil Velikov2017-11-161-50/+3
* mesa: reuse set_extension() for _mesa_extension_override_disablesEmil Velikov2017-11-161-4/+3
* mesa: drop unnecessary coping of extra_extensionsEmil Velikov2017-11-161-11/+6
* mesa: remove duplicate 'disabled extensions' listEmil Velikov2017-11-161-7/+1
* mesa: call _mesa_make_extension_string only as neededEmil Velikov2017-11-162-2/+2
* mesa: split extensions overrides and glGetString(GL_EXTENSIONS)Emil Velikov2017-11-1612-20/+24
* i965: remove ARB_compute_shader extension overrideEmil Velikov2017-11-161-2/+1
* i965: use _mesa_is_desktop_gl helperEmil Velikov2017-11-161-1/+1
* egl: add note about missing $plat_teardownEmil Velikov2017-11-161-0/+1
* egl/wayland: move teardown code to the platform fileEmil Velikov2017-11-163-20/+27
* egl/drm: move teardown code to the platform fileEmil Velikov2017-11-163-5/+12
* egl/x11: move teardown code to the platform fileEmil Velikov2017-11-163-5/+11
* egl: Provide meaningfull error when built w/o requested platformEmil Velikov2017-11-162-11/+41
* freedreno: also mark images used by draw/gridRob Clark2017-11-161-0/+18
* freedreno: mark SSBOs written at draw timeRob Clark2017-11-161-1/+1
* freedreno/a5xx: ARB_framebuffer_no_attachments supportRob Clark2017-11-163-1/+11
* i965: Implement another VF cache invalidate workaround on Gen8+.Kenneth Graunke2017-11-161-8/+33
* tgsi/exec: fix LDEXP in softpipeNicolai Hähnle2017-11-161-1/+1
* radeonsi: copy some nir gs infoTimothy Arceri2017-11-161-0/+7
* ac: add gs_{prim,invocation}_id to the abiTimothy Arceri2017-11-164-18/+16
* radeonsi: gather stream info in nir pathTimothy Arceri2017-11-161-0/+37
* mapi: Use correct shared libraries suffix on macOS.Vinson Lee2017-11-152-2/+12
* tgsi: whitespace clean-ups in tgsi_util.[ch]Brian Paul2017-11-152-40/+34
* svga: s/unsigned/enum tgsi_texture_type/Brian Paul2017-11-151-5/+5
* tgsi: s/unsigned/enum tgsi_texture_type/Brian Paul2017-11-152-8/+8
* gallium/wgl: fix default pixel format issueFrank Richter2017-11-151-2/+21
* svga: issue debug warning for unsupported two-sided stencil stateBrian Paul2017-11-151-0/+15
* st/mesa: whitespace fixes in st_manager.cBrian Paul2017-11-151-5/+31
* st/mesa: whitespace clean-ups in st_context.cBrian Paul2017-11-151-31/+46
* st/mesa: move st_manager_destroy() earlier in fileBrian Paul2017-11-151-13/+15
* st/mesa: move st_init_driver_flags() earlier in fileBrian Paul2017-11-151-61/+62
* etnaviv: Add sampler TS supportWladimir J. van der Laan2017-11-153-6/+99
* etnaviv: Flush TS cache before changing TS configurationWladimir J. van der Laan2017-11-151-0/+5
* etnaviv: Add TS_SAMPLER formats to etnaviv_formatWladimir J. van der Laan2017-11-152-74/+91
* etnaviv: Check that resource has a valid TS in etna_resource_needs_flushWladimir J. van der Laan2017-11-152-1/+18
* etnaviv: rnndb updateWladimir J. van der Laan2017-11-156-9/+20
* radv: it isn't an error to not support a format or driverDave Airlie2017-11-162-2/+2
* i965: Drop some reserved space remnants.Kenneth Graunke2017-11-152-4/+1
* intel: Drop mtypes.h include from brw_compiler.h.Kenneth Graunke2017-11-151-1/+0
* i965: Fold ABO state upload code into the SSBO/UBO state upload code.Kenneth Graunke2017-11-1510-189/+16
* i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code.Kenneth Graunke2017-11-158-139/+8
* i965: Make a better helper function for UBO/SSBO/ABO surface handling.Kenneth Graunke2017-11-153-94/+37
* radv: add the vertex buffers BO to the list at bind timeSamuel Pitoiset2017-11-151-3/+3
* radv: replace vb_dirty with RADV_CMD_DIRTY_VERTEX_BUFFERSamuel Pitoiset2017-11-152-4/+5
* radv: drop radv_cmd_dirty_mask_t typedefSamuel Pitoiset2017-11-152-3/+2
* radv: use an unsigned 32-bit integer for radv_queue::family_indexSamuel Pitoiset2017-11-152-2/+2
* radv: do not add the image BO in radv_set_dcc_need_cmask_elim_pred()Samuel Pitoiset2017-11-151-2/+0
* radv: do not add the image BO in radv_set_color_clear_regs()Samuel Pitoiset2017-11-151-2/+0