[Piglit] [PATCH] Make piglitutil library API-independent

Blaž Tomažič blaz.tomazic at gmail.com
Wed Jun 27 19:27:35 PDT 2012


> > Before submitting a pull request should I rebase my commits for patch on master HEAD to check that there aren't any
> > new includes that involve the old headers?
> 
> Yes, that's a good idea.

Hi,

I am sending a pull request rebased on current master. I included it as
an attachment since I didn't know if I should paste it here or add as an
attachment.

There were a few changes to the commits though:
      * One file needed to have an include statement changed upon the
        rebase.
      * piglit-util.h had some new gl-specific function definitions
        which were moved to -gl-common like others.
      * I split the first commit into two as Eric suggested. First one
        moves files piglit-util.[ch] to piglit-util-gl-common.[ch] and
        fixes all the includes. The second one extracts API-independent
        code from piglit-util-gl-common.[ch] to new files
        piglit-util.[ch]. This way it's cleaner to see what was split,
        because all those includes were renamed in a previous commit.

Chad, I went ahead and added your reviewed-by to all the commits
although the first one was split into two and therefore it should
probably need a quick look at it. In the case everything is OK you can
then just pull all the commits.

Blaž
-------------- next part --------------
The following changes since commit 3c830b8713fe2afc7134aad8152427e8c50a41ab:

  msaa: Test that the "centroid" interpolation qualifier works correctly. (2012-06-26 07:38:36 -0700)

are available in the git repository at:

  git://github.com/blazt/piglit.git piglitutil-split-v2

for you to fetch changes up to 06fb2c385ec6b026e1800f2f6f0c2b0cf5c3d760:

  cmake: Build API-independent piglitutil library (2012-06-28 03:55:04 +0200)

