summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-07namespace-pollution: Add Apple vertex array as an object to testnamespace-pollutionIan Romanick2-1/+198
2016-01-07namespace-pollution: Add fragment program as an object to testIan Romanick1-3/+59
2016-01-07namespace-pollution: Add vertex program as an object to testIan Romanick2-1/+211
2016-01-07namespace-pollution: Add renderbuffer as an object to testIan Romanick2-1/+69
2016-01-07namespace-pollution: Add glGetTexImage from a compressed texture as an operat...Ian Romanick2-1/+69
2016-01-07namespace-pollution: Add framebuffer as an object to testIan Romanick2-1/+84
2016-01-07namespace-pollution: Add glCopyImageSubData as an operation to testIan Romanick2-1/+34
2016-01-07namespace-pollution: Add glBlitFramebuffer as an operation to testIan Romanick2-1/+70
2016-01-07namespace-pollution: Add glGetTexImage as an operation to testIan Romanick2-1/+57
2016-01-07namespace-pollution: Add glTexSubImage2D as an operation to testIan Romanick2-1/+67
2016-01-07namespace-pollution: Add glClearTexSubImage as an operation to testIan Romanick2-1/+33
2016-01-07namespace-pollution: Add glCopyTexSubImage2D as an operation to testIan Romanick2-1/+29
2016-01-07namespace-pollution: Add glCopyPixels as an operation to testIan Romanick2-1/+16
2016-01-07namespace-pollution: Add glDrawPixels as an operation to testIan Romanick2-1/+16
2016-01-07namespace-pollution: Add glBitmap as an operation to testIan Romanick2-1/+18
2016-01-07namespace-pollution: Initial framework and test cases for namespace pollutionIan Romanick3-0/+580
2016-01-07egl: Use piglit_require_egl_extensionNeil Roberts2-23/+7
2016-01-07Test calling glViewport while using EGL_KHR_surfaceless_contextNeil Roberts5-0/+151
2016-01-07arb_enhanced_layouts: fix component qualifier fragment shader output testTimothy Arceri1-0/+2
2016-01-07arb_separate_shader_objects: fix test descriptionTimothy Arceri1-1/+1
2016-01-07arb_arrays_of_arrays: test linking between vs and gs with explicit locationsTimothy Arceri1-0/+39
2016-01-07arb_separate_shader_objects: test explicit locations work correctly for inter...Timothy Arceri3-0/+231
2016-01-07polygon-mode-facing: verify facing information is preserved with unfilled primsRoland Scheidegger3-0/+369
2016-01-06gl-1.0-rastercolor: basic test of the raster color used for bitmap drawingBrian Paul3-0/+101
2016-01-04all.py: add arb_transform_feedback3-begin_endDylan Baker1-0/+1
2016-01-04all.py: add separate_shader_object_rendezvous_by_location-3-stagesDylan Baker1-0/+2
2016-01-04all.py: Add ext_shader_samples-identical-simple-fsDylan Baker1-0/+1
2016-01-04all.py: add arb_framebuffer_srgb-srgb_conformanceDylan Baker1-0/+1
2016-01-04all.py: Add arb_viewport_array-render-viewport-2Dylan Baker1-0/+1
2016-01-04all.py: Add arb_separate_shader_object-compat-builtinsDylan Baker1-0/+1
2016-01-04framework/test/opengl.py: Fix opengl fast-skipping wflinfo errorsDylan Baker2-12/+127
2016-01-03counters/semantics: change the point emitted from TES that carries infoIlia Mirkin1-1/+1
2016-01-02shader_runner: fix gles3 which has no pipeline supportIlia Mirkin1-1/+4
2015-12-31README: Add instructions for integrating piglit with dEQP.Dylan Baker1-0/+68
2015-12-31arb_shader_draw_parameters: test defineTimothy Arceri1-0/+19
2015-12-29Use GLuint, not uintKristian Høgsberg Kristensen1-5/+5
2015-12-29Add tests for GL_ARB_shader_draw_parametersKristian Høgsberg Kristensen7-0/+596
2015-12-29arb_enhanced_layouts: test passing varyings with component qualifier through ...Timothy Arceri2-0/+258
2015-12-25sso: Check piglit_link_check_status return value.Vinson Lee1-1/+1
2015-12-24arb_program_interface_query: fix crashTimothy Arceri1-0/+3
2015-12-22Add my new SSO/TCS/TES test to all.pyKenneth Graunke1-0/+2
2015-12-22Add an SSO test which mix-and-matches TCS/TES with different interfaces.Kenneth Graunke2-0/+210
2015-12-23arb_enhanced_layouts: test component qualifier for fragment shader outputTimothy Arceri1-0/+23
2015-12-23arb_separate_shader_objects: test for overlaping location issuesTimothy Arceri1-0/+60
2015-12-23arb_gpu_shader_fp64: test for varying location overlapTimothy Arceri1-0/+52
2015-12-23arb_separate_shader_objects: make sure explicit locations match and don't jus...Timothy Arceri1-0/+50
2015-12-21framework/exceptions.py: Drop PIGLIT_DEBUGDylan Baker2-43/+6
2015-12-21glx_ext_create_context_es2_profile: Allow GLES 3.2.Kyle Brenneman1-1/+1
2015-12-19Replace vs-tes-tessinner-tessouter-inputs with two new tests.Kenneth Graunke2-2/+57
2015-12-18texwrap: fix stencil texturing a bitRoland Scheidegger1-1/+15