index
:
~fredrik/piglit
arb-direct-state-access
arb-multi-bind
master
Unnamed repository; edit this file to name it for gitweb.
fredrik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spec
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-29
polygon-offset: Replace gluProject to remove the dependency on libGLU
Ian Romanick
2
-16
/
+62
2015-09-29
polygon-offset: Small bit of output refactoring
Ian Romanick
1
-11
/
+6
2015-09-29
polygon-offset: Remove a layer of tabs
Ian Romanick
1
-16
/
+16
2015-09-29
polygon-offset: Replace draw_2x2_quad with piglit_draw_rect
Ian Romanick
1
-14
/
+3
2015-09-29
polygon-offset: Remove a lot of redundant state setup
Ian Romanick
1
-31
/
+4
2015-09-29
polygon-offset: Assortment of coding standards fixes
Ian Romanick
1
-176
/
+142
2015-09-29
Remove unnecessary linking with libGLU
Ian Romanick
133
-133
/
+0
2015-09-29
arb_compute_shader: Fix missed varargs termination in cs-ids-common.c
Jordan Justen
1
-1
/
+2
2015-09-26
glsl-1.50: test shader compiles with unused uniform block
Timothy Arceri
1
-0
/
+19
2015-09-25
arb_program_interface_query: add linker test for querying varyings
Tapani Pälli
1
-0
/
+33
2015-09-24
arb_compute_shader: Add indirect compute dispatch test
Jordan Justen
2
-0
/
+89
2015-09-24
arb_compute_shader: Add render + compute test
Jordan Justen
2
-0
/
+102
2015-09-24
arb_compute_shader: Check local ids at various sizes using atomic counters
Jordan Justen
2
-0
/
+62
2015-09-24
arb_compute_shader: Add common functions for checking invocation IDs
Jordan Justen
3
-1
/
+490
2015-09-24
arb_compute_shader: Add common functions to generate a CS program
Jordan Justen
3
-0
/
+152
2015-09-24
arb_arrays_of_arrays: allow for eliminated inactive uniforms
Timothy Arceri
1
-15
/
+1
2015-09-23
sso: Add a test that passes data using the legacy gl_TexCoord varyings.
Kenneth Graunke
2
-0
/
+111
2015-09-23
sso: Add a rendezvous_by_location-3-stages test.
Kenneth Graunke
2
-0
/
+152
2015-09-22
ext_framebuffer_multisample_blit_scaled: Add support for array textures
Ian Romanick
1
-14
/
+49
2015-09-22
ext_framebuffer_multisample_blit_scaled: Use piglit_build_simple_program
Ian Romanick
1
-16
/
+5
2015-09-22
ext_framebuffer_multisample_blit_scaled: Fix minor whitespace issues
Ian Romanick
1
-4
/
+5
2015-09-22
ext_framebuffer_multisample_blit_scaled: Constify function parameter
Ian Romanick
1
-1
/
+1
2015-09-18
Port arb occlusion query conformance tests from Glean to Piglit
Juliet Fru
2
-0
/
+559
2015-09-18
Port basic GL rendering test from Glean to Piglit
Juliet Fru
2
-0
/
+308
2015-09-18
arb_copy_image-formats: add code to test GL_DEPTH32F_STENCIL8
Brian Paul
1
-5
/
+54
2015-09-18
arb_copy_image-formats: exit loops upon pixel mismatch
Brian Paul
1
-9
/
+8
2015-09-18
arb_copy_image: alphabetize program list
Brian Paul
1
-3
/
+3
2015-09-18
arb_texture_view: alphabetize program list
Brian Paul
1
-14
/
+14
2015-09-17
sso: bind pipeline object in ValidateProgramPipeline
Tapani Pälli
1
-0
/
+1
2015-09-16
arb_direct_state_access: Verify the side-effect-free operation of glGenerateT...
Ian Romanick
2
-0
/
+168
2015-09-16
arb_direct_state_access: Alphabetize list of build targets
Ian Romanick
1
-20
/
+20
2015-09-16
arb_direct_state_access: Port gettextureimage-formats to OpenGL 2.0
Ian Romanick
2
-16
/
+9
2015-09-16
arb_direct_state_access: Bump texture-errors requirement to OpenGL 2.0
Ian Romanick
1
-1
/
+1
2015-09-16
arb_direct_state_access: Don't pretend that texture-buffer can run on less th...
Ian Romanick
1
-4
/
+0
2015-09-16
arb_direct_state_access: Don't leak resources in texture-buffer
Ian Romanick
1
-27
/
+32
2015-09-16
arb_direct_state_access: Port texture-storage-multisample to core profile
Ian Romanick
1
-8
/
+3
2015-09-16
arb_direct_state_access: Port getcompressedtextureimage to core profile
Ian Romanick
2
-6
/
+10
2015-09-16
arb_direct_state_access: Port copytexturesubimage to core profile
Ian Romanick
2
-35
/
+86
2015-09-16
arb_direct_state_access: Port dsa-textures to core profile
Ian Romanick
1
-2
/
+2
2015-09-16
arb_direct_state_access: Port texture-storage to core profile
Ian Romanick
2
-11
/
+10
2015-09-16
arb_direct_state_access: Port texturesubimage to core profile
Ian Romanick
2
-6
/
+12
2015-09-16
arb_direct_state_access: Make dsa-utils more general
Ian Romanick
3
-26
/
+171
2015-09-16
arb_direct_state_access: Port texunits to core profile
Ian Romanick
1
-19
/
+6
2015-09-16
arb_direct_state_access: Port gettextureimage-targets to core profile
Ian Romanick
1
-5
/
+1
2015-09-16
arb_direct_state_access: Trivially port several tests to core profile
Ian Romanick
4
-4
/
+7
2015-09-16
arb_uniform_buffer_object: fix UNIFORM_BUFFER_START and UNIFORM_BUFFER_SIZE q...
Samuel Iglesias Gonsalvez
1
-2
/
+2
2015-09-15
arb_compute_shader: Test values of gl_LocalInvocationIndex
Jordan Justen
1
-0
/
+61
2015-09-15
arb_compute_shader: Test values of gl_WorkGroupID
Jordan Justen
1
-0
/
+61
2015-09-15
arb_compute_shader: Test values of gl_GlobalInvocationID
Jordan Justen
1
-0
/
+61
2015-09-15
arb_compute_shader: Fix accidentally commented probe line
Jordan Justen
1
-1
/
+1
[next]