----------------------------------------------------------------
Blaž Tomažič (6):
      util: Move piglit-util to piglit-util-gl-common
      util: Move API-independent code to piglit-util
      util: Rename piglit-util-enum.c
      util: Move file reading function to piglit-util
      cmake: Move piglitutil library to piglitutil_gl
      cmake: Build API-independent piglitutil library

 tests/asmparsertest/CMakeLists.gl.txt              |   2 +-
 tests/asmparsertest/asmparsertest.c                |   2 +-
 tests/bugs/CMakeLists.gl.txt                       |   2 +-
 tests/bugs/crash-cubemap-order.c                   |   2 +-
 tests/bugs/crash-texparameter-before-teximage.c    |   2 +-
 tests/bugs/drawbuffer-modes.c                      |   2 +-
 tests/bugs/fdo10370.c                              |   2 +-
 tests/bugs/fdo14575.c                              |   2 +-
 tests/bugs/fdo20701.c                              |   2 +-
 tests/bugs/fdo22540.c                              |   2 +-
 tests/bugs/fdo23489.c                              |   2 +-
 tests/bugs/fdo23670-depth_test.c                   |   2 +-
 tests/bugs/fdo23670-drawpix_stencil.c              |   2 +-
 tests/bugs/fdo24066.c                              |   2 +-
 tests/bugs/fdo25614-genmipmap.c                    |   2 +-
 tests/bugs/fdo28551.c                              |   2 +-
 tests/bugs/fdo31934.c                              |   2 +-
 tests/bugs/fdo9833.c                               |   2 +-
 tests/bugs/point-sprite.c                          |   2 +-
 tests/bugs/r300-readcache.c                        |   2 +-
 tests/bugs/tex1d-2dborder.c                        |   2 +-
 tests/bugs/tri-tex-crash.c                         |   2 +-
 tests/bugs/vbo-buffer-unmap.c                      |   2 +-
 tests/egl/CMakeLists.gl.txt                        |   2 +-
 tests/egl/egl-create-surface.c                     |   2 +-
 tests/egl/egl-nok-swap-region.c                    |   2 +-
 tests/egl/egl-nok-texture-from-pixmap.c            |   2 +-
 tests/egl/egl-util.c                               |   2 +-
 tests/fbo/CMakeLists.gl.txt                        |   2 +-
 tests/fbo/fbo-1d.c                                 |   2 +-
 tests/fbo/fbo-3d.c                                 |   2 +-
 tests/fbo/fbo-alpha.c                              |   2 +-
 tests/fbo/fbo-alphatest-formats.c                  |   2 +-
 tests/fbo/fbo-alphatest-nocolor-ff.c               |   2 +-
 tests/fbo/fbo-alphatest-nocolor.c                  |   2 +-
 tests/fbo/fbo-array.c                              |   2 +-
 tests/fbo/fbo-bind-renderbuffer.c                  |   2 +-
 tests/fbo/fbo-blending-formats.c                   |   2 +-
 tests/fbo/fbo-blit-d24s8.c                         |   2 +-
 tests/fbo/fbo-blit.c                               |   2 +-
 tests/fbo/fbo-clear-formats.c                      |   2 +-
 tests/fbo/fbo-clearmipmap.c                        |   2 +-
 tests/fbo/fbo-copypix.c                            |   2 +-
 tests/fbo/fbo-copyteximage-simple.c                |   2 +-
 tests/fbo/fbo-copyteximage.c                       |   2 +-
 tests/fbo/fbo-cubemap.c                            |   2 +-
 tests/fbo/fbo-depth-array.c                        |   2 +-
 tests/fbo/fbo-depth-sample-compare.c               |   2 +-
 tests/fbo/fbo-depth-tex1d.c                        |   2 +-
 tests/fbo/fbo-depth.c                              |   2 +-
 tests/fbo/fbo-depthstencil.c                       |   2 +-
 tests/fbo/fbo-depthtex.c                           |   2 +-
 tests/fbo/fbo-deriv.c                              |   2 +-
 tests/fbo/fbo-draw-buffers-blend.c                 |   2 +-
 tests/fbo/fbo-drawbuffers-arbfp.c                  |   2 +-
 tests/fbo/fbo-drawbuffers-blend-add.c              |   2 +-
 tests/fbo/fbo-drawbuffers-fragcolor.c              |   2 +-
 tests/fbo/fbo-drawbuffers-maxtargets.c             |   2 +-
 tests/fbo/fbo-drawbuffers.c                        |   2 +-
 tests/fbo/fbo-drawbuffers2-blend.c                 |   2 +-
 tests/fbo/fbo-drawbuffers2-colormask.c             |   2 +-
 tests/fbo/fbo-finish-deleted.c                     |   2 +-
 tests/fbo/fbo-flushing-2.c                         |   2 +-
 tests/fbo/fbo-flushing.c                           |   2 +-
 tests/fbo/fbo-fragcoord.c                          |   2 +-
 tests/fbo/fbo-fragcoord2.c                         |   2 +-
 tests/fbo/fbo-generatemipmap-array.c               |   2 +-
 tests/fbo/fbo-generatemipmap-filtering.c           |   2 +-
 tests/fbo/fbo-generatemipmap-formats.c             |   2 +-
 tests/fbo/fbo-generatemipmap-noimage.c             |   2 +-
 tests/fbo/fbo-generatemipmap-nonsquare.c           |   2 +-
 tests/fbo/fbo-generatemipmap-npot.c                |   2 +-
 tests/fbo/fbo-generatemipmap-scissor.c             |   2 +-
 tests/fbo/fbo-generatemipmap-viewport.c            |   2 +-
 tests/fbo/fbo-generatemipmap.c                     |   2 +-
 .../fbo/fbo-getframebufferattachmentparameter-01.c |   2 +-
 tests/fbo/fbo-gl_pointcoord.c                      |   2 +-
 tests/fbo/fbo-incomplete-texture-01.c              |   2 +-
 tests/fbo/fbo-incomplete-texture-02.c              |   2 +-
 tests/fbo/fbo-incomplete-texture-03.c              |   2 +-
 tests/fbo/fbo-incomplete-texture-04.c              |   2 +-
 tests/fbo/fbo-integer.c                            |   2 +-
 tests/fbo/fbo-luminance-alpha.c                    |   2 +-
 tests/fbo/fbo-maxsize.c                            |   2 +-
 tests/fbo/fbo-mipmap-copypix.c                     |   2 +-
 tests/fbo/fbo-nodepth-test.c                       |   2 +-
 tests/fbo/fbo-nostencil-test.c                     |   2 +-
 tests/fbo/fbo-pbo-readpixels-small.c               |   2 +-
 tests/fbo/fbo-readdrawpix.c                        |   2 +-
 tests/fbo/fbo-readpixels-depth-formats.c           |   2 +-
 tests/fbo/fbo-readpixels.c                         |   2 +-
 tests/fbo/fbo-rg.c                                 |   2 +-
 tests/fbo/fbo-scissor-bitmap.c                     |   2 +-
 tests/fbo/fbo-srgb-blit.c                          |   2 +-
 tests/fbo/fbo-srgb.c                               |   2 +-
 tests/fbo/fbo-stencil.c                            |   2 +-
 tests/fbo/fbo-storage-completeness.c               |   2 +-
 tests/fbo/fbo-storage-formats.c                    |   2 +-
 tests/fbo/fbo-sys-blit.c                           |   2 +-
 tests/fbo/fbo-sys-sub-blit.c                       |   2 +-
 tests/fbo/fbo-viewport.c                           |   2 +-
 tests/general/CMakeLists.gl.txt                    |   2 +-
 tests/general/array-stride.c                       |   2 +-
 tests/general/bgra-sec-color-pointer.c             |   2 +-
 tests/general/bgra-vert-attrib-pointer.c           |   2 +-
 tests/general/blendminmax.c                        |   2 +-
 tests/general/blendsquare.c                        |   2 +-
 tests/general/clear-accum.c                        |   2 +-
 tests/general/clear-varray-2.0.c                   |   2 +-
 tests/general/copy-pixels.c                        |   2 +-
 tests/general/copypixels-draw-sync.c               |   2 +-
 tests/general/copypixels-sync.c                    |   2 +-
 tests/general/depth-clamp-range.c                  |   2 +-
 tests/general/depth_clamp.c                        |   2 +-
 tests/general/depthfunc.c                          |   2 +-
 tests/general/depthrange-clear.c                   |   2 +-
 tests/general/dlist-clear.c                        |   2 +-
 tests/general/dlist-color-material.c               |   2 +-
 tests/general/dlist-fdo3129-01.c                   |   2 +-
 tests/general/dlist-fdo3129-02.c                   |   2 +-
 tests/general/dlist-fdo31590.c                     |   2 +-
 tests/general/draw-arrays-colormaterial.c          |   2 +-
 tests/general/draw-batch.c                         |   2 +-
 tests/general/draw-copypixels-sync.c               |   2 +-
 tests/general/draw-elements-base-vertex-bounds.c   |   2 +-
 tests/general/draw-elements-base-vertex-neg.c      |   2 +-
 tests/general/draw-elements-base-vertex.c          |   2 +-
 tests/general/draw-elements-vs-inputs.c            |   2 +-
 tests/general/draw-elements.c                      |   2 +-
 tests/general/draw-instanced-divisor.c             |   2 +-
 tests/general/draw-instanced.c                     |   2 +-
 tests/general/draw-pixel-with-texture.c            |   2 +-
 tests/general/draw-pixels.c                        |   2 +-
 tests/general/draw-sync.c                          |   2 +-
 tests/general/draw-vertices-half-float.c           |   2 +-
 tests/general/draw-vertices.c                      |   2 +-
 tests/general/drawpix-z.c                          |   2 +-
 tests/general/early-z.c                            |   2 +-
 tests/general/fog-modes.c                          |   2 +-
 tests/general/fragment-center.c                    |   2 +-
 tests/general/framebuffer-srgb.c                   |   2 +-
 tests/general/getactiveattrib.c                    |   2 +-
 tests/general/geterror-inside-begin.c              |   2 +-
 tests/general/geterror-invalid-enum.c              |   2 +-
 tests/general/gl30basic.c                          |   2 +-
 tests/general/hiz.c                                |   2 +-
 tests/general/infinite-spot-light.c                |   2 +-
 tests/general/isbufferobj.c                        |   2 +-
 tests/general/line-aa-width.c                      |   2 +-
 tests/general/linestipple.c                        |   2 +-
 tests/general/longprim.c                           |   2 +-
 tests/general/object_purgeable-api-pbo.c           |   2 +-
 tests/general/object_purgeable-api-texture.c       |   2 +-
 tests/general/object_purgeable-api-vbo.c           |   2 +-
 tests/general/object_purgeable.c                   |   2 +-
 tests/general/occlusion-query-discard.c            |   2 +-
 tests/general/occlusion_query.c                    |   2 +-
 tests/general/oes-read-format.c                    |   2 +-
 tests/general/pbo-drawpixels.c                     |   2 +-
 tests/general/pbo-read-argb8888.c                  |   2 +-
 tests/general/pbo-readpixels-small.c               |   2 +-
 tests/general/pbo-teximage-tiling-2.c              |   2 +-
 tests/general/pbo-teximage-tiling.c                |   2 +-
 tests/general/pbo-teximage.c                       |   2 +-
 tests/general/point-line-no-cull.c                 |   2 +-
 tests/general/polygon-mode.c                       |   2 +-
 tests/general/pos-array.c                          |   2 +-
 tests/general/primitive-restart.c                  |   2 +-
 tests/general/provoking-vertex.c                   |   2 +-
 tests/general/quad-invariance.c                    |   2 +-
 tests/general/read-front.c                         |   2 +-
 tests/general/readpix-z.c                          |   2 +-
 tests/general/roundmode-getintegerv.c              |   2 +-
 tests/general/roundmode-pixelstore.c               |   2 +-
 tests/general/scissor-bitmap.c                     |   2 +-
 tests/general/scissor-clear.c                      |   2 +-
 tests/general/scissor-copypixels.c                 |   2 +-
 tests/general/scissor-depth-clear.c                |   2 +-
 tests/general/scissor-many.c                       |   2 +-
 tests/general/scissor-offscreen.c                  |   2 +-
 tests/general/scissor-stencil-clear.c              |   2 +-
 tests/general/select.c                             |   2 +-
 tests/general/stencil-drawpixels.c                 |   2 +-
 tests/general/stencil-twoside.c                    |   2 +-
 tests/general/stencil-wrap.c                       |   2 +-
 tests/general/sync_api.c                           |   2 +-
 tests/general/texgen.c                             |   2 +-
 tests/general/texunits.c                           |   2 +-
 tests/general/timer_query.c                        |   2 +-
 tests/general/triangle-rasterization-overdraw.cpp  |   2 +-
 tests/general/triangle-rasterization.cpp           |   2 +-
 .../general/two-sided-lighting-separate-specular.c |   2 +-
 tests/general/two-sided-lighting.c                 |   2 +-
 tests/general/user-clip.c                          |   2 +-
 tests/general/vao-01.c                             |   2 +-
 tests/general/vao-02.c                             |   2 +-
 tests/general/vao-element-array-buffer.c           |   2 +-
 tests/general/varray-disabled.c                    |   2 +-
 tests/general/vbo-bufferdata.c                     |   2 +-
 tests/general/vbo-map-remap.c                      |   2 +-
 tests/general/vbo-subdata-sync.c                   |   2 +-
 tests/general/vbo-subdata-zero.c                   |   2 +-
 tests/general/vs-point_size-zero.c                 |   2 +-
 tests/general/windowoverlap.c                      |   2 +-
 tests/glean/CMakeLists.gl.txt                      |   2 +-
 tests/glean/glutils.cpp                            |   2 +-
 tests/gles2/gles2_shader_runner.c                  |   2 +-
 tests/glslparsertest/CMakeLists.gl.txt             |   2 +-
 tests/glslparsertest/glslparsertest.c              |   2 +-
 tests/glx/glx-close-display.c                      |   2 +-
 tests/glx/glx-copy-sub-buffer.c                    |   2 +-
 tests/glx/glx-destroycontext-1.c                   |   2 +-
 tests/glx/glx-destroycontext-2.c                   |   2 +-
 tests/glx/glx-dont-care-mask.c                     |   2 +-
 tests/glx/glx-fbconfig-compliance.c                |   2 +-
 tests/glx/glx-fbconfig-sanity.c                    |   2 +-
 tests/glx/glx-fbo-binding.c                        |   2 +-
 tests/glx/glx-make-current-bad-context.c           |   2 +-
 tests/glx/glx-make-current.c                       |   2 +-
 tests/glx/glx-make-glxdrawable-current.c           |   2 +-
 tests/glx/glx-multi-context-ib-1.c                 |   2 +-
 tests/glx/glx-multithread-makecurrent-1.c          |   2 +-
 tests/glx/glx-multithread-makecurrent-2.c          |   2 +-
 tests/glx/glx-multithread-makecurrent-3.c          |   2 +-
 tests/glx/glx-multithread-makecurrent-4.c          |   2 +-
 tests/glx/glx-multithread.c                        |   2 +-
 tests/glx/glx-pixmap-crosscheck.c                  |   2 +-
 tests/glx/glx-pixmap-life.c                        |   2 +-
 tests/glx/glx-pixmap-multi.c                       |   2 +-
 tests/glx/glx-pixmap13-life.c                      |   2 +-
 tests/glx/glx-query-drawable.c                     |   2 +-
 tests/glx/glx-shader-sharing.c                     |   2 +-
 tests/glx/glx-swap-event.c                         |   2 +-
 tests/glx/glx-swap-exchange.c                      |   2 +-
 tests/glx/glx-swap-pixmap-bad.c                    |   2 +-
 tests/glx/glx-swap-pixmap.c                        |   2 +-
 tests/glx/glx-swap-singlebuffer.c                  |   2 +-
 tests/glx/glx-tfp.c                                |   2 +-
 tests/glx/glx-visuals-depth.c                      |   2 +-
 tests/glx/glx-visuals-stencil.c                    |   2 +-
 tests/glx/glx-window-life.c                        |   2 +-
 tests/hiz/CMakeLists.gl.txt                        |   2 +-
 tests/hiz/hiz-depth-read-fbo-d24-s0.c              |   2 +-
 tests/hiz/hiz-depth-read-fbo-d24-s8.c              |   2 +-
 tests/hiz/hiz-depth-read-fbo-d24s8.c               |   2 +-
 tests/hiz/hiz-depth-read-window-stencil0.c         |   2 +-
 tests/hiz/hiz-depth-read-window-stencil1.c         |   2 +-
 tests/hiz/hiz-depth-stencil-test-fbo-d0-s8.c       |   2 +-
 tests/hiz/hiz-depth-stencil-test-fbo-d24-s0.c      |   2 +-
 tests/hiz/hiz-depth-stencil-test-fbo-d24-s8.c      |   2 +-
 tests/hiz/hiz-depth-stencil-test-fbo-d24s8.c       |   2 +-
 tests/hiz/hiz-depth-test-fbo-d24-s0.c              |   2 +-
 tests/hiz/hiz-depth-test-fbo-d24-s8.c              |   2 +-
 tests/hiz/hiz-depth-test-fbo-d24s8.c               |   2 +-
 tests/hiz/hiz-depth-test-window-stencil0.c         |   2 +-
 tests/hiz/hiz-depth-test-window-stencil1.c         |   2 +-
 tests/hiz/hiz-stencil-read-fbo-d0-s8.c             |   2 +-
 tests/hiz/hiz-stencil-read-fbo-d24-s8.c            |   2 +-
 tests/hiz/hiz-stencil-read-fbo-d24s8.c             |   2 +-
 tests/hiz/hiz-stencil-read-window-depth0.c         |   2 +-
 tests/hiz/hiz-stencil-read-window-depth1.c         |   2 +-
 tests/hiz/hiz-stencil-test-fbo-d0-s8.c             |   2 +-
 tests/hiz/hiz-stencil-test-fbo-d24-s8.c            |   2 +-
 tests/hiz/hiz-stencil-test-fbo-d24s8.c             |   2 +-
 tests/hiz/hiz-stencil-test-window-depth0.c         |   2 +-
 tests/hiz/hiz-stencil-test-window-depth1.c         |   2 +-
 tests/hiz/hiz-util.c                               |   2 +-
 tests/hiz/hiz-util.h                               |   2 +-
 tests/mesa/util/CMakeLists.gl.txt                  |   2 +-
 tests/mesa/util/readtex.c                          |   2 +-
 tests/shaders/CMakeLists.gl.txt                    |   2 +-
 tests/shaders/activeprogram-bad-program.c          |   2 +-
 tests/shaders/activeprogram-get.c                  |   2 +-
 tests/shaders/ati-fs-bad-delete.c                  |   2 +-
 tests/shaders/attribute0.c                         |   2 +-
 .../shaders/createshaderprogram-attached-shaders.c |   2 +-
 tests/shaders/createshaderprogram-bad-type.c       |   2 +-
 tests/shaders/fp-abs-01.c                          |   2 +-
 tests/shaders/fp-abs-02.c                          |   2 +-
 tests/shaders/fp-condition_codes-01.c              |   2 +-
 tests/shaders/fp-fog.c                             |   2 +-
 tests/shaders/fp-formats.c                         |   2 +-
 tests/shaders/fp-fragment-position.c               |   2 +-
 tests/shaders/fp-incomplete-tex.c                  |   2 +-
 tests/shaders/fp-indirections.c                    |   2 +-
 tests/shaders/fp-indirections2.c                   |   2 +-
 tests/shaders/fp-kil.c                             |   2 +-
 tests/shaders/fp-lit-mask.c                        |   2 +-
 tests/shaders/fp-lit-src-equals-dst.c              |   2 +-
 tests/shaders/fp-long-alu.c                        |   2 +-
 tests/shaders/fp-rfl.c                             |   2 +-
 tests/shaders/fp-set-01.c                          |   2 +-
 tests/shaders/fp-set-02.c                          |   2 +-
 tests/shaders/fp-unpack-01.c                       |   2 +-
 tests/shaders/getuniform-01.c                      |   2 +-
 tests/shaders/getuniform-02.c                      |   2 +-
 .../glsl-arb-fragment-coord-conventions-define.c   |   2 +-
 .../shaders/glsl-arb-fragment-coord-conventions.c  |   2 +-
 tests/shaders/glsl-bindattriblocation.c            |   2 +-
 tests/shaders/glsl-bug-22603.c                     |   2 +-
 tests/shaders/glsl-cos.c                           |   2 +-
 tests/shaders/glsl-deriv-varyings.c                |   2 +-
 tests/shaders/glsl-derivs.c                        |   2 +-
 tests/shaders/glsl-dlist-getattriblocation.c       |   2 +-
 tests/shaders/glsl-empty-vs-no-fs.c                |   2 +-
 tests/shaders/glsl-explicit-location-01.c          |   2 +-
 tests/shaders/glsl-explicit-location-02.c          |   2 +-
 tests/shaders/glsl-explicit-location-03.c          |   2 +-
 tests/shaders/glsl-explicit-location-04.c          |   2 +-
 tests/shaders/glsl-explicit-location-05.c          |   2 +-
 tests/shaders/glsl-fs-bug25902.c                   |   2 +-
 tests/shaders/glsl-fs-color-matrix.c               |   2 +-
 tests/shaders/glsl-fs-discard-02.c                 |   2 +-
 tests/shaders/glsl-fs-exp2.c                       |   2 +-
 tests/shaders/glsl-fs-flat-color.c                 |   2 +-
 tests/shaders/glsl-fs-fogcolor-statechange.c       |   2 +-
 tests/shaders/glsl-fs-fragcoord-zw-ortho.c         |   2 +-
 tests/shaders/glsl-fs-fragcoord-zw-perspective.c   |   2 +-
 tests/shaders/glsl-fs-fragcoord.c                  |   2 +-
 tests/shaders/glsl-fs-loop-nested.c                |   2 +-
 tests/shaders/glsl-fs-loop.c                       |   2 +-
 tests/shaders/glsl-fs-mix-constant.c               |   2 +-
 tests/shaders/glsl-fs-mix.c                        |   2 +-
 tests/shaders/glsl-fs-pointcoord.c                 |   2 +-
 tests/shaders/glsl-fs-raytrace-bug27060.c          |   2 +-
 tests/shaders/glsl-fs-sampler-numbering.c          |   2 +-
 tests/shaders/glsl-fs-shader-stencil-export.c      |   2 +-
 tests/shaders/glsl-fs-sqrt-branch.c                |   2 +-
 tests/shaders/glsl-fs-sqrt-zero.c                  |   2 +-
 tests/shaders/glsl-fs-texture2drect.c              |   2 +-
 tests/shaders/glsl-fs-texturecube-2.c              |   2 +-
 tests/shaders/glsl-fs-texturecube.c                |   2 +-
 .../shaders/glsl-fs-textureenvcolor-statechange.c  |   2 +-
 tests/shaders/glsl-fs-user-varying-ff.c            |   2 +-
 tests/shaders/glsl-fwidth.c                        |   2 +-
 tests/shaders/glsl-getactiveuniform-array-size.c   |   2 +-
 tests/shaders/glsl-getactiveuniform-count.c        |   2 +-
 tests/shaders/glsl-getactiveuniform-length.c       |   2 +-
 tests/shaders/glsl-getattriblocation.c             |   2 +-
 tests/shaders/glsl-invalid-asm-01.c                |   2 +-
 tests/shaders/glsl-invalid-asm-02.c                |   2 +-
 tests/shaders/glsl-kwin-blur-1.c                   |   2 +-
 tests/shaders/glsl-kwin-blur-2.c                   |   2 +-
 tests/shaders/glsl-light-model.c                   |   2 +-
 tests/shaders/glsl-link-bug30552.c                 |   2 +-
 tests/shaders/glsl-link-bug38015.c                 |   2 +-
 tests/shaders/glsl-link-empty-prog-01.c            |   2 +-
 tests/shaders/glsl-link-empty-prog-02.c            |   2 +-
 tests/shaders/glsl-link-initializer-03.c           |   2 +-
 tests/shaders/glsl-link-test.c                     |   2 +-
 tests/shaders/glsl-lod-bias.c                      |   2 +-
 tests/shaders/glsl-mat-attribute.c                 |   2 +-
 tests/shaders/glsl-max-varyings.c                  |   2 +-
 tests/shaders/glsl-max-vertex-attrib.c             |   2 +-
 tests/shaders/glsl-novertexdata.c                  |   2 +-
 tests/shaders/glsl-orangebook-ch06-bump.c          |   2 +-
 tests/shaders/glsl-preprocessor-comments.c         |   2 +-
 tests/shaders/glsl-reload-source.c                 |   2 +-
 tests/shaders/glsl-routing.c                       |   2 +-
 tests/shaders/glsl-sin.c                           |   2 +-
 tests/shaders/glsl-uniform-out-of-bounds.c         |   2 +-
 tests/shaders/glsl-uniform-update.c                |   2 +-
 tests/shaders/glsl-unused-varying.c                |   2 +-
 tests/shaders/glsl-useprogram-displaylist.c        |   2 +-
 tests/shaders/glsl-vs-arrays.c                     |   2 +-
 tests/shaders/glsl-vs-functions.c                  |   2 +-
 tests/shaders/glsl-vs-if-bool.c                    |   2 +-
 tests/shaders/glsl-vs-loop-nested.c                |   2 +-
 tests/shaders/glsl-vs-loop.c                       |   2 +-
 tests/shaders/glsl-vs-mov-after-deref.c            |   2 +-
 tests/shaders/glsl-vs-mvp-statechange.c            |   2 +-
 tests/shaders/glsl-vs-normalscale.c                |   2 +-
 tests/shaders/glsl-vs-point-size.c                 |   2 +-
 tests/shaders/glsl-vs-raytrace-bug26691.c          |   2 +-
 tests/shaders/glsl-vs-sqrt-zero.c                  |   2 +-
 tests/shaders/glsl-vs-statechange-1.c              |   2 +-
 tests/shaders/glsl-vs-texturematrix-1.c            |   2 +-
 tests/shaders/glsl-vs-texturematrix-2.c            |   2 +-
 tests/shaders/glsl-vs-user-varying-ff.c            |   2 +-
 tests/shaders/gpu_shader4_attribs.c                |   2 +-
 tests/shaders/link-mismatch-layout-01.c            |   2 +-
 tests/shaders/link-mismatch-layout-02.c            |   2 +-
 tests/shaders/link-mismatch-layout-03.c            |   2 +-
 tests/shaders/link-unresolved-function.c           |   2 +-
 tests/shaders/shader_runner.c                      |   2 +-
 tests/shaders/sso-simple.c                         |   2 +-
 tests/shaders/sso-uniforms-01.c                    |   2 +-
 tests/shaders/sso-uniforms-02.c                    |   2 +-
 tests/shaders/sso-user-varying-01.c                |   2 +-
 tests/shaders/sso-user-varying-02.c                |   2 +-
 tests/shaders/trinity-fp1.c                        |   2 +-
 tests/shaders/useprogram-flushverts-1.c            |   2 +-
 tests/shaders/useprogram-flushverts-2.c            |   2 +-
 tests/shaders/useprogram-inside-begin.c            |   2 +-
 tests/shaders/useprogram-refcount-1.c              |   2 +-
 tests/shaders/useshaderprogram-bad-program.c       |   2 +-
 tests/shaders/useshaderprogram-bad-type.c          |   2 +-
 tests/shaders/useshaderprogram-flushverts-1.c      |   2 +-
 tests/shaders/vp-address-01.c                      |   2 +-
 tests/shaders/vp-address-02.c                      |   2 +-
 tests/shaders/vp-address-03.c                      |   2 +-
 tests/shaders/vp-address-04.c                      |   2 +-
 tests/shaders/vp-address-05.c                      |   2 +-
 tests/shaders/vp-address-06.c                      |   2 +-
 tests/shaders/vp-bad-program.c                     |   2 +-
 tests/shaders/vp-clipdistance-01.c                 |   2 +-
 tests/shaders/vp-clipdistance-02.c                 |   2 +-
 tests/shaders/vp-clipdistance-03.c                 |   2 +-
 tests/shaders/vp-clipdistance-04.c                 |   2 +-
 tests/shaders/vp-combined-image-units.c            |   2 +-
 tests/shaders/vp-ignore-input.c                    |   2 +-
 tests/shaders/vp-max-array.c                       |   2 +-
 tests/shaders/vpfp-generic.cpp                     |   2 +-
 .../CMakeLists.gl.txt                              |   2 +-
 .../amd_seamless_cubemap_per_texture.c             |   2 +-
 .../arb_blend_func_extended/api/CMakeLists.gl.txt  |   2 +-
 .../api/bindfragdataindexed-invalid-parameters.c   |   2 +-
 tests/spec/arb_blend_func_extended/api/blend-api.c |   2 +-
 .../arb_blend_func_extended/api/error-at-begin.c   |   2 +-
 .../arb_blend_func_extended/api/getfragdataindex.c |   2 +-
 .../execution/CMakeLists.gl.txt                    |   2 +-
 .../execution/fbo-extended-blend-explicit.c        |   2 +-
 .../execution/fbo-extended-blend.c                 |   2 +-
 .../spec/arb_color_buffer_float/CMakeLists.gl.txt  |   2 +-
 tests/spec/arb_color_buffer_float/common.h         |   2 +-
 tests/spec/arb_copy_buffer/CMakeLists.gl.txt       |   2 +-
 tests/spec/arb_copy_buffer/copy_buffer_coherency.c |   2 +-
 tests/spec/arb_copy_buffer/copybuffersubdata.c     |   2 +-
 tests/spec/arb_copy_buffer/dlist.c                 |   2 +-
 tests/spec/arb_copy_buffer/get.c                   |   2 +-
 tests/spec/arb_copy_buffer/negative-bound-zero.c   |   2 +-
 tests/spec/arb_copy_buffer/negative-bounds.c       |   2 +-
 tests/spec/arb_copy_buffer/negative-mapped.c       |   2 +-
 tests/spec/arb_copy_buffer/overlap.c               |   2 +-
 tests/spec/arb_copy_buffer/targets.c               |   2 +-
 tests/spec/arb_debug_output/CMakeLists.gl.txt      |   2 +-
 tests/spec/arb_debug_output/api_error.c            |   2 +-
 tests/spec/arb_draw_buffers/CMakeLists.gl.txt      |   2 +-
 tests/spec/arb_draw_buffers/state_change.c         |   2 +-
 .../CMakeLists.gl.txt                              |   2 +-
 .../dlist-arb_draw_instanced.c                     |   2 +-
 .../draw-elements-instanced-base-vertex.c          |   2 +-
 .../arb_draw_instanced/execution/CMakeLists.gl.txt |   2 +-
 tests/spec/arb_draw_instanced/execution/dlist.c    |   2 +-
 tests/spec/arb_draw_instanced/execution/elements.c |   2 +-
 .../execution/negative-arrays-first-negative.c     |   2 +-
 .../execution/negative-elements-type.c             |   2 +-
 tests/spec/arb_es2_compatibility/CMakeLists.gl.txt |   2 +-
 .../arb_es2_compatibility-depthrangef.c            |   2 +-
 .../arb_es2_compatibility-drawbuffers.c            |   2 +-
 .../arb_es2_compatibility-fixed-type.c             |   2 +-
 ...rb_es2_compatibility-getshaderprecisionformat.c |   2 +-
 .../arb_es2_compatibility-maxvectors.c             |   2 +-
 .../arb_es2_compatibility-releaseshadercompiler.c  |   2 +-
 .../arb_es2_compatibility-shadercompiler.c         |   2 +-
 .../fbo-missing-attachment-blit.c                  |   2 +-
 .../fbo-missing-attachment-clear.c                 |   2 +-
 tests/spec/arb_fragment_program/CMakeLists.gl.txt  |   2 +-
 tests/spec/arb_fragment_program/minmax.c           |   2 +-
 .../spec/arb_framebuffer_object/CMakeLists.gl.txt  |   2 +-
 .../get-renderbuffer-internalformat.c              |   2 +-
 ...ufferRenderbuffer-GL_DEPTH_STENCIL_ATTACHMENT.c |   2 +-
 ...mebufferTexture2D-GL_DEPTH_STENCIL_ATTACHMENT.c |   2 +-
 tests/spec/arb_instanced_arrays/CMakeLists.gl.txt  |   2 +-
 tests/spec/arb_instanced_arrays/instanced_arrays.c |   2 +-
 tests/spec/arb_map_buffer_range/CMakeLists.gl.txt  |   2 +-
 .../map_buffer_range_error_check.c                 |   2 +-
 .../arb_map_buffer_range/map_buffer_range_test.c   |   2 +-
 tests/spec/arb_multisample/CMakeLists.gl.txt       |   2 +-
 tests/spec/arb_multisample/beginend.c              |   2 +-
 tests/spec/arb_multisample/pushpop.c               |   2 +-
 tests/spec/arb_robustness/CMakeLists.gl.txt        |   2 +-
 tests/spec/arb_robustness/client-mem-bounds.c      |   2 +-
 tests/spec/arb_robustness/draw-vbo-bounds.c        |   2 +-
 tests/spec/arb_sampler_objects/CMakeLists.gl.txt   |   2 +-
 .../spec/arb_sampler_objects/sampler-incomplete.c  |   2 +-
 tests/spec/arb_sampler_objects/sampler-objects.c   |   2 +-
 tests/spec/arb_seamless_cube_map/CMakeLists.gl.txt |   2 +-
 .../arb_seamless_cube_map/arb_seamless_cubemap.c   |   2 +-
 tests/spec/arb_shader_objects/CMakeLists.gl.txt    |   2 +-
 .../bindattriblocation-scratch-name.c              |   2 +-
 tests/spec/arb_shader_objects/clear-with-deleted.c |   2 +-
 tests/spec/arb_shader_objects/delete-repeat.c      |   2 +-
 .../arb_shader_objects/getactiveuniform-beginend.c |   2 +-
 tests/spec/arb_shader_objects/getuniform.c         |   2 +-
 .../getuniformlocation-array-of-struct-of-array.c  |   2 +-
 .../execution/CMakeLists.gl.txt                    |   2 +-
 .../arb_shader_texture_lod/execution/texgrad.c     |   2 +-
 tests/spec/arb_sync/CMakeLists.gl.txt              |   2 +-
 tests/spec/arb_sync/repeat-wait.c                  |   2 +-
 tests/spec/arb_sync/timeout-zero.c                 |   2 +-
 .../arb_texture_buffer_object/CMakeLists.gl.txt    |   2 +-
 tests/spec/arb_texture_buffer_object/dlist.c       |   2 +-
 tests/spec/arb_texture_buffer_object/formats.c     |   2 +-
 tests/spec/arb_texture_buffer_object/get.c         |   2 +-
 tests/spec/arb_texture_buffer_object/minmax.c      |   2 +-
 .../arb_texture_buffer_object/negative-bad-bo.c    |   2 +-
 .../negative-bad-format.c                          |   2 +-
 .../negative-bad-target.c                          |   2 +-
 tests/spec/arb_texture_buffer_object/unused-name.c |   2 +-
 .../spec/arb_texture_compression/CMakeLists.gl.txt |   2 +-
 .../internal-format-query.c                        |   2 +-
 .../spec/arb_texture_compression/invalid-formats.c |   2 +-
 tests/spec/arb_texture_float/CMakeLists.gl.txt     |   2 +-
 .../spec/arb_texture_float/texture-float-formats.c |   2 +-
 tests/spec/arb_texture_storage/CMakeLists.gl.txt   |   2 +-
 tests/spec/arb_texture_storage/texture-storage.c   |   2 +-
 .../spec/arb_transform_feedback2/CMakeLists.gl.txt |   2 +-
 tests/spec/arb_transform_feedback2/draw-auto.c     |   2 +-
 .../arb_uniform_buffer_object/CMakeLists.gl.txt    |   2 +-
 .../bindbuffer-general-point.c                     |   2 +-
 .../arb_uniform_buffer_object/buffer-targets.c     |   2 +-
 .../spec/arb_uniform_buffer_object/getintegeri_v.c |   2 +-
 .../getuniformblockindex.c                         |   2 +-
 .../arb_uniform_buffer_object/getuniformindices.c  |   2 +-
 .../arb_uniform_buffer_object/getuniformlocation.c |   2 +-
 .../spec/arb_uniform_buffer_object/layout-std140.c |   2 +-
 tests/spec/arb_uniform_buffer_object/minmax.c      |   2 +-
 .../negative-bindbuffer-buffer.c                   |   2 +-
 .../negative-bindbuffer-index.c                    |   2 +-
 .../negative-bindbuffer-target.c                   |   2 +-
 .../negative-bindbufferrange-range.c               |   2 +-
 .../arb_vertex_buffer_object/CMakeLists.gl.txt     |   2 +-
 .../elements-negative-offset.c                     |   2 +-
 .../mixed-immediate-and-vbo.c                      |   2 +-
 tests/spec/arb_vertex_program/CMakeLists.gl.txt    |   2 +-
 .../spec/arb_vertex_program/getenv4d-with-error.c  |   2 +-
 .../arb_vertex_program/getlocal4d-with-error.c     |   2 +-
 tests/spec/arb_vertex_program/minmax.c             |   2 +-
 .../CMakeLists.gl.txt                              |   2 +-
 .../draw-vertices-2101010.c                        |   2 +-
 tests/spec/ati_draw_buffers/CMakeLists.gl.txt      |   2 +-
 tests/spec/ati_draw_buffers/arbfp-no-index.c       |   2 +-
 tests/spec/ati_draw_buffers/arbfp-no-option.c      |   2 +-
 tests/spec/ati_draw_buffers/arbfp.c                |   2 +-
 tests/spec/ati_envmap_bumpmap/CMakeLists.gl.txt    |   2 +-
 tests/spec/ati_envmap_bumpmap/bump.c               |   2 +-
 tests/spec/ext_fog_coord/CMakeLists.gl.txt         |   2 +-
 tests/spec/ext_fog_coord/modes.c                   |   2 +-
 .../ext_framebuffer_multisample/CMakeLists.gl.txt  |   2 +-
 tests/spec/ext_framebuffer_multisample/common.h    |   2 +-
 tests/spec/ext_framebuffer_multisample/dlist.c     |   2 +-
 tests/spec/ext_framebuffer_multisample/minmax.c    |   2 +-
 .../negative-copypixels.c                          |   2 +-
 .../negative-copyteximage.c                        |   2 +-
 .../negative-max-samples.c                         |   2 +-
 .../negative-mismatched-samples.c                  |   2 +-
 .../negative-readpixels.c                          |   2 +-
 .../renderbuffer-samples.c                         |   2 +-
 .../renderbufferstorage-samples.c                  |   2 +-
 tests/spec/ext_framebuffer_multisample/samples.c   |   2 +-
 .../ext_packed_depth_stencil/CMakeLists.gl.txt     |   2 +-
 .../ext_packed_depth_stencil/readpixels-24_8.c     |   2 +-
 tests/spec/ext_packed_float/CMakeLists.gl.txt      |   2 +-
 .../getteximage-invalid-format-for-packed-type.c   |   2 +-
 tests/spec/ext_packed_float/pack.c                 |   2 +-
 tests/spec/ext_texture_array/CMakeLists.gl.txt     |   2 +-
 tests/spec/ext_texture_array/maxlayers.c           |   2 +-
 tests/spec/ext_texture_integer/CMakeLists.gl.txt   |   2 +-
 tests/spec/ext_texture_integer/api-drawpixels.c    |   2 +-
 tests/spec/ext_texture_integer/api-readpixels.c    |   2 +-
 tests/spec/ext_texture_integer/api-teximage.c      |   2 +-
 tests/spec/ext_texture_integer/fbo-blending.c      |   2 +-
 .../fbo-integer-precision-clear.c                  |   2 +-
 .../fbo-integer-readpixels-sint-uint.c             |   2 +-
 .../ext_texture_integer/getteximage-clamping.c     |   2 +-
 .../ext_texture_integer/texture-integer-glsl130.c  |   2 +-
 tests/spec/ext_timer_query/CMakeLists.gl.txt       |   2 +-
 tests/spec/ext_timer_query/time-elapsed.c          |   2 +-
 .../spec/ext_transform_feedback/CMakeLists.gl.txt  |   2 +-
 tests/spec/ext_transform_feedback/alignment.c      |   2 +-
 tests/spec/ext_transform_feedback/api-errors.c     |   2 +-
 tests/spec/ext_transform_feedback/buffer-usage.c   |   2 +-
 .../spec/ext_transform_feedback/builtin-varyings.c |   2 +-
 tests/spec/ext_transform_feedback/discard-api.c    |   2 +-
 tests/spec/ext_transform_feedback/discard-bitmap.c |   2 +-
 tests/spec/ext_transform_feedback/discard-clear.c  |   2 +-
 .../ext_transform_feedback/discard-copypixels.c    |   2 +-
 .../ext_transform_feedback/discard-drawarrays.c    |   2 +-
 .../ext_transform_feedback/discard-drawpixels.c    |   2 +-
 tests/spec/ext_transform_feedback/generatemipmap.c |   2 +-
 .../spec/ext_transform_feedback/get-buffer-state.c |   2 +-
 .../spec/ext_transform_feedback/immediate-reuse.c  |   2 +-
 tests/spec/ext_transform_feedback/interleaved.c    |   2 +-
 .../spec/ext_transform_feedback/intervening-read.c |   2 +-
 tests/spec/ext_transform_feedback/max-varyings.c   |   2 +-
 tests/spec/ext_transform_feedback/negative-prims.c |   2 +-
 tests/spec/ext_transform_feedback/order.c          |   2 +-
 tests/spec/ext_transform_feedback/output-type.c    |   2 +-
 .../ext_transform_feedback/overflow-edge-cases.c   |   2 +-
 tests/spec/ext_transform_feedback/position.c       |   2 +-
 tests/spec/ext_transform_feedback/separate.c       |   2 +-
 tests/spec/ext_transform_feedback/tessellation.c   |   2 +-
 .../spec/ext_unpack_subimage/ext_unpack_subimage.c |   2 +-
 tests/spec/gl-2.0/CMakeLists.gl.txt                |   2 +-
 tests/spec/gl-2.0/api/CMakeLists.gl.txt            |   2 +-
 tests/spec/gl-2.0/api/clip-flag-behavior.c         |   2 +-
 .../gl-2.0/api/getattriblocation-conventional.c    |   2 +-
 tests/spec/gl-2.0/vertex-program-two-side.c        |   2 +-
 tests/spec/gl-2.1/CMakeLists.gl.txt                |   2 +-
 tests/spec/gl-2.1/minmax.c                         |   2 +-
 tests/spec/gl-3.0/CMakeLists.gl.txt                |   2 +-
 tests/spec/gl-3.0/api/CMakeLists.gl.txt            |   2 +-
 .../gl-3.0/api/bindfragdata-invalid-parameters.c   |   2 +-
 tests/spec/gl-3.0/api/bindfragdata-link-error.c    |   2 +-
 .../gl-3.0/api/bindfragdata-nonexistent-variable.c |   2 +-
 tests/spec/gl-3.0/api/clearbuffer-common.c         |   2 +-
 tests/spec/gl-3.0/api/clearbuffer-depth-stencil.c  |   2 +-
 tests/spec/gl-3.0/api/clearbuffer-depth.c          |   2 +-
 tests/spec/gl-3.0/api/clearbuffer-display-lists.c  |   2 +-
 tests/spec/gl-3.0/api/clearbuffer-invalid-buffer.c |   2 +-
 .../gl-3.0/api/clearbuffer-invalid-drawbuffer.c    |   2 +-
 tests/spec/gl-3.0/api/clearbuffer-mixed-format.c   |   2 +-
 tests/spec/gl-3.0/api/clearbuffer-stencil.c        |   2 +-
 tests/spec/gl-3.0/api/getfragdatalocation.c        |   2 +-
 tests/spec/gl-3.0/api/integer-errors.c             |   2 +-
 tests/spec/gl-3.0/minmax.c                         |   2 +-
 .../required-renderbuffer-attachment-formats.c     |   2 +-
 tests/spec/gl-3.0/required-sized-texture-formats.c |   2 +-
 .../gl-3.0/required-texture-attachment-formats.c   |   2 +-
 tests/spec/gl-3.0/texture-integer.c                |   2 +-
 tests/spec/gl-3.1/CMakeLists.gl.txt                |   2 +-
 tests/spec/gl-3.1/minmax.c                         |   2 +-
 .../glsl-1.10/execution/clipping/CMakeLists.gl.txt |   2 +-
 .../execution/clipping/clip-plane-transformation.c |   2 +-
 .../execution/glsl-render-after-bad-attach.c       |   2 +-
 tests/spec/glsl-1.20/recursion/CMakeLists.gl.txt   |   2 +-
 tests/spec/glsl-1.20/recursion/recursion.c         |   2 +-
 tests/spec/glsl-1.30/CMakeLists.gl.txt             |   2 +-
 tests/spec/glsl-1.30/execution/CMakeLists.gl.txt   |   2 +-
 .../glsl-1.30/execution/clipping/CMakeLists.gl.txt |   2 +-
 .../execution/clipping/max-clip-distances.c        |   2 +-
 tests/spec/glsl-1.30/execution/fs-discard-exit-2.c |   2 +-
 tests/spec/glsl-1.30/execution/fs-texelFetch-2D.c  |   2 +-
 .../glsl-1.30/execution/fs-texelFetchOffset-2D.c   |   2 +-
 tests/spec/glsl-1.30/execution/isinf-and-isnan.c   |   2 +-
 tests/spec/glsl-1.30/execution/vertexid-beginend.c |   2 +-
 .../spec/glsl-1.30/execution/vertexid-drawarrays.c |   2 +-
 .../glsl-1.30/execution/vertexid-drawelements.c    |   2 +-
 .../glsl-1.30/linker/clipping/CMakeLists.gl.txt    |   2 +-
 ...xing-clip-distance-and-clip-vertex-disallowed.c |   2 +-
 tests/spec/glsl-1.30/texel-offset-limits.c         |   2 +-
 tests/spec/glsl-1.40/CMakeLists.gl.txt             |   2 +-
 tests/spec/glsl-1.40/tf-no-position.c              |   2 +-
 tests/spec/glx_arb_create_context/common.c         |   2 +-
 .../glx_arb_create_context/default-major-version.c |   2 +-
 .../glx_arb_create_context/default-minor-version.c |   2 +-
 .../glx_arb_create_context/invalid-attribute.c     |   2 +-
 .../invalid-flag-forward-compatible.c              |   2 +-
 tests/spec/glx_arb_create_context/invalid-flag.c   |   2 +-
 .../glx_arb_create_context/invalid-gl-version.c    |   2 +-
 .../invalid-render-type-color-index.c              |   2 +-
 .../glx_arb_create_context/invalid-render-type.c   |   2 +-
 .../glx_arb_create_context/valid-attribute-empty.c |   2 +-
 .../glx_arb_create_context/valid-attribute-null.c  |   2 +-
 .../valid-flag-forward-compatible.c                |   2 +-
 tests/spec/glx_ext_import_context/common.c         |   2 +-
 tests/spec/glx_ext_import_context/free-context.c   |   2 +-
 tests/spec/glx_ext_import_context/get-context-id.c |   2 +-
 .../glx_ext_import_context/get-current-display.c   |   2 +-
 .../import-context-has-same-context-id.c           |   2 +-
 .../import-context-multi-process.c                 |   2 +-
 .../import-context-single-process.c                |   2 +-
 .../make-current-multi-process.c                   |   2 +-
 .../make-current-single-process.c                  |   2 +-
 .../glx_ext_import_context/query-context-info.c    |   2 +-
 tests/spec/nv_conditional_render/CMakeLists.gl.txt |   2 +-
 .../nv_conditional_render/begin-while-active.c     |   2 +-
 tests/spec/nv_conditional_render/begin-zero.c      |   2 +-
 tests/spec/nv_conditional_render/bitmap.c          |   2 +-
 tests/spec/nv_conditional_render/blitframebuffer.c |   2 +-
 tests/spec/nv_conditional_render/clear.c           |   2 +-
 tests/spec/nv_conditional_render/copypixels.c      |   2 +-
 tests/spec/nv_conditional_render/copyteximage.c    |   2 +-
 tests/spec/nv_conditional_render/copytexsubimage.c |   2 +-
 tests/spec/nv_conditional_render/dlist.c           |   2 +-
 tests/spec/nv_conditional_render/drawpixels.c      |   2 +-
 tests/spec/nv_conditional_render/generatemipmap.c  |   2 +-
 tests/spec/nv_conditional_render/vertex_array.c    |   2 +-
 tests/spec/nv_texture_barrier/CMakeLists.gl.txt    |   2 +-
 tests/spec/nv_texture_barrier/blending-in-shader.c |   2 +-
 .../oes_compressed_etc1_rgb8_texture-basic.c       |   2 +-
 .../oes_compressed_paletted_texture-api.c          |   2 +-
 tests/spec/oes_draw_texture/oes_draw_texture.c     |   2 +-
 tests/texturing/1-1-linear-texture.c               |   2 +-
 tests/texturing/CMakeLists.gl.txt                  |   2 +-
 tests/texturing/array-texture.c                    |   2 +-
 tests/texturing/compressedteximage.c               |   2 +-
 tests/texturing/copyteximage-border.c              |   2 +-
 tests/texturing/copyteximage-clipping.c            |   2 +-
 tests/texturing/copyteximage.c                     |   2 +-
 tests/texturing/copytexsubimage.c                  |   2 +-
 tests/texturing/crossbar.c                         |   2 +-
 tests/texturing/cubemap.c                          |   2 +-
 tests/texturing/depth-cube-map.c                   |   2 +-
 tests/texturing/depth-level-clamp.c                |   2 +-
 tests/texturing/depth-tex-compare.c                |   2 +-
 tests/texturing/depth-tex-modes-common.c           |   2 +-
 tests/texturing/depth-tex-modes-glsl.c             |   2 +-
 tests/texturing/depth-tex-modes-rg.c               |   2 +-
 tests/texturing/depth-tex-modes.c                  |   2 +-
 tests/texturing/depthstencil-render-miplevels.cpp  |   2 +-
 tests/texturing/fragment-and-vertex-texturing.c    |   2 +-
 tests/texturing/fxt1-teximage.c                    |   2 +-
 tests/texturing/gen-compressed-teximage.c          |   2 +-
 tests/texturing/gen-nonzero-unit.c                 |   2 +-
 tests/texturing/gen-teximage.c                     |   2 +-
 tests/texturing/gen-texsubimage.c                  |   2 +-
 tests/texturing/getteximage-formats.c              |   2 +-
 tests/texturing/getteximage-luminance.c            |   2 +-
 tests/texturing/getteximage-simple.c               |   2 +-
 tests/texturing/incomplete-texture.c               |   2 +-
 tests/texturing/levelclamp.c                       |   2 +-
 tests/texturing/lodbias.c                          |   2 +-
 tests/texturing/lodclamp-between-max.c             |   2 +-
 tests/texturing/lodclamp-between.c                 |   2 +-
 tests/texturing/lodclamp.c                         |   2 +-
 tests/texturing/max-texture-size.c                 |   2 +-
 tests/texturing/mipmap-setup.c                     |   2 +-
 tests/texturing/rg-draw-pixels.c                   |   2 +-
 tests/texturing/rg-teximage-01.c                   |   2 +-
 tests/texturing/rg-teximage-02.c                   |   2 +-
 tests/texturing/rg-teximage-common.c               |   2 +-
 tests/texturing/rgtc-teximage-01.c                 |   2 +-
 tests/texturing/rgtc-teximage-02.c                 |   2 +-
 tests/texturing/s3tc-teximage.c                    |   2 +-
 tests/texturing/s3tc-texsubimage.c                 |   2 +-
 tests/texturing/sampler-cube-shadow.c              |   2 +-
 tests/texturing/shaders/CMakeLists.gl.txt          |   2 +-
 tests/texturing/shaders/common.h                   |   2 +-
 tests/texturing/sized-texture-format-channels.c    |   2 +-
 tests/texturing/streaming-texture-leak.c           |   2 +-
 tests/texturing/tex-border-1.c                     |   2 +-
 tests/texturing/tex-miplevel-selection.c           |   2 +-
 tests/texturing/tex-skipped-unit.c                 |   2 +-
 tests/texturing/tex-srgb.c                         |   2 +-
 tests/texturing/tex-swizzle.c                      |   2 +-
 tests/texturing/tex3d-maxsize.c                    |   2 +-
 tests/texturing/tex3d-npot.c                       |   2 +-
 tests/texturing/tex3d.c                            |   2 +-
 tests/texturing/texdepth.c                         |   2 +-
 tests/texturing/teximage-errors.c                  |   2 +-
 tests/texturing/texrect-many.c                     |   2 +-
 tests/texturing/texredefine.c                      |   2 +-
 tests/texturing/texsubimage.c                      |   2 +-
 tests/texturing/texture-al.c                       |   2 +-
 tests/texturing/texture-packed-formats.c           |   2 +-
 tests/texturing/texture-rg.c                       |   2 +-
 tests/texturing/texwrap.c                          |   2 +-
 tests/util/CMakeLists.gl.txt                       |  33 +-
 tests/util/CMakeLists.gles1.txt                    |  15 +-
 tests/util/CMakeLists.gles2.txt                    |  15 +-
 tests/util/CMakeLists.no_api.txt                   |  13 +
 tests/util/CMakeLists.txt                          |  50 ++-
 tests/util/minmax-test.c                           |   2 +-
 tests/util/piglit-dispatch-init.c                  |   2 +-
 tests/util/piglit-dispatch.c                       |   2 +-
 tests/util/piglit-framework-fbo.c                  |   2 +-
 tests/util/piglit-framework-glut.c                 |   2 +-
 tests/util/piglit-framework.c                      |   2 +-
 tests/util/piglit-glx-framework.c                  |   2 +-
 tests/util/piglit-glx-util.c                       |   2 +-
 tests/util/piglit-shader-gl.c                      |   2 +-
 tests/util/piglit-shader-gles1.c                   |   2 +-
 tests/util/piglit-shader-gles2.c                   |   2 +-
 tests/util/piglit-shader.c                         |   2 +-
 tests/util/piglit-transform-feedback.c             |   2 +-
 tests/util/piglit-util-egl.h                       |   2 +-
 tests/util/piglit-util-gl-common.c                 | 324 +++++++++++++++++
 tests/util/piglit-util-gl-common.h                 | 206 +++++++++++
 .../{piglit-util-enum.c => piglit-util-gl-enum.c}  |   2 +-
 tests/util/piglit-util-gl.c                        |   2 +-
 tests/util/piglit-util-gles.c                      |   2 +-
 tests/util/piglit-util.c                           | 392 ++++++---------------
 tests/util/piglit-util.h                           | 169 +--------
 tests/util/piglit-vbo.cpp                          |   2 +-
 tests/util/shader-load.c                           | 146 --------
 tests/util/sized-internalformats.c                 |   2 +-
 778 files changed, 1482 insertions(+), 1417 deletions(-)
 create mode 100644 tests/util/CMakeLists.no_api.txt
 create mode 100644 tests/util/piglit-util-gl-common.c
 create mode 100644 tests/util/piglit-util-gl-common.h
 rename tests/util/{piglit-util-enum.c => piglit-util-gl-enum.c} (99%)
 mode change 100755 => 100644 tests/util/piglit-util.h
 delete mode 100644 tests/util/shader-load.c


More information about the Piglit mailing list