summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2018-11-27mesa/st: better colormask check for clear fallbackRob Clark1-2/+8
2018-11-27mesa/st: swap order of clear() and clear_with_quad()Rob Clark1-3/+3
2018-11-26i965/icl: Set use full ways in L3CNTLREGAnuj Phogat2-0/+2
2018-11-26mesa/main: fixup requirements for GL_PRIMITIVES_GENERATEDErik Faye-Lund1-0/+1
2018-11-26mesa/main: fix incorrect depth-errorErik Faye-Lund1-7/+50
2018-11-26mesa/main: check cube-completeness in common codeErik Faye-Lund1-15/+16
2018-11-26mesa/main: factor out common error-checkingErik Faye-Lund1-12/+34
2018-11-26mesa/main: factor out tex-image error-checkingErik Faye-Lund1-46/+64
2018-11-26mesa/main: remove bogus error for zero-sized imagesErik Faye-Lund1-36/+13
2018-11-26mesa/main: remove ARB suffix from glGetnTexImageErik Faye-Lund2-5/+5
2018-11-26mesa/st: Make st_pipe_vertex_format static.Mathias Fröhlich2-4/+1
2018-11-26mesa/st: Use binding information from the VAO in feedback rendering.Mathias Fröhlich3-62/+68
2018-11-26mesa/st: Avoid extra references in the feedback draw function scope.Mathias Fröhlich1-2/+1
2018-11-26mesa/st: Factor out array and buffer setup from st_atom_array.c.Mathias Fröhlich2-22/+74
2018-11-26mesa/st: Only unmap the uploader that was actually used.Mathias Fröhlich1-1/+2
2018-11-26mesa/st: Only care about the uploader if it was used.Mathias Fröhlich1-3/+3
2018-11-23mesa/main: remove overly strict query-validationErik Faye-Lund1-14/+0
2018-11-23mesa/main: fix validation of GL_TIMESTAMPErik Faye-Lund1-1/+2
2018-11-23mesa/main: fix validation of ARB_query_buffer_objectErik Faye-Lund1-2/+2
2018-11-23mesa/main: fix validation of transform-feedback overflow queriesErik Faye-Lund1-2/+2
2018-11-23mesa/main: fix validation of transform-feedback queriesErik Faye-Lund1-2/+3
2018-11-23mesa/main: fix validation of GL_TIME_ELAPSEDErik Faye-Lund1-1/+2
2018-11-23mesa/main: fix validation of GL_ANY_SAMPLES_PASSED_CONSERVATIVEErik Faye-Lund1-2/+2
2018-11-23mesa/main: fix validation of GL_ANY_SAMPLES_PASSEDErik Faye-Lund1-1/+2
2018-11-23mesa/main: fix validation of GL_SAMPLES_PASSEDErik Faye-Lund1-1/+2
2018-11-23mesa/main: simplify pipeline-statistics query validationErik Faye-Lund1-2/+1
2018-11-23mesa/main: use non-prefixed enums for consistencyErik Faye-Lund1-33/+33
2018-11-23mesa/main: correct year for EXT_occlusion_query_booleanErik Faye-Lund1-1/+1
2018-11-23mesa/main: correct requirement for EXT_occlusion_query_booleanErik Faye-Lund1-1/+1
2018-11-21mesa: Remove unneeded bitfield widths from the VAO.Mathias Fröhlich1-2/+2
2018-11-21mesa: Factor out struct gl_vertex_format.Mathias Fröhlich24-202/+224
2018-11-21tnl: Use gl_array_attribute::_ElementSize.Mathias Fröhlich1-9/+2
2018-11-21nouveau: Use gl_array_attribute::_ElementSize.Mathias Fröhlich1-1/+1
2018-11-21mesa: Unify glEdgeFlagPointer data type.Mathias Fröhlich1-1/+1
2018-11-21mesa: Work with bitmasks when en/dis-abling VAO arrays.Mathias Fröhlich4-29/+45
2018-11-21mesa: Remove gl_array_attributes::Enabled.Mathias Fröhlich4-24/+4
2018-11-21mesa: Use gl_vertex_array_object::Enabled for glGet.Mathias Fröhlich2-9/+36
2018-11-21mesa: Use the gl_vertex_array_object::Enabled bitfield.Mathias Fröhlich5-43/+39
2018-11-21mesa: Rename gl_vertex_array_object::_Enabled -> Enabled.Mathias Fröhlich11-36/+36
2018-11-20st/mesa: pin driver threads to a fixed CCX when glthread is enabledMarek Olšák1-0/+11
2018-11-20st/mesa: regularly re-pin driver threads to the CCX where the app thread isMarek Olšák2-0/+34
2018-11-20mesa/glthread: enable immediate modeMarek Olšák1-4/+10
2018-11-20mesa/glthread: pass the function name to _mesa_glthread_restore_dispatchMarek Olšák3-4/+7
2018-11-20i965: Do NIR shader cloning in the caller.Kenneth Graunke6-6/+7
2018-11-20i965: Use a 'nir' temporary rather than poking at brw_programKenneth Graunke6-22/+25
2018-11-20meson: Add tests to suitesDylan Baker2-4/+7
2018-11-20i965/batch: avoid reverting batch buffer if saved state is an emptyAndrii Simiklit5-2/+13
2018-11-19i965:use FRAMEBUFFER_UNSUPPORTED instead of FRAMEBUFFER_INCOMPLETE_DIMENSIONSGert Wollny1-1/+1
2018-11-19i965: Add support for and expose EXT_texture_sRGB_R8Gert Wollny2-0/+2
2018-11-19i965: Force zero swizzles for unused components in GL_RED and GL_RGGert Wollny1-0/+4