-
gles3-fmt-v1ae0120f2 · ·
GLES3 changes for readpix/teximage/FBO v1: * various 2101010 texture tweaks * integer/signed-int/unsigned-int texture tweaks * readpix/teximage/copyteximage ES3 error checks * additional FBO completeness checks for GLES * tested with i965+gen7 * crash=>pass: gles3-gtf/packed_pixels/packed_pixels * crash=>pass: gles3-gtf/packed_pixels/packed_pixels_pbo * crash=>pass: gles3-gtf/packed_pixels/packed_pixels_pixelstore * pass=>fail: gles3-gtf/half_float/half_float_textures - suspect test mismatch with spec * no change: piglit/quick-driver
-
core-context-v285e97b18 · ·
Support Desktop GL Core contexts v2: * Decompose patches further * Drop DRI changes * Drop state_tracker changes * Drop MESA_GL_API_OVERRIDE variable v1: * Add CORE API type * Alter code paths to generate errors for legacy functions * Add MESA_GL_API_OVERRIDE variable
-
rgb10_a2ui-v3257f32ad · ·
Improve integer texture support & add i965 texture_rgb10_a2ui support v3: * 4 reviewed patches from v2 were committed, and thus removed from the series * Updated _mesa_meta_CopyTexSubImage to fix an issue with a texture using MESA_FORMAT_R8 * Note: patches 1-3 & 8 of this series have been previously reviewed v2: * Add glformats.c/glformats.h * Move integer texture clamping fixes from ReadPixels to CopyTexSubImage * updated docs/GL3.txt for i965 & texture_rgb10_a2ui * Fix ugly pseudo-template in .h. I just duplicated the code and dropped pack_int_cases_tmp.h. v1: * Improve integer texture support * Add i965 texture_rgb10_a2ui support
-
instanced_arrays-v2c988bf94 · ·
i965: enable ARB_instanced_arrays extension v2: * leave (total_size < 2048) check where it was to only make this check once rather than once for each array.