summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* broadcom/vc4: Simplify the relocation handling for index buffers.Eric Anholt2017-12-012-17/+17
* broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.Eric Anholt2017-12-011-16/+27
* broadcom/vc4: Fix the scaling factor for the GFXH-515 workaround.Eric Anholt2017-12-011-1/+1
* meson: use dep_thread instead of dependency('threads') in freedrenoDylan Baker2017-12-011-1/+1
* meson: Add lmsensors supportDylan Baker2017-12-017-4/+25
* meson: Add support for gallium extra hudDylan Baker2017-12-012-0/+10
* glx: Prepare driFetchDrawable for no-config contextsAdam Jackson2017-12-013-8/+30
* glx: Use __glXSendError instead of open-coding itAdam Jackson2017-12-012-26/+4
* glx: Simplify some dummy vtable interactionsAdam Jackson2017-12-011-5/+5
* docs/release-calendar: update and extendEmil Velikov2017-12-011-16/+15
* docs/specs: annotate MESA_set_3dfx_mode as obsoleteEmil Velikov2017-12-012-2/+2
* xlib: remove dummy GLX_MESA_set_3dfx_mode implementationEmil Velikov2017-12-016-66/+1
* docs/specs: annotate MESA_agp_offset as obsoleteEmil Velikov2017-12-012-3/+2
* xlib: remove empty GLX_MESA_agp_offset stubsEmil Velikov2017-12-013-23/+0
* xlib: remove empty GLX_NV_vertex_array_range stubsEmil Velikov2017-12-013-68/+0
* i965/gen10: Change the order of PIPE_CONTROL and load register.Rafael Antognolli2017-12-011-3/+3
* intel/compiler: Implement WaClearTDRRegBeforeEOTForNonPS.Rafael Antognolli2017-12-012-0/+19
* i965/gen10: emit 3DSTATE_MULTISAMPLE more often.Rafael Antognolli2017-12-011-1/+2
* meson: install khrplatform header for EGL as well as GLESDylan Baker2017-12-011-1/+1
* meson: install dri internal headerDylan Baker2017-12-011-0/+4
* i965: Disable regular fast-clears (CCS_D) on gen9+Jason Ekstrand2017-12-012-25/+43
* egl/x11: Remove unneeded free() on always null stringVadym Shovkoplias2017-12-011-1/+0
* gallium/hud: use #ifdef to test for macro existenceEric Engestrom2017-12-016-11/+11
* amd: remove always-true BRAHMA_BUILD defineEric Engestrom2017-12-015-21/+5
* glx/dri3: Remove unused deviceName variableVadym Shovkoplias2017-12-011-4/+1
* swr/scons: Fix intermittent build failureGeorge Kyriazis2017-12-011-0/+1
* radv: only reset command buffers when the allocation failsSamuel Pitoiset2017-12-011-4/+14
* radv: do not dump meta shaders with RADV_DEBUG=shadersSamuel Pitoiset2017-12-013-5/+12
* r600: add ARB_shader_storage_buffer_object support (v3)Dave Airlie2017-12-018-24/+372
* r600/cayman: looks like cmpxchg moved to ZDave Airlie2017-12-011-2/+5
* r600/shader: fix 64->32 conversionsDave Airlie2017-12-011-35/+54
* radv: do not allocate CMASK or DCC for small surfacesSamuel Pitoiset2017-11-301-0/+10
* radv: do not set DISABLE_LSB_CEIL on GFX9Samuel Pitoiset2017-11-301-1/+1
* radv: remove set but unnecessary radv_color_buffer_info::micro_tile_modeSamuel Pitoiset2017-11-302-2/+0
* radv: do not store gfx9_epitch in radv_color_buffer_infoSamuel Pitoiset2017-11-303-7/+4
* meson: fix glxext.h installDylan Baker2017-11-301-1/+1
* meson: fix GLES3/gl31.h installDylan Baker2017-11-301-1/+1
* ac/surface: always compute DCC info when DCC is possible on GFX9Marek Olšák2017-11-301-1/+0
* radeonsi/gfx9: fix importing shared textures with DCCMarek Olšák2017-11-301-1/+1
* meson: fix deps and underlinkage of libGLJon Turney2017-11-302-2/+5
* meson: build src/glx/windowsJon Turney2017-11-302-10/+83
* meson: don't require dri2proto for darwin or windowsJon Turney2017-11-301-1/+3
* meson: set _GNU_SOURCE on cygwinJon Turney2017-11-301-1/+1
* meson: set windows glx definesJon Turney2017-11-301-0/+2
* meson: fix generated source inclusion on macOS and WindowsDylan Baker2017-11-301-1/+1
* intel/blorp: Fix possible NULL pointer dereferencingVadym Shovkoplias2017-11-301-2/+2
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-11-3010-18/+60
* anv: Check if memfd_create is already defined.Vinson Lee2017-11-304-1/+6
* i965/vec4: use a temp register to compute offsets for pull loadsIago Toral Quiroga2017-11-301-1/+3
* etnaviv: GC7000: Factor out state based texture functionalityWladimir J. van der Laan2017-11-308-308/+454