summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Don't allow snorm internal formats in glCopyTexImage*() in GLES3Anuj Phogat2014-08-041-0/+11
* mesa: Add utility function _mesa_is_enum_format_snorm()Anuj Phogat2014-08-042-0/+40
* mesa: Fix condition for using compressed internalformat in glCompressedTexIma...Anuj Phogat2014-08-041-1/+8
* mesa: Add error condition for using compressed internalformat in glTexStorage...Anuj Phogat2014-08-041-0/+18
* mesa: Turn target_can_be_compressed() in to a utility functionAnuj Phogat2014-08-042-6/+9
* mesa: Fix error condition for valid texture targets in glTexStorage* functionsAnuj Phogat2014-08-041-0/+7
* mesa: Do not list inactive block members as activeIan Romanick2014-08-041-6/+26
* mesa/main: Use the RGB <-> sRGB conversion functions in libmesautilJason Ekstrand2014-08-045-139/+79
* util: Gather some common macrosJason Ekstrand2014-08-042-91/+5
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-0421-1279/+6
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-047-6/+7
* mesa: Add missing atomic buffer bindings and unbindingsAditya Atluri2014-08-011-0/+31
* main/get_hash_params: Add GL_SAMPLE_SHADING_ARBJason Ekstrand2014-07-291-0/+1
* glapi: add indexed blend functions (GL 4.0)Tapani Pälli2014-07-281-5/+5
* main/cs: Add additional compute shader constant valuesJordan Justen2014-07-272-0/+18
* Add an accelerated version of F_TO_I for x86_64Jason Ekstrand2014-07-241-1/+5
* mesa: add ARB_clear_texture.xml to file list, remove duplicate declsIlia Mirkin2014-07-241-12/+0
* mesa: Fix the name in the error messageIan Romanick2014-07-231-1/+1
* texstore: Add a generic implementation of GL_ARB_clear_textureNeil Roberts2014-07-232-0/+79
* mesa/main: Add generic bits of ARB_clear_texture implementationNeil Roberts2014-07-233-1/+271
* teximage: Add utility func for format/internalFormat compatibility checkNeil Roberts2014-07-231-21/+38
* mesa/main: add ARB_clear_texture entrypointsIlia Mirkin2014-07-235-0/+32
* mesa: Don't use memcpy() in _mesa_texstore() for float depth texture dataAnuj Phogat2014-07-211-0/+15
* main/format_pack: Fix a wrong datatype in pack_ubyte_R8G8_UNORMJason Ekstrand2014-07-181-1/+1
* glsl: add a mechanism to allow #extension directives in the middle of shadersMarek Olšák2014-07-181-0/+5
* mesa: Fix regression introduced by commit "mesa: fix packing of float texels ...Pavel Popov2014-07-181-8/+8
* mesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_* queries outside compat p...Ian Romanick2014-07-151-2/+7
* mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profileIan Romanick2014-07-151-0/+2
* mesa: Handle uninitialized textures like other textures in get_tex_level_para...Ian Romanick2014-07-151-5/+6
* mesa: fix crash in st/mesa after deleting a VAOMarek Olšák2014-07-112-0/+29
* ff_fragment_shader: Access glsl_types directly.Kenneth Graunke2014-07-091-15/+15
* mesa: fix geometry shader memory leaksBrian Paul2014-07-092-0/+4
* mesa: use float to silence MSVC warning in _mesa_GetMultisamplefv()Brian Paul2014-07-091-1/+1
* mesa: add support for AMD_vertex_shader_viewport_indexIlia Mirkin2014-07-022-0/+2
* mesa: Make unreachable macro take a string argument.Matt Turner2014-07-011-3/+11
* mesa: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-12/+12
* mesa: update comment for UniformBufferSize to indicate size is in bytesBrian Paul2014-07-011-1/+1
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-3021-713/+2
* mesa: Enable simultaneous queries on different streams.Iago Toral Quiroga2014-06-302-10/+11
* mesa: Include stream information in indexed queries.Iago Toral Quiroga2014-06-302-0/+2
* glsl: Store info about geometry shaders that emit vertices to non-zero streams.Iago Toral Quiroga2014-06-303-0/+4
* mesa: add StreamId information to transform feedback outputs.Iago Toral Quiroga2014-06-301-0/+1
* mesa: expose ARB_seamless_cubemap_per_texture when supportedIlia Mirkin2014-06-281-0/+1
* mesa/main: In register_surface() verify gl_texture_object was foundJuha-Pekka Heikkila2014-06-261-0/+6
* mesa/main: Verify calloc return value in register_surface()Juha-Pekka Heikkila2014-06-261-0/+5
* mesa: Don't use derived vertex state in api_arrayelt.cFredrik Höglund2014-06-241-54/+57
* mesa: Make Geom.UsesEndPrimitive a bool instead of a GLbooleanIago Toral Quiroga2014-06-232-3/+3
* mesa: Add extension plumbing for ARB_fragment_layer_viewportChris Forbes2014-06-222-0/+2
* mesa: Init Geom.UsesEndPrimitive in shader programs.Iago Toral Quiroga2014-06-201-0/+1
* mesa: Remove glClear optimization based on drawable sizeKristian Høgsberg2014-06-181-5/+0