| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: reindent line in ast_function.cpp | Dave Airlie | 2016-05-24 | 1 | -1/+1 |
* | mesa: allow GL_FRAMEBUFFER_DEFAULT_LAYERS to be queried with ES geometry | Ilia Mirkin | 2016-05-23 | 1 | -2/+2 |
* | mesa: allow xfb to be active in GLES when geometry shader is enabled. | Ilia Mirkin | 2016-05-23 | 1 | -2/+4 |
* | main: check driver float texture support before upgrading to 16F/32F | Ilia Mirkin | 2016-05-23 | 1 | -28/+33 |
* | st/mesa: update inst->info along with inst->op | Ilia Mirkin | 2016-05-23 | 1 | -0/+1 |
* | glsl: Use correct mode for split components. | Bas Nieuwenhuizen | 2016-05-24 | 1 | -1/+1 |
* | mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED). | Kenneth Graunke | 2016-05-23 | 6 | -0/+7 |
* | gallium: Add a pipe cap for whether primitive restart works for patches. | Kenneth Graunke | 2016-05-23 | 17 | -0/+18 |
* | i965/fs: Mark UBO uniform pull constant loads as force_writemask_all. | Francisco Jerez | 2016-05-23 | 2 | -1/+4 |
* | i965/fs: Allow spilling of non-contiguous registers. | Francisco Jerez | 2016-05-23 | 1 | -19/+2 |
* | i965/fs: Calculate the (un)spill block size correctly. | Francisco Jerez | 2016-05-23 | 1 | -3/+17 |
* | i965/fs: Set exec_all on spills not matching the channel layout of the instru... | Francisco Jerez | 2016-05-23 | 1 | -3/+16 |
* | i965/fs: Set exec_all on unspills. | Francisco Jerez | 2016-05-23 | 1 | -2/+10 |
* | i965/fs: Move scratch block size calculation into the caller of emit_(un)spill. | Francisco Jerez | 2016-05-23 | 1 | -21/+23 |
* | i965/fs: Make emit_spill/unspill static functions taking builder as argument. | Francisco Jerez | 2016-05-23 | 2 | -24/+21 |
* | i965/fs: Apply execution controls from the instruction to scratch messages. | Francisco Jerez | 2016-05-23 | 1 | -6/+5 |
* | i965/fs: Fix signedness of local variables and arguments of emit_(un)spill. | Francisco Jerez | 2016-05-23 | 2 | -8/+8 |
* | i965/fs: Factor out calculation of the block of MRFs reserved for spilling. | Francisco Jerez | 2016-05-23 | 1 | -9/+45 |
* | egl: Add OpenGL_ES to API string regardless of GLES version | Plamena Manolova | 2016-05-23 | 1 | -7/+4 |
* | freedreno/ir3: disable cp for indirect src's | Rob Clark | 2016-05-23 | 1 | -0/+9 |
* | nvc0: do not invalidate compute constbufs on Kepler | Samuel Pitoiset | 2016-05-23 | 1 | -4/+6 |
* | nir/validate: fix null deref coverity warning | Rob Clark | 2016-05-23 | 1 | -0/+1 |
* | mesa: dri: Add shared glapi to LIBADD on Android | Nicolas Boichat | 2016-05-23 | 1 | -0/+8 |
* | configure.ac: Add support for Android builds | Nicolas Boichat | 2016-05-23 | 2 | -0/+15 |
* | anv: remove define _DEFAULT_SOURCE | Emil Velikov | 2016-05-23 | 3 | -6/+0 |
* | gbm: remove define _DEFAULT_SOURCE | Emil Velikov | 2016-05-23 | 1 | -2/+0 |
* | gbm: remove define _BSD_SOURCE | Emil Velikov | 2016-05-23 | 1 | -1/+0 |
* | glxcmds: glXGetFBConfigs, fix screen bounds | Jiri Slaby | 2016-05-23 | 1 | -1/+1 |
* | doxygen: Add missing modules to Windows runner | Elie TOURNIER | 2016-05-23 | 1 | -0/+7 |
* | egl: add missing link against $(CLOCK_LIB) | Emil Velikov | 2016-05-23 | 1 | -1/+1 |
* | egl: android: remove explicit glFlush call | Emil Velikov | 2016-05-23 | 1 | -6/+0 |
* | egl: android: drop dri2_create_image_android_native_buffer argument | Emil Velikov | 2016-05-23 | 1 | -2/+2 |
* | egl: android: directly use dri2_create_image_dma_buf() | Emil Velikov | 2016-05-23 | 3 | -3/+6 |
* | configure.ac: error out when building from git without python3 | Emil Velikov | 2016-05-23 | 1 | -0/+6 |
* | vl/drm: don't call close(-1) in vl_drm_screen_create error path | Emil Velikov | 2016-05-23 | 1 | -4/+5 |
* | st/xa: don't call close(-1) in xa_tracker_create error path | Emil Velikov | 2016-05-23 | 1 | -3/+3 |
* | st/dri: don't call close(-1) in dri{2, kms_}_init_screen error path | Emil Velikov | 2016-05-23 | 1 | -10/+20 |
* | vk/intel: use negative VK_NO_PROTOTYPES scheme | Eric Engestrom | 2016-05-23 | 2 | -2/+1 |
* | gbm: Add map/unmap functions | Rob Herring | 2016-05-23 | 7 | -2/+165 |
* | configure.ac: add pthreadstubs support | Rob Herring | 2016-05-23 | 1 | -0/+4 |
* | gbm: rename gbm_dri_bo_{map,unmap} to gbm_dri_bo_{map,unmap}_dumb | Rob Herring | 2016-05-23 | 3 | -8/+8 |
* | st/dri: Add support for DRIimage extension mapImage/unmapImage | Rob Herring | 2016-05-23 | 1 | -1/+42 |
* | DRI: Add DRIimage map and unmap functions | Rob Herring | 2016-05-23 | 1 | -1/+33 |
* | gbm: Add Android build support | Rob Herring | 2016-05-23 | 2 | -0/+45 |
* | gbm: add Android gallium_dri.so library loading support | Rob Herring | 2016-05-23 | 1 | -0/+9 |
* | gbm: split out source file to Makefile.sources | Rob Herring | 2016-05-23 | 2 | -8/+15 |
* | Android: Move setting DEFAULT_DRIVER_DIR to shared location | Rob Herring | 2016-05-23 | 2 | -7/+7 |
* | c11/threads: create mutexattrs only when needed | Emil Velikov | 2016-05-23 | 1 | -2/+7 |
* | configure: added xcb to dri3 modules to pkg-conf | Andres Gomez | 2016-05-23 | 1 | -1/+1 |
* | glsl/linker: dvec3/dvec4 consume twice input vertex attributes | Juan A. Suarez Romero | 2016-05-23 | 1 | -0/+20 |