index
:
~rantogno/piglit
cnl/hacked_multisample_accuracy
dither
glean-master
glsl2
master
shader_runner
wip/texsubimage-hacked
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
texturing
/
texwrap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-18
texwrap: fix stencil texturing a bit
Roland Scheidegger
1
-1
/
+15
2015-12-04
texwrap: Allow compressed test to run with GL_EXT_texture_compression_dxt1 an...
Ian Romanick
1
-3
/
+28
2015-12-04
texwrap: Refactor getting the test vector for a name
Ian Romanick
1
-13
/
+25
2015-11-23
texwrap: do no short circuit remaining tests if one fails
Emil Velikov
1
-3
/
+3
2015-07-20
texwrap: skip if integers or offset used with non-2D
Dave Airlie
1
-0
/
+8
2015-05-28
texwrap: fix missing brace.
Dave Airlie
1
-1
/
+1
2015-05-28
texwrap: test wrapping texture offsets
Dave Airlie
1
-2
/
+58
2015-04-13
texwrap: add GL_ARB_texture_stencil8 support
Dave Airlie
1
-1
/
+13
2014-10-21
Replaced assert(glGetError()) with gl_check_gl_error()
Juliet fru
1
-3
/
+6
2014-08-12
texwrap: Add the BPTC formats
Neil Roberts
1
-0
/
+13
2014-07-16
texwrap: minor assorted changes
Brian Paul
1
-34
/
+28
2014-07-15
util/gl: Rename piglit-util-gl-common.h
Chad Versace
1
-1
/
+1
2014-03-19
texwrap: add ARB_depth_texture dependency
Ilia Mirkin
1
-1
/
+2
2014-01-17
texwrap: Silence uninitialized variable warning.
Vinson Lee
1
-1
/
+1
2014-01-06
texwrap: Add missing extension checks
Ian Romanick
1
-1
/
+9
2013-10-20
tests: Add GL_ARB_texture_mirror_clamp_to_edge to texturing test.
Rico Schüller
1
-7
/
+8
2013-08-27
Use global function piglit_srgb_to_linear() to avoid code duplication
Anuj Phogat
1
-7
/
+1
2013-04-16
Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusion
Marek Olšák
1
-1
/
+1
2013-01-24
texwrap: Fix out-of-bounds read.
Vinson Lee
1
-1
/
+1
2013-01-21
texwrap: Report subtest results.
Eric Anholt
1
-0
/
+7
2012-12-09
texwrap: Add default cases with asserts.
Vinson Lee
1
-0
/
+6
2012-11-30
util/gl: Kill shader wrapper functions
Chad Versace
1
-7
/
+7
2012-10-26
texwrap: require ARB_texture_float for float RG formats
Marek Olšák
1
-1
/
+2
2012-10-15
texwrap: Avoid FLOAT/UINT/INT symbols.
José Fonseca
1
-78
/
+78
2012-10-15
texwrap: rework the test
Marek Olšák
1
-1274
/
+1595
2012-10-09
util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)
Chad Versace
1
-0
/
+2
2012-10-09
util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/END
Chad Versace
1
-4
/
+7
2012-10-09
util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)
Chad Versace
1
-1
/
+1
2012-10-09
tests,util: Wrap glutKeyboardFunc with piglit_set_keyboard_func
Chad Versace
1
-1
/
+1
2012-10-09
tests: Remove all uses of glutBitmapCharacter
Chad Versace
1
-10
/
+0
2012-09-04
Never call glutKeyboardFunc in -auto mode
Chris Forbes
1
-3
/
+1
2012-07-08
texwrap: test GL_RGB565 from ARB_ES2_compatibility
Marek Olšák
1
-1
/
+3
2012-06-28
util: Move piglit-util to piglit-util-gl-common
Blaž Tomažič
1
-1
/
+1
2012-06-20
tests: Let each test define main()
Chad Versace
1
-2
/
+6
2011-12-11
texwrap: increase max allowed error (linear_deltamax)
Vadim Girlin
1
-5
/
+5
2011-12-05
texwrap: Fix memory leaks.
Vinson Lee
1
-3
/
+12
2011-08-28
texwrap: Convert to running concurrently into FBOs.
Eric Anholt
1
-5
/
+6
2011-06-10
texwrap: test border color separately
Marek Olšák
1
-8
/
+45
2011-06-09
texwrap: set wrap R mode even for non-3D textures
Marek Olšák
1
-4
/
+2
2011-04-29
Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.
Marek Olšák
1
-1
/
+1
2011-04-06
texwrap: increase tolerance by one bit for compressed SNORM one-channel textures
Marek Olšák
1
-2
/
+2
2011-03-16
texwrap: increase tolerance by 1 bit for SNORM textures
Marek Olšák
1
-7
/
+7
2011-02-18
texwrap: allow lower precision for GL_R11F_G11F_B10F
Marek Olšák
1
-1
/
+1
2011-02-18
texwrap: fix testing GL_DEPTH32F_STENCIL8
Marek Olšák
1
-12
/
+36
2011-02-17
texwrap: test EXT_texture_snorm
Marek Olšák
1
-0
/
+34
2011-02-17
texwrap: test EXT_packed_depth_stencil
Marek Olšák
1
-9
/
+26
2011-02-17
texwrap: test ARB_texture_compression
Marek Olšák
1
-0
/
+14
2011-02-17
texwrap: test ARB_depth_buffer_float
Marek Olšák
1
-0
/
+6
2011-02-17
Remove unnecessary OpenGL extension defines
Marek Olšák
1
-68
/
+0
2011-02-16
texwrap: remove the RGBA DXT1 workaround for Mesa
Marek Olšák
1
-20
/
+8
[next]