mesa/src
Kenneth Graunke 7ce5c6b214 i965: Combine URB code emission into a single group.
All four URB packets need to be programmed together in order for the GPU
state to be valid.  Putting them in separate BEGIN..ADVANCE blocks is
risky: if we're nearing the end of a batch, the batch could be flushed
inbetween two of the commands, causing the URB programming to be split
into two batchbuffers.

This -might- be okay with hardware contexts, but it offers no advantages
over keeping them together, and has a potential for hangs.

Putting them into a single BEGIN..ADVANCE block ensures they'll be kept
in the same batch, which seems wise.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
2013-07-18 16:57:21 -07:00
..
egl egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPE 2013-07-18 16:03:42 -07:00
gallium llvmpipe: clamp inputs for srgb render buffers 2013-07-18 19:04:20 +02:00
gbm gbm: Remember to init format on gbm_dri_bo_create. 2013-02-07 20:00:52 -05:00
getopt
glsl glsl/linker: Use correct array length when linking inter-stage uniforms and varyings. 2013-07-18 14:12:44 -07:00
glx glx: Enable floating-point fbconfig extensions 2013-07-18 16:03:42 -07:00
gtest gtest: Build it only for 'make check'. 2013-01-13 12:38:44 +01:00
mapi glapi: Do not use backtrace on OpenBSD. 2013-07-16 09:00:38 -07:00
mesa i965: Combine URB code emission into a single group. 2013-07-18 16:57:21 -07:00
Makefile.am build: Remove GALLIUM_DIRS 2013-04-15 12:04:26 -07:00
SConscript Remove libGLU 2012-08-31 10:58:15 -07:00