summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-23gen7 sim workaroundsivb-simJordan Justen2-2/+8
2016-05-23Revert "i965/gen7: Emit stall and dummy primitive draw after switching to the...Jordan Justen1-24/+0
2016-05-23Revert "i965/gen7.5+: Disable resource streamer during GPGPU workloads."Jordan Justen3-42/+1
2016-05-23i965/gen7: Fix gl_HelperInvocationJordan Justen1-1/+1
2016-05-23anv build hack - (for jenkins)Jordan Justen2-0/+15
2016-05-23pthread build hackRob Clark1-2/+4
2016-05-23squash i965: Remove old CS local ID handlingJordan Justen4-104/+0
2016-05-23squash i965: Run the intrinsics lowering passJordan Justen1-0/+1
2016-05-23squash i965: Use struct push_const_info and support cross-thread constantsJordan Justen2-47/+62
2016-05-23squash-fwd i965/cs: Add CS push constant structureJordan Justen1-0/+67
2016-05-23i965: Add uniform to hold the CS thread ID baseJordan Justen5-4/+43
2016-05-23i965: Add nir channel_num system valueJordan Justen2-0/+14
2016-05-23nir: Make lowering gl_LocalInvocationIndex optionalJordan Justen6-5/+22
2016-05-23i965: Add nir based intrinsic loweringJordan Justen3-0/+144
2016-05-23i965: Use nir to lower cs-derived variablesJordan Justen1-2/+0
2016-05-23glsl: Add glsl LowerCsDerivedVariables optionJordan Justen5-7/+24
2016-05-23i965/compute: Fix uniform init issue when SIMD8 is skippedJordan Justen1-1/+1
2016-05-23nir/validate: fix null deref coverity warningRob Clark1-0/+1
2016-05-23mesa: dri: Add shared glapi to LIBADD on AndroidNicolas Boichat1-0/+8
2016-05-23configure.ac: Add support for Android buildsNicolas Boichat2-0/+15
2016-05-23anv: remove define _DEFAULT_SOURCEEmil Velikov3-6/+0
2016-05-23gbm: remove define _DEFAULT_SOURCEEmil Velikov1-2/+0
2016-05-23gbm: remove define _BSD_SOURCEEmil Velikov1-1/+0
2016-05-23glxcmds: glXGetFBConfigs, fix screen boundsJiri Slaby1-1/+1
2016-05-23doxygen: Add missing modules to Windows runnerElie TOURNIER1-0/+7
2016-05-23egl: add missing link against $(CLOCK_LIB)Emil Velikov1-1/+1
2016-05-23egl: android: remove explicit glFlush callEmil Velikov1-6/+0
2016-05-23egl: android: drop dri2_create_image_android_native_buffer argumentEmil Velikov1-2/+2
2016-05-23egl: android: directly use dri2_create_image_dma_buf()Emil Velikov3-3/+6
2016-05-23configure.ac: error out when building from git without python3Emil Velikov1-0/+6
2016-05-23vl/drm: don't call close(-1) in vl_drm_screen_create error pathEmil Velikov1-4/+5
2016-05-23st/xa: don't call close(-1) in xa_tracker_create error pathEmil Velikov1-3/+3
2016-05-23st/dri: don't call close(-1) in dri{2, kms_}_init_screen error pathEmil Velikov1-10/+20
2016-05-23vk/intel: use negative VK_NO_PROTOTYPES schemeEric Engestrom2-2/+1
2016-05-23gbm: Add map/unmap functionsRob Herring7-2/+165
2016-05-23configure.ac: add pthreadstubs supportRob Herring1-0/+4
2016-05-23gbm: rename gbm_dri_bo_{map,unmap} to gbm_dri_bo_{map,unmap}_dumbRob Herring3-8/+8
2016-05-23st/dri: Add support for DRIimage extension mapImage/unmapImageRob Herring1-1/+42
2016-05-23DRI: Add DRIimage map and unmap functionsRob Herring1-1/+33
2016-05-23gbm: Add Android build supportRob Herring2-0/+45
2016-05-23gbm: add Android gallium_dri.so library loading supportRob Herring1-0/+9
2016-05-23gbm: split out source file to Makefile.sourcesRob Herring2-8/+15
2016-05-23Android: Move setting DEFAULT_DRIVER_DIR to shared locationRob Herring2-7/+7
2016-05-23c11/threads: create mutexattrs only when neededEmil Velikov1-2/+7
2016-05-23configure: added xcb to dri3 modules to pkg-confAndres Gomez1-1/+1
2016-05-23glsl/linker: dvec3/dvec4 consume twice input vertex attributesJuan A. Suarez Romero1-0/+20
2016-05-23i965/fs: do not depend on std140 alignment rules for UBO loadsFrancisco Jerez1-46/+13
2016-05-23nir: handle double-precision in fsign, fsat, fnot and frcpIago Toral Quiroga1-4/+9
2016-05-23nir: handle double-precision in fabs, frsq and fsqrtIago Toral Quiroga1-3/+3
2016-05-23glsl/parser: handle multiple layout sections with AST nodes.Dave Airlie1-0/+2