Revert "st/mesa: expose 0 shader binary formats for compat profiles for Qt"
[mesa.git] / src / mesa / main /
2018-12-03 Erik Faye-Lundmesa/main: split float-texture support checking in two
2018-12-03 Erik Faye-Lundmesa/main: do not allow EXT_texture_sRGB_R8 enums befor...
2018-12-03 Erik Faye-Lundmesa/main: do not allow sRGB texture enums before gles3
2018-12-03 Erik Faye-Lundmesa/main: do not allow snorm-texture enums before...
2018-12-03 Erik Faye-Lundmesa/main: do not allow floating-point texture enums...
2018-12-03 Erik Faye-Lundmesa/main: do not allow type_2_10_10_10_REV enums befor...
2018-12-03 Erik Faye-Lundmesa/main: do not allow MESA_ycbcr_texture enums on...
2018-12-03 Erik Faye-Lundmesa/main: do not allow EXT_texture_shared_exponent...
2018-12-03 Erik Faye-Lundmesa/main: do not allow rg-textures enums before gles3
2018-12-03 Erik Faye-Lundmesa/main: do not allow EXT_packed_float enums before...
2018-12-03 Erik Faye-Lundmesa/main: do not allow ARB_depth_buffer_float enums...
2018-12-03 Erik Faye-Lundmesa/main: do not allow integer-texture enums before...
2018-12-03 Erik Faye-Lundmesa/main: do not allow ARB_texture_rgb10_a2ui enums...
2018-12-03 Erik Faye-Lundmesa/main: do not allow stencil-texture enums on gles1
2018-12-03 Erik Faye-Lundmesa/main: do not allow depth-texture enums on gles1
2018-12-03 Erik Faye-Lundmesa/main: do not allow astc enums on gles1
2018-12-03 Erik Faye-Lundmesa/main: do not allow etc2 enums on gles1
2018-12-03 Erik Faye-Lundmesa/main: do not allow s3tc enums on gles1
2018-12-03 Erik Faye-Lundmesa/main: use _mesa_has_FOO_bar for compressed format...
2018-12-03 Erik Faye-Lundmesa/main: clean up integer texture check
2018-12-03 Erik Faye-Lundmesa/main: clean up ES2_compatibility check
2018-12-03 Erik Faye-Lundmesa/main: clean up OES_texture_float_linear check
2018-12-03 Erik Faye-Lundmesa/main: clean up S3_s3tc check
2018-12-03 Erik Faye-Lundmesa/main: rename format-check function
2018-12-03 Erik Faye-Lundmesa/main: make _mesa_has_tessellation return bool
2018-11-26 Erik Faye-Lundmesa/main: fixup requirements for GL_PRIMITIVES_GENERATED
2018-11-26 Erik Faye-Lundmesa/main: fix incorrect depth-error
2018-11-26 Erik Faye-Lundmesa/main: check cube-completeness in common code
2018-11-26 Erik Faye-Lundmesa/main: factor out common error-checking
2018-11-26 Erik Faye-Lundmesa/main: factor out tex-image error-checking
2018-11-26 Erik Faye-Lundmesa/main: remove bogus error for zero-sized images
2018-11-26 Erik Faye-Lundmesa/main: remove ARB suffix from glGetnTexImage
2018-11-23 Erik Faye-Lundmesa/main: remove overly strict query-validation
2018-11-23 Erik Faye-Lundmesa/main: fix validation of GL_TIMESTAMP
2018-11-23 Erik Faye-Lundmesa/main: fix validation of ARB_query_buffer_object
2018-11-23 Erik Faye-Lundmesa/main: fix validation of transform-feedback overflo...
2018-11-23 Erik Faye-Lundmesa/main: fix validation of transform-feedback queries
2018-11-23 Erik Faye-Lundmesa/main: fix validation of GL_TIME_ELAPSED
2018-11-23 Erik Faye-Lundmesa/main: fix validation of GL_ANY_SAMPLES_PASSED_CONS...
2018-11-23 Erik Faye-Lundmesa/main: fix validation of GL_ANY_SAMPLES_PASSED
2018-11-23 Erik Faye-Lundmesa/main: fix validation of GL_SAMPLES_PASSED
2018-11-23 Erik Faye-Lundmesa/main: simplify pipeline-statistics query validation
2018-11-23 Erik Faye-Lundmesa/main: use non-prefixed enums for consistency
2018-11-23 Erik Faye-Lundmesa/main: correct year for EXT_occlusion_query_boolean
2018-11-23 Erik Faye-Lundmesa/main: correct requirement for EXT_occlusion_query_...
2018-11-21 Mathias Fröhlichmesa: Remove unneeded bitfield widths from the VAO.
2018-11-21 Mathias Fröhlichmesa: Factor out struct gl_vertex_format.
2018-11-21 Mathias Fröhlichmesa: Unify glEdgeFlagPointer data type.
2018-11-21 Mathias Fröhlichmesa: Work with bitmasks when en/dis-abling VAO arrays.
2018-11-21 Mathias Fröhlichmesa: Remove gl_array_attributes::Enabled.
2018-11-21 Mathias Fröhlichmesa: Use gl_vertex_array_object::Enabled for glGet.
2018-11-21 Mathias Fröhlichmesa: Use the gl_vertex_array_object::Enabled bitfield.
2018-11-21 Mathias Fröhlichmesa: Rename gl_vertex_array_object::_Enabled -> Enabled.
2018-11-21 Marek Olšákmesa/glthread: pass the function name to _mesa_glthread...
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-11-13 Gert Wollnymesa: Reference count shaders that are used by transfor...
2018-11-12 Marek Olšákmesa: mark GL_SR8_EXT non-renderable on GLES
2018-11-09 Erik Faye-LundRevert "mesa: expose NV_conditional_render on GLES"
2018-11-09 Erik Faye-LundRevert "mesa/main: fixup make check after NV_conditiona...
2018-11-09 Erik Faye-Lundmesa/main: fixup make check after NV_conditional_render...
2018-11-09 Erik Faye-Lundmesa: expose NV_conditional_render on GLES
2018-11-02 Gert Wollnymesa/core: Add definitions and translations for EXT_tex...
2018-11-02 Erik Faye-Lundmesa/glsl: add support for EXT_shader_implicit_conversions
2018-11-02 Mathias Fröhlichmesa: Remove needless indirection in some draw functions.
2018-11-01 Mathias Fröhlichmesa: Collect all the draw functions in draw.{h,c}.
2018-11-01 Mathias Fröhlichmesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirect
2018-11-01 Mathias Fröhlichmesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src...
2018-11-01 Mathias Fröhlichvbo: Make no_current_update an argument to vbo_save_Not...
2018-10-31 Alejandro Piñeiroglspirv: no need to force entrypoint name to "main"
2018-10-30 Marek Olšákmesa: expose EXT_texture_compression_s3tc on GLES
2018-10-30 Michał Janiszewskimesa: Add missing include guards
2018-10-26 Jason Ekstrandnir/validate: Print when the validation failed
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-23 Eduardo Lima Mitevmesa/glformats: Remove redundant helper _mesa_base_form...
2018-10-11 Illia Iorinmesa: Fix pack_uint_Z_FLOAT32()
2018-10-11 Dave Airlieglspirv: drop pointless assert (size_t is unsigned)
2018-10-03 Emil VelikovRevert "mesa: remove unnecessary 'sort by year' for...
2018-10-03 Emil Velikovmesa: reorder and document the tokens in glheader.h
2018-10-03 Emil Velikovmesa: remove duplicate declarations from glheader.h
2018-10-03 Emil Velikovmesa: fold _glapi_check_multithread() back into _mesa_m...
2018-10-03 Emil Velikovmesa: use C99 initializer in get_gl_override()
2018-09-20 Brian Paulmesa: use GLsizeiptrARB, GLintptrARB in bufferobj.c
2018-09-19 Jakob BornecrantzRevert "mesa: only update framebuffer-state for clears"
2018-09-19 Erik Faye-Lundmesa: only update framebuffer-state for clears
2018-09-18 Timothy Arcerimesa: enable EXT_framebuffer_object in core profile
2018-09-17 Fritz Koenigmesa: FramebufferParameteri parameter checking
2018-09-17 Fritz Koenigmesa: Additional FlipY applications
2018-09-11 Gert Wollnymesa/texture: Also check for LA texture when querying...
2018-09-11 Timothy Arcerimesa: remove duplicate dispatch sanity tests
2018-09-10 Timothy Arcerimesa: tidy up init_matrix_stack()
2018-09-08 Timothy Arcerimesa: enable ARB_vertex_buffer_object in core profile
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-09-06 Jason Ekstrandnir: Drop the vs_inputs_dual_locations option
2018-09-06 Jason Ekstrandcompiler: Move double_inputs to gl_program::DualSlotInputs
2018-09-06 Danylo Piliaievmesa: add missing return statement for GL_RG_SNORM...
2018-08-31 Marek Olšákmesa: ignore VAO IDs equal to 0 in glDeleteVertexArrays
2018-08-29 Timothy Arceriglsl: add a mechanism to allow layout qualifiers on...
2018-08-29 Timothy Arcerimesa: enable ARB_direct_state_access in compat for...
2018-08-29 Jason Ekstrandglsl/link,i965: Make ImageAccess four-state
next