summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt2013-02-222-2/+2
* mesa: Don't install glEvalMesh in the beginend dispatch tableIan Romanick2013-02-203-9/+16
* gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli2013-02-205-1/+63
* st/mesa: simplify and improve CopyTexSubImageMarek Olšák2013-02-182-16/+25
* st/mesa: implement blit-based TexImage and TexSubImageMarek Olšák2013-02-182-2/+23
* mesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV nameMatt Turner2013-02-151-1/+1
* shaderapi: Fix AttachShader errorbma2013-02-131-0/+14
* CopyTexImage: Don't check sRGB vs LINEAR for desktop GLJordan Justen2013-02-121-18/+10
* mesa: fix GetTexImage if mesa format and internal format don't matchMarek Olšák2013-02-112-0/+71
* mesa: don't use memcpy fast path for GetTexImage if base format is differentMarek Olšák2013-02-111-4/+6
* mesa: don't use _mesa_base_tex_format for format parameter of GetTexImageMarek Olšák2013-02-111-1/+36
* mesa: adjust usage of swapBytes/littleEndian in format_matches_format_and_typeMarek Olšák2013-02-111-25/+17
* mesa: remove per-format memcpy codepaths from texstore functionsMarek Olšák2013-02-111-590/+64
* mesa: implement common texstore memcpy function for all formatsMarek Olšák2013-02-111-0/+60
* mesa: fill in Z32_FLOAT_X24S8 in _mesa_format_matches_format_and_typeMarek Olšák2013-02-111-1/+2
* mesa: fill in signed cases and RGBA16 in _mesa_format_matches_format_and_typeMarek Olšák2013-02-111-4/+26
* mesa: fill in INT/UINT format cases in _mesa_format_matches_format_and_typeMarek Olšák2013-02-111-6/+61
* mesa: fill in YCBCR cases in _mesa_format_matches_format_and_typeMarek Olšák2013-02-111-1/+6
* mesa: fill in SRGB cases in _mesa_format_matches_format_and_typeMarek Olšák2013-02-111-5/+5
* Consolidate some redundant definitions of ARRAY_SIZE() macro.Paul Berry2013-02-083-4/+5
* mesa: Don't check (offset + size <= bufObj->Size) in BindBufferRange.Paul Berry2013-02-071-7/+0
* mesa: Allow glGet* queries of MAX_VARYING_COMPONENTS in ES 3Matt Turner2013-02-071-3/+1
* mesa: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-075-47/+869
* mesa: Put extern "C" guards in renderbuffer.h.Kenneth Graunke2013-02-061-1/+7
* mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2013-02-067-28/+28
* mesa/glsl: Separate parsing logic from _mesa_get_uniform_location.Paul Berry2013-02-042-61/+28
* mesa: don't use format chooser code for glCompressedTexImageBrian Paul2013-02-041-2/+12
* mesa: don't expose IBM_rasterpos_clip in a core contextMarek Olšák2013-02-011-1/+1
* mesa: bump version to 9.2 (devel)Andreas Boll2013-01-311-2/+2
* Revert "mesa: Return INVALID_OPERATION when type is known but not allowed"Matt Turner2013-01-301-11/+1
* mesa: Add TexBufferRange to dispatch_sanity.Kenneth Graunke2013-01-301-1/+1
* mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller2013-01-308-17/+103
* mesa: remove ctx->Driver.Error() hookBrian Paul2013-01-292-11/+0
* mesa: fix comment typo: s/formaat/format/Brian Paul2013-01-291-1/+1
* mesa: don't enable GL_EXT_framebuffer_multisample for software driversBrian Paul2013-01-291-1/+0
* Remove APIspec.dtdMatt Turner2013-01-281-52/+0
* mesa: add casts in _mesa_GetTexParameterfv() to silence warningsBrian Paul2013-01-251-4/+4
* glsl: Add infrastructure for ARB_shading_language_packingMatt Turner2013-01-252-0/+2
* mesa: Print more informative debug for _mesa_do_init_remap_table().Eric Anholt2013-01-251-2/+4
* glsl: Add gl_uniform_buffer_variable::IndexName fieldIan Romanick2013-01-252-1/+14
* mesa: Track the packing mode of a UBO in gl_uniform_bufferIan Romanick2013-01-251-0/+14
* mesa/es3: Enable ES 3.0 API and shading language versionIan Romanick2013-01-252-2/+27
* mesa: Remove rounding bias in _mesa_float_to_half()Chad Versace2013-01-241-29/+37
* mesa,glsl: Move round_to_even() from glsl to mesa/main (v2)Chad Versace2013-01-242-0/+23
* glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry2013-01-241-6/+6
* mesa: Like EXT_texture_compression_dxt1, advertise ANGLE_texture_compression_...Ian Romanick2013-01-233-20/+8
* mesa: Simplify _mesa_choose_tex_format handling of compressed formatsIan Romanick2013-01-231-167/+75
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-236-9/+13
* ReadPixels: Force ALPHA to 1 while rebasing RGBA values for GL_RGB formatCarl Worth2013-01-231-0/+10
* mesa/es3: Apply stricter multisample blit rules for ES3.Ian Romanick2013-01-221-13/+48