summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: reenable ARB_cull_distance.Dave Airlie2016-05-241-1/+1
* glsl: rewrite clip/cull distance lowering passDave Airlie2016-05-243-63/+170
* glsl: make max array trackers ints and use -1 as base. (v2)Dave Airlie2016-05-2410-35/+32
* anv/formats: Make alpha blending a property of render targetsNanley Chery2016-05-231-4/+2
* i965: Unset alpha blend for R10G10B10_SNORM_A2_UNORMNanley Chery2016-05-231-1/+1
* i965: deindent blorp code.Dave Airlie2016-05-241-9/+9
* glsl: reindent line in ast_function.cppDave Airlie2016-05-241-1/+1
* mesa: allow GL_FRAMEBUFFER_DEFAULT_LAYERS to be queried with ES geometryIlia Mirkin2016-05-231-2/+2
* mesa: allow xfb to be active in GLES when geometry shader is enabled.Ilia Mirkin2016-05-231-2/+4
* main: check driver float texture support before upgrading to 16F/32FIlia Mirkin2016-05-231-28/+33
* st/mesa: update inst->info along with inst->opIlia Mirkin2016-05-231-0/+1
* glsl: Use correct mode for split components.Bas Nieuwenhuizen2016-05-241-1/+1
* mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED).Kenneth Graunke2016-05-236-0/+7
* gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke2016-05-2317-0/+18
* i965/fs: Mark UBO uniform pull constant loads as force_writemask_all.Francisco Jerez2016-05-232-1/+4
* i965/fs: Allow spilling of non-contiguous registers.Francisco Jerez2016-05-231-19/+2
* i965/fs: Calculate the (un)spill block size correctly.Francisco Jerez2016-05-231-3/+17
* i965/fs: Set exec_all on spills not matching the channel layout of the instru...Francisco Jerez2016-05-231-3/+16
* i965/fs: Set exec_all on unspills.Francisco Jerez2016-05-231-2/+10
* i965/fs: Move scratch block size calculation into the caller of emit_(un)spill.Francisco Jerez2016-05-231-21/+23
* i965/fs: Make emit_spill/unspill static functions taking builder as argument.Francisco Jerez2016-05-232-24/+21
* i965/fs: Apply execution controls from the instruction to scratch messages.Francisco Jerez2016-05-231-6/+5
* i965/fs: Fix signedness of local variables and arguments of emit_(un)spill.Francisco Jerez2016-05-232-8/+8
* i965/fs: Factor out calculation of the block of MRFs reserved for spilling.Francisco Jerez2016-05-231-9/+45
* egl: Add OpenGL_ES to API string regardless of GLES versionPlamena Manolova2016-05-231-7/+4
* freedreno/ir3: disable cp for indirect src'sRob Clark2016-05-231-0/+9
* nvc0: do not invalidate compute constbufs on KeplerSamuel Pitoiset2016-05-231-4/+6
* nir/validate: fix null deref coverity warningRob Clark2016-05-231-0/+1
* mesa: dri: Add shared glapi to LIBADD on AndroidNicolas Boichat2016-05-231-0/+8
* configure.ac: Add support for Android buildsNicolas Boichat2016-05-232-0/+15
* anv: remove define _DEFAULT_SOURCEEmil Velikov2016-05-233-6/+0
* gbm: remove define _DEFAULT_SOURCEEmil Velikov2016-05-231-2/+0
* gbm: remove define _BSD_SOURCEEmil Velikov2016-05-231-1/+0
* glxcmds: glXGetFBConfigs, fix screen boundsJiri Slaby2016-05-231-1/+1
* doxygen: Add missing modules to Windows runnerElie TOURNIER2016-05-231-0/+7
* egl: add missing link against $(CLOCK_LIB)Emil Velikov2016-05-231-1/+1
* egl: android: remove explicit glFlush callEmil Velikov2016-05-231-6/+0
* egl: android: drop dri2_create_image_android_native_buffer argumentEmil Velikov2016-05-231-2/+2
* egl: android: directly use dri2_create_image_dma_buf()Emil Velikov2016-05-233-3/+6
* configure.ac: error out when building from git without python3Emil Velikov2016-05-231-0/+6
* vl/drm: don't call close(-1) in vl_drm_screen_create error pathEmil Velikov2016-05-231-4/+5
* st/xa: don't call close(-1) in xa_tracker_create error pathEmil Velikov2016-05-231-3/+3
* st/dri: don't call close(-1) in dri{2, kms_}_init_screen error pathEmil Velikov2016-05-231-10/+20
* vk/intel: use negative VK_NO_PROTOTYPES schemeEric Engestrom2016-05-232-2/+1
* gbm: Add map/unmap functionsRob Herring2016-05-237-2/+165
* configure.ac: add pthreadstubs supportRob Herring2016-05-231-0/+4
* gbm: rename gbm_dri_bo_{map,unmap} to gbm_dri_bo_{map,unmap}_dumbRob Herring2016-05-233-8/+8
* st/dri: Add support for DRIimage extension mapImage/unmapImageRob Herring2016-05-231-1/+42
* DRI: Add DRIimage map and unmap functionsRob Herring2016-05-231-1/+33
* gbm: Add Android build supportRob Herring2016-05-232-0/+45