summaryrefslogtreecommitdiff
path: root/tests/general
AgeCommit message (Expand)AuthorFilesLines
2015-07-28point-vertex-id: Test using an instanced attributeNeil Roberts1-12/+63
2015-07-28point-vertex-id: Additionally test with gl_InstanceIDNeil Roberts1-51/+130
2015-05-12request RGB visual, fixes gbm renderingIlia Mirkin2-2/+2
2015-02-16teximage-scale-bias: tests texture upload with scale/bias transfer optionsIago Toral Quiroga2-0/+136
2015-01-08framebuffer-srgb: Remove dead assignment.Vinson Lee1-1/+1
2015-01-07general: Testing really basic texture errors.Laura Ekstrand2-0/+75
2014-12-03fog-modes: rename near, far variables to fix MinGW buildBrian Paul1-7/+7
2014-12-03util: move windows macro redefinitions into a single placeEmil Velikov1-5/+0
2014-11-17Add a test using gl_VertexID with glPolygonMode(GL_POINT)Neil Roberts2-0/+154
2014-11-08cmake: Require Visual Studio 2013.José Fonseca1-4/+2
2014-10-21Replaced assert(glGetError()) with gl_check_gl_error()Juliet fru8-9/+18
2014-09-26draw-pixels: update BYTE_TO_FLOAT() macro to match MesaBrian Paul1-1/+1
2014-09-26draw-pixels: report format/type for failuresBrian Paul1-16/+40
2014-08-08attribs: add support for the SNORM equation 2.3Marek Olšák1-6/+25
2014-07-18lineloop: fix #includeBrian Paul1-1/+1
2014-07-19lineloop: add test for checking behavior with many immediate mode vertsRoland Scheidegger2-0/+100
2014-07-16polygon-offset: limit line width to 12 pixelsBrian Paul1-0/+3
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace109-109/+109
2014-07-10clipflat: fix 0/2 index typoBrian Paul1-1/+1
2014-06-26stencil-twoside: Remove unused variables.Vinson Lee1-3/+0
2014-06-26blendsquare: Removed unused variables.Vinson Lee1-2/+0
2014-06-26blendminmax: Remove unused variables.Vinson Lee1-2/+0
2014-06-26triangle-rasterization: increase the precision of the testZack Rusin1-43/+53
2014-06-12cmake: Build a few more tests with MSVC.José Fonseca1-4/+2
2014-06-09pbo-readpixels-small: use default window sizeBrian Paul1-3/+0
2014-05-21arb_draw_elements_base_vertex: rename/move negative index testBrian Paul2-145/+0
2014-05-21arb_draw_elements_base_vertex: move the drawelements testBrian Paul2-157/+0
2014-05-21arb_draw_elements_base_vertex: move bounds checking testBrian Paul2-128/+0
2014-05-21arb_instanced_arrays: move and rename testBrian Paul2-192/+0
2014-05-21arb_draw_instanced: move and rename drawarrays testBrian Paul2-184/+0
2014-04-29point-line-no-cull: use default window sizeBrian Paul1-2/+0
2014-04-29timer_query: use default window sizeBrian Paul1-2/+0
2014-04-29varray-disabled: use default window sizeBrian Paul1-2/+0
2014-04-29quad-invariance: use default window sizeBrian Paul1-2/+0
2014-04-29texunits: use default window sizeBrian Paul1-2/+0
2014-04-29texgen: use default window sizeBrian Paul1-2/+0
2014-04-29linestipple use default window sizeBrian Paul1-2/+0
2014-04-29framebuffer-srgb: use default window sizeBrian Paul1-2/+0
2014-04-29early-z: use default window sizeBrian Paul1-2/+0
2014-04-03primitive-restart-draw-mode: fix failures caused by precision issuesMarek Olšák1-2/+8
2014-02-08line-flat-clip-color: Initialize variable.Vinson Lee1-1/+1
2014-02-03line-flat-clip-color: test flat-shaded line clipping colorBrian Paul2-0/+157
2014-01-20hiz: Explicitly use sizeof(float) in malloc.Vinson Lee1-1/+1
2014-01-13primitive-restart: Fix GCC warnings.Vinson Lee1-0/+2
2013-12-26clipflat: Fix uninitialized variable warning.Vinson Lee1-0/+1
2013-12-12gl30basic: test glClearBuffer(GL_COLOR), use piglit APIMarek Olšák1-30/+54
2013-12-02Always bind piglit_winsys_fbo instead of 0Marek Olšák2-6/+6
2013-10-08piglit: silence piglit_report_subtest_result() format warningsBrian Paul1-2/+2
2013-08-27Use global function piglit_linear_to_srgb() to avoid code duplicationAnuj Phogat1-18/+2
2013-06-25Add simple glPolygonOffset testKeith Packard2-0/+123