aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Fix GL_NUM_DEVICE_UUIDS_EXTJózef Kucia2019-03-221-0/+3
* mesa: Add assert to _mesa_primitive_restart_index.Mathias Fröhlich2019-03-151-0/+3
* mesa: Use mapping tools in debug prints.Mathias Fröhlich2019-03-151-45/+12
* mesa: Remove _ae_{,un}map_vbos and dependencies.Mathias Fröhlich2019-03-152-100/+0
* mesa: Replace _ae_{,un}map_vbos with _mesa_vao_{,un}map_arraysMathias Fröhlich2019-03-151-8/+4
* mesa: Factor out _mesa_array_element.Mathias Fröhlich2019-03-152-19/+32
* mesa: Implement helper functions to map and unmap a VAO.Mathias Fröhlich2019-03-152-0/+102
* mesa: add logging function for formatted stringMark Janes2019-03-142-0/+35
* mesa: rename logging functions to reflect that they format stringsMark Janes2019-03-145-48/+48
* mesa: properly report the length of truncated log messagesMark Janes2019-03-141-0/+3
* glsl: rename is_record() -> is_struct()Timothy Arceri2019-03-061-1/+1
* mesa: Track buffer object use also for VAO usage.Mathias Fröhlich2019-03-044-4/+15
* mesa: Expose EXT_texture_query_lod and add support for its use shadersGert Wollny2019-03-031-0/+1
* mesa: fix display list corner case assertionBrian Paul2019-02-261-0/+2
* mesa/core: Enable EXT_depth_clamp for GLES >= 2.0Gert Wollny2019-02-252-4/+5
* mesa: Fix RGBBuffers for renderbuffers with sized internal formatsKenneth Graunke2019-02-251-1/+4
* nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fsAlejandro Piñeiro2019-02-211-4/+0
* mesa: add explicit enable for EXT_float_blend, and error conditionIlia Mirkin2019-02-184-1/+26
* mesa: return NULL if we exceed MaxColorAttachments in get_fb_attachmentTapani Pälli2019-02-181-2/+6
* mesa: INVALID_VALUE for wrong type or format in Clear*Buffer*DataAndres Gomez2019-02-151-4/+6
* mesa: Advertise EXT_float_blend in ES 3.0+ contexts.Kenneth Graunke2019-02-121-0/+1
* util: move BITFIELD macros to util/macros.hTimothy Arceri2019-02-081-24/+0
* mesa: release references to image textures when a context is destroyedGert Wollny2019-02-053-0/+15
* mesa/main: Expose EXT_texture_compression_s3tc_srgbGurchetan Singh2019-02-013-1/+4
* mesa: Skip partial InvalidateFramebuffer of packed depth/stencil.Eric Anholt2019-01-311-0/+23
* mesa/core: Enable EXT_texture_sRGB_R8 also for desktop GLGert Wollny2019-01-302-1/+2
* mesa: expose NV_conditional_render on GLESErik Faye-Lund2019-01-302-1/+5
* mesa: wire up InvalidateFramebufferRob Clark2019-01-292-7/+66
* mesa/main: Expose EXT_sRGB_write_controlGert Wollny2019-01-283-5/+4
* mesa/main/version: Lower the requirements for GLES 3.0Gert Wollny2019-01-281-2/+2
* mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possibleGert Wollny2019-01-284-4/+4
* mesa:main: Add flag for EXT_sRGB to gl_extensionsGert Wollny2019-01-281-0/+1
* Revert "mesa/main: remove ARB suffix from glGetnTexImage"Emil Velikov2019-01-242-5/+5
* mesa: correctly use os.path.join in our python scriptsEmil Velikov2019-01-241-4/+3
* mesa: add MESA_SHADER_KERNELKarol Herbst2019-01-211-0/+4
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-1/+1
* glsl: don't skip GLSL IR opts on first-time compilesTimothy Arceri2019-01-191-2/+1
* st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke2019-01-152-0/+5
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-1/+1
* spirv: Add support for using derefs for UBO/SSBO accessJason Ekstrand2019-01-081-0/+1
* nir: Move propagation of cast derefs to a new nir_opt_deref passJason Ekstrand2019-01-081-1/+1
* glapi: fixup EXT_multisampled_render_to_texture dispatchKristian H. Kristensen2018-12-101-1/+5
* mesa: Add core support for EXT_multisampled_render_to_texture{,2}Kristian H. Kristensen2018-12-065-15/+57
* mesa: expose AMD_texture_texture4Marek Olšák2018-12-041-0/+1
* mesa: expose EXT_texture_compression_bptc in GLESMarek Olšák2018-12-043-1/+21
* mesa: expose EXT_texture_compression_rgtc on GLESMarek Olšák2018-12-043-6/+24
* mesa/main: fix up _mesa_has_rg_textures for gles2Erik Faye-Lund2018-12-041-1/+2
* mesa/main: correct validation for GL_RGB565Erik Faye-Lund2018-12-041-1/+3
* mesa: expose GL_EXT_texture_view as an alias of GL_OES_texture_viewMarek Olšák2018-12-041-0/+1
* mesa: drop unused & deprecated libEric Engestrom2018-12-041-1/+1