mesa/src
Axel Davy 5d2a8e8a36 st/nine: Cleaning code for vs temporaries
This has been a real mess up to now: the temporaries
were allocated once, and shared after that between
the different parts of the code.

To help maintaining the code, the temporaries are now
allocated and released on need.

As surprising as it could be, this patch, which was
supposed to introduce no behaviour change, actually
solved a visual bug observed on a sample program.
This was due to ureg_normalize3 polluting a temporary
variable.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
2016-10-10 23:43:50 +02:00
..
amd radv: Use proper header guards over 'pragma once' directives 2016-10-10 16:10:56 +11:00
compiler glsl: Add missing cache_destroy stub function. 2016-10-10 11:17:31 -07:00
egl egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3) 2016-10-10 09:54:11 -07:00
gallium st/nine: Cleaning code for vs temporaries 2016-10-10 23:43:50 +02:00
gbm gbm: return appropriate error when queryImage() fails 2016-09-27 13:37:21 +01:00
getopt Introduce .editorconfig 2016-08-31 17:06:54 -07:00
glx loader/dri3: add get_dri_screen() to the vtable 2016-10-07 11:11:44 +03:00
gtest Introduce .editorconfig 2016-08-31 17:06:54 -07:00
hgl glapi/hgl: remove the final user of _glapi_check_table() 2016-10-06 15:03:46 +01:00
intel intel: Fix bash-specific redirection. 2016-10-10 09:50:05 -07:00
loader loader/dri3: import prime buffers in the currently-bound screen 2016-10-07 11:11:55 +03:00
mapi glapi: add entry points for GL_ARB_compute_variable_group_size 2016-10-07 00:18:57 +02:00
mesa mesa: throw error if bufSize negative in GetSynciv on OpenGL ES 2016-10-10 07:29:31 +03:00
util util: remove unused variable 2016-10-07 21:24:50 +11:00
Makefile.am radv: add initial non-conformant radv vulkan driver 2016-10-07 09:16:09 +10:00
SConscript scons: put the generated git_sha1.h file in top-level src/ directory 2016-06-17 10:33:00 -06:00