mesa/src
Mathias Fröhlich b670f0d1d7 i965: Use bitmask/ffs to iterate enabled clip planes.
Replaces an iterate and test bit in a bitmask loop by a
loop only iterating over the bits set in the bitmask.

v2: Use _mesa_bit_scan{,64} instead of open coding.
v3: Use u_bit_scan{,64} instead of _mesa_bit_scan{,64}.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
2016-06-16 05:50:55 +02:00
..
compiler mesa/glsl: stop using GL shader type internally 2016-06-16 10:45:35 +10:00
egl Added pbuffer hooks for surfaceless platform 2016-06-14 08:51:02 -07:00
gallium auxilary/os: allow appending to GALLIUM_LOG_FILE 2016-06-15 17:16:42 -06:00
gbm Android: move libdrm settings to top-level Android.common.mk 2016-06-13 15:31:29 +01:00
getopt
glx glx: fix crash with bad fbconfig 2016-06-09 17:55:44 +03:00
gtest
hgl
intel anv: Fix a harmless overflow warning 2016-06-15 15:34:13 -07:00
loader Android: move libdrm settings to top-level Android.common.mk 2016-06-13 15:31:29 +01:00
mapi glapi: remap_helper.py: remove MESA_alt_functions 2016-06-13 15:31:28 +01:00
mesa i965: Use bitmask/ffs to iterate enabled clip planes. 2016-06-16 05:50:55 +02:00
util mesa/gallium: Move u_bit_scan{,64} from gallium to util. 2016-06-14 05:19:10 +02:00
Makefile.am automake: get in-tree `make distclean' working again. 2016-06-13 15:24:44 +01:00
SConscript glsl: move to compiler/ 2016-01-26 16:08:33 +00:00