index
:
~airlied/piglit
ARB_blend_func_extended
arb-blend-func
arb_bindless_texture
arb_gpu_shader_fp64
arb_gpu_shader_fp64_2
arb_gpu_shader_int64
arb_gpu_shader_int64-2
arb_shader_subroutine
arb_tcma
arb_texture_cube_map_array
arb_texture_query_lod
arb_texture_rgb10_a2ui
arb_texture_stencil8
arb_vertex_attrib_64bit
cubemap-shader
ext-t-i
glean-master
glsl2
hacks
i-cant-believe-its-not-arb_shader_subroutine
master
rgtc
shader_runner
test
texture-al
texture_gather_offsets
ti-hack
tmp
xts5-wrapper
zink-wip
Unnamed repository; edit this file to name it for gitweb.
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-03
add explicit
ARB_blend_func_extended
Dave Airlie
1
-0
/
+335
2012-03-31
ARB_blend_func_extended: test all blending modes
Dave Airlie
4
-1
/
+355
2012-03-31
glslparsertest doesn't use commas
Dave Airlie
3
-3
/
+3
2012-04-01
tests/all.tests: add ARB_blend_func_extended tests to all.tests
Dave Airlie
1
-0
/
+7
2012-03-31
arb blend func extended - check errors at glBegin
Dave Airlie
2
-0
/
+119
2012-03-31
blend-api: fix copyright as pointed out by Eric.
Dave Airlie
1
-1
/
+1
2012-03-31
arb_explicit_location: test for index specified without location
Dave Airlie
1
-0
/
+16
2012-03-27
Add a test for GL_EXT_unpack_subimage on GLES2
Neil Roberts
5
-0
/
+268
2012-03-26
gl-3.0/minmax: Fix printf format warnings.
Vinson Lee
1
-2
/
+2
2012-03-26
html: Use isinstance(x, basestring) rather than "str" and "unicode."
Kenneth Graunke
1
-1
/
+1
2012-03-26
Add GLSL tests for loops with function calls that have side-effects.
Kenneth Graunke
2
-0
/
+56
2012-03-26
glsl-1.40: Add a test for vertex shaders that don't write gl_Position.
Eric Anholt
5
-0
/
+147
2012-03-26
GL_EXT_transform_feedback/negative-prims: New test for error behavior.
Eric Anholt
3
-0
/
+183
2012-03-26
textureSize: Add GLSL 1.40 textureSize() to all.tests.
Eric Anholt
1
-1
/
+10
2012-03-26
textureSize: Add support for testing rectangle textures in 1.40.
Eric Anholt
2
-9
/
+22
2012-03-26
textureSize: Add support for running these tests in GLSL 1.40 mode.
Eric Anholt
3
-13
/
+37
2012-03-26
textureSize: Bail out if we fail to link.
Eric Anholt
1
-0
/
+6
2012-03-26
piglit-dispatch: Define GLAPI too.
José Fonseca
1
-1
/
+10
2012-03-26
cmake: Add GLUT_INCLUDE_DIR to glean.
José Fonseca
1
-0
/
+1
2012-03-23
glean: use piglit_get_proc_address().
Paul Berry
2
-26
/
+4
2012-03-23
Remove GLEW workarounds.
Paul Berry
2
-11
/
+0
2012-03-23
piglit-dispatch: Remove GLEW.
Paul Berry
2
-32100
/
+0
2012-03-23
piglit-dispatch: Switch to using piglit-dispatch instead of GLEW.
Paul Berry
8
-28
/
+15
2012-03-23
piglit-dispatch: Remaining infrastructure.
Paul Berry
4
-1
/
+598
2012-03-23
cmake: Make each *.o depend on generated piglit_dispatch headers
Chad Versace
1
-6
/
+12
2012-03-23
cmake: Replace calls to add_{executable,library} with wrappers
Chad Versace
76
-649
/
+649
2012-03-23
cmake: Define wrapper functions piglit_add_{executable,library}
Chad Versace
1
-0
/
+26
2012-03-23
cmake: Move utility functions into piglit_util.cmake
Chad Versace
3
-23
/
+50
2012-03-23
piglit-dispatch: Code generation scripts.
Paul Berry
7
-1
/
+1209
2012-03-23
piglit-dispatch: Additions to OpenGL API spec files.
Paul Berry
1
-10
/
+13
2012-03-23
piglit-dispatch: Corrections to OpenGL API spec files.
Paul Berry
2
-36
/
+3
2012-03-23
piglit-dispatch: Introduce OpenGL API spec files.
Paul Berry
3
-0
/
+39714
2012-03-23
Remove NVX_gpu_memory_info enums from piglit-util-enum.c
Paul Berry
1
-5
/
+5
2012-03-23
Fixup APIENTRY macro on Apple
Paul Berry
1
-0
/
+7
2012-03-23
Add glewInit() calls to GLX_ARB_create_context tests.
Paul Berry
2
-0
/
+2
2012-03-23
Add glewInit() calls to glx tests.
Paul Berry
15
-0
/
+15
2012-03-23
glean: use piglit-util and initialize GLEW.
Paul Berry
2
-0
/
+8
2012-03-23
Only define bool in non-C++ builds.
Paul Berry
1
-0
/
+2
2012-03-22
sampler-incomplete: test texture (in)completeness with sampler objects
Brian Paul
3
-0
/
+144
2012-03-22
glsl-{fs|vs}-loop-300.shader_test: test simple loops of 300 iterations
Brian Paul
2
-0
/
+73
2012-03-21
Use nearest filtering in the texelFetch() and textureSize() tests.
Kenneth Graunke
2
-4
/
+4
2012-03-21
cmake: Add GLEXT_INCLUDE_DIR include to arb_texture_buffer_object.
José Fonseca
1
-0
/
+1
2012-03-20
glsl-1.30: Add some specific tests for mix(, genbtype) with inf/nan.
Eric Anholt
2
-0
/
+97
2012-03-20
glsl-1.30: Add tests for mix(gentype, gentype, genbtype).
Eric Anholt
1
-0
/
+2
2012-03-20
glsl-1.40: Test that the deprecated structure definitions are gone.
Eric Anholt
7
-0
/
+49
2012-03-20
glsl-1.40: New test that ftransform() is gone.
Eric Anholt
1
-0
/
+10
2012-03-20
GL_ARB_texture_buffer_object/negative-bad-format: New test for error behavior
Eric Anholt
3
-0
/
+65
2012-03-19
GL_ARB_texture_buffer_object/negative-bad-target: New test for error behavior.
Eric Anholt
3
-0
/
+70
2012-03-19
GL_ARB_texture_buffer_object/negative-bad-bo: New test for error behavior.
Eric Anholt
1
-0
/
+58
2012-03-19
GL_ARB_texture_buffer_object: Add a first test for the extension.
Eric Anholt
5
-0
/
+90
[next]