summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Generalize TexStorage allocator between swrast and intel.Eric Anholt2013-04-212-0/+35
* mesa: Add performance debug for meta code.Eric Anholt2013-04-211-0/+10
* mesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENABLED is definedBrian Paul2013-04-181-1/+3
* mesa: generate glGetInteger/Boolean/Float/Doublev() code for all APIsBrian Paul2013-04-171-23/+3
* mesa: remove mfeatures.hBrian Paul2013-04-171-53/+0
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-1795-99/+0
* mesa: remove FEATURE_remap_table from remap.[ch]Brian Paul2013-04-172-40/+0
* mesa: remove gl_context::_TriangleCapsBrian Paul2013-04-171-5/+0
* mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul2013-04-176-58/+0
* mesa: remove DD_TRI_UNFILLED flagBrian Paul2013-04-174-18/+2
* mesa: remove DD_TRI_SMOOTH flagBrian Paul2013-04-174-7/+2
* mesa: remove DD_TRI_STIPPLE flagBrian Paul2013-04-174-6/+1
* mesa: remove DD_TRI_OFFSET flagBrian Paul2013-04-173-26/+1
* mesa: remove DD_POINT_ATTEN flagBrian Paul2013-04-174-17/+2
* mesa: remove DD_POINT_SMOOTH flagBrian Paul2013-04-174-6/+1
* mesa: remove DD_LINE_STIPPLE flagBrian Paul2013-04-174-12/+1
* mesa: remove DD_SEPARATE_SPECULAR flagBrian Paul2013-04-173-18/+1
* mesa: remove unused DD_LINE_SMOOTH flagBrian Paul2013-04-174-6/+1
* mesa: Add a macro to bitset for determining bitset size.Eric Anholt2013-04-121-2/+2
* mesa: Don't leak gl_context::BeginEnd at context destructionIan Romanick2013-04-121-0/+1
* mesa: Don't leak shared state when context initialization failsIan Romanick2013-04-121-0/+1
* mesa: NULL check the pointer before trying to dereference itIan Romanick2013-04-121-2/+2
* mesa: remove old comment about FEATURE_GLBrian Paul2013-04-091-2/+1
* mesa: remove #ifdef FEATURE_ES2, add some comments insteadBrian Paul2013-04-091-2/+9
* mesa: update derived framebuffer state in GetMultisamplefvMarek Olšák2013-04-101-0/+5
* mesa: fix glGet queries depending on derived framebuffer state (v2)Marek Olšák2013-04-102-7/+26
* glsl: Fix ir_print_visitor's handling of interpolation qualifiers.Paul Berry2013-04-091-1/+2
* mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák2013-04-066-9/+36
* mesa: move updating clamp control derived state out of mesa_update_state_lockedMarek Olšák2013-04-064-36/+40
* mesa: don't set _ClampFragmentColor to TRUE if it has no effectMarek Olšák2013-04-068-9/+29
* mesa: refactor clamping controls, get rid of _ClampReadColorMarek Olšák2013-04-067-30/+58
* mesa: Add new ctx->Stencil._WriteEnabled derived state flag.Kenneth Graunke2013-04-042-0/+6
* Avoid spurious GCC warnings in STATIC_ASSERT() macro.Paul Berry2013-04-041-1/+1
* ACTIVE_UNIFORM_MAX_LENGTH should include 3 extra characters for arrays.Haixia Shi2013-04-011-2/+4
* mesa: remove platform checks around __builtin_ffs, __builtin_ffsllBrian Paul2013-04-011-6/+0
* mesa: fix texture storage multisample prototypes harder.Dave Airlie2013-04-012-4/+4
* mesa: allow multisample texture targets in [Get]TexParameter*Chris Forbes2013-03-311-1/+87
* mesa: improve reported function name in Tex*MultisampleChris Forbes2013-03-311-16/+14
* mesa: add enable bit for ARB_texture_storage_multisampleChris Forbes2013-03-312-0/+2
* glapi: add definition of ARB_texture_storage_multisampleChris Forbes2013-03-313-2/+33
* mesa: add support for immutable textures to teximagemultisample()Chris Forbes2013-03-311-3/+28
* mesa: extract _mesa_is_legal_tex_storage_format helperChris Forbes2013-03-312-17/+23
* mesa: Delete VERT_ATTRIB_GENERIC_NV and VERT_BIT_GENERIC_NV macros.Kenneth Graunke2013-03-301-10/+0
* glsl: Implement ARB_texture_query_lodDave Airlie2013-03-292-0/+2
* mesa: provide default implementation of QuerySamplesForFormatChris Forbes2013-03-292-0/+19
* mesa: only check sample count if we actually wanted multisamplingChris Forbes2013-03-271-9/+10
* mesa: use _mesa_check_sample_count() for multisample texturesChris Forbes2013-03-242-30/+33
* mesa: helper for checking renderbuffer sample countChris Forbes2013-03-243-3/+69
* mesa: allow internalformat_query with multisample texture targetsChris Forbes2013-03-242-6/+10
* mesa: add common format-independent memcpy-based ReadPixels pathMarek Olšák2013-03-234-37/+167