aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* st/glsl_to_tgsi: make use of driver_cache_blob with the disk cacheTimothy Arceri2017-11-281-7/+0
* mesa: shrink VERT_ATTRIB bitfields to 32 bitsMarek Olšák2017-11-258-18/+28
* mesa: remove unused vertex attrib WEIGHTMarek Olšák2017-11-252-4/+0
* mesa/teximage: add TEXTURE_CUBE_MAP_ARRAY target for CompressedTexImage3DJuan A. Suarez Romero2017-11-211-1/+19
* mesa/main/texcompress_s3tc_tmp.h: Fix two -Wparam-unused warnings.Gert Wollny2017-11-171-2/+2
* mesa: return 'unrecognized' extensions in glGetStringiEmil Velikov2017-11-161-0/+13
* mesa: rework the way we manage extra_extensionsEmil Velikov2017-11-162-43/+39
* mesa: pass the ctx to _mesa_one_time_init_extension_overridesEmil Velikov2017-11-163-3/+3
* mesa: call atexit() only as neededEmil Velikov2017-11-161-3/+1
* mesa: remove unnecessary 'sort by year' for the GL extensionsEmil Velikov2017-11-161-50/+3
* mesa: reuse set_extension() for _mesa_extension_override_disablesEmil Velikov2017-11-161-4/+3
* mesa: drop unnecessary coping of extra_extensionsEmil Velikov2017-11-161-11/+6
* mesa: remove duplicate 'disabled extensions' listEmil Velikov2017-11-161-7/+1
* mesa: call _mesa_make_extension_string only as neededEmil Velikov2017-11-162-2/+2
* mesa: split extensions overrides and glGetString(GL_EXTENSIONS)Emil Velikov2017-11-163-20/+15
* mesa: minor tidy up for memory object error stringsAndres Rodriguez2017-11-141-16/+14
* mesa: enable ARB_texture_buffer_* extensions in the Compatibility profileMarek Olšák2017-11-095-21/+19
* mesa/program: add hw atomic counter fileDave Airlie2017-11-101-0/+1
* mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexesBrian Paul2017-11-094-15/+16
* mesa: s/GLint/gl_buffer_index/ for _ColorReadBufferIndexBrian Paul2017-11-091-1/+1
* mesa: minor reformatting, add const to gl_external_samplers()Brian Paul2017-11-091-1/+4
* mesa: flush and wait after creating a fallback textureNicolai Hähnle2017-11-091-0/+5
* mesa: increase MaxServerWaitTimeoutNicolai Hähnle2017-11-091-1/+1
* mesa: use simple mtx in core mesaTimothy Arceri2017-11-0912-73/+74
* mesa: rework how we free gl_shader_program_dataTimothy Arceri2017-11-092-42/+16
* glsl: drop cache_fallbackTimothy Arceri2017-11-092-17/+13
* mesa: fix deleting the dummy ATI_fsMiklós Máté2017-11-071-1/+4
* mesa/glsl: add api_enabled flag to gl_transform_feedback_infoTimothy Arceri2017-10-311-0/+3
* main: Add driver cache blob fields to gl_programJordan Justen2017-10-311-0/+4
* mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.Kenneth Graunke2017-10-271-0/+9
* formatquery: use correct target check for IMAGE_FORMAT_COMPATIBILITY_TYPEAlejandro Piñeiro2017-10-271-1/+7
* gles2: support for GL_EXT_occlusion_query_booleanHarish Krupo2017-10-252-7/+25
* mesa: enum checks for GL_EXT_occlusion_query_booleanTapani Pälli2017-10-251-0/+44
* mesa/bufferobj: don't double negate the rangeDave Airlie2017-10-241-3/+3
* mesa: fix trivial typo in _mesa_PixelMapusv() error stringBrian Paul2017-10-181-1/+1
* Revert "mesa: fix texture updates for ATI_fragment_shader"Marek Olšák2017-10-171-5/+3
* mesa: remove redundant NULL check in update_single_program_texture_stateMiklós Máté2017-10-171-2/+0
* meson: build mesa test.Dylan Baker2017-10-161-0/+43
* mesa: minor simplification in test_attachment_completeness()Brian Paul2017-10-141-2/+1
* meta: Delete the PBO texture upload/download pathJason Ekstrand2017-10-121-16/+0
* compiler: Move gl_program::TexelFetchSamplers to shader_info.Kenneth Graunke2017-10-121-1/+0
* mesa/bufferobj: fix atomic offset/size getDave Airlie2017-10-131-2/+4
* mesa: Disallow GL_RED/GL_RG with half-floats on GLES2.Eric Anholt2017-10-121-0/+4
* st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...Nicolai Hähnle2017-10-111-0/+1
* mesa/bufferobj: consolidate some buffer binding code.Dave Airlie2017-10-111-42/+35
* mesa/bufferobj: consolidate some codepaths between ubo/ssbo/atomics.Dave Airlie2017-10-111-102/+47
* mesa: rename various buffer bindings to one struct.Dave Airlie2017-10-112-38/+13
* mesa: align atomic buffer handling code with ubo/ssbo (v1.1)Dave Airlie2017-10-112-44/+92
* main/format: skip format conversion if src and dst format are equalKarol Herbst2017-10-101-0/+14
* mesa: Make _mesa_get_format_bytes handle array formats.Jason Ekstrand2017-10-101-0/+5