mesa: remove redundant _NEW_BUFFERS setting in ReadBuffer
[mesa.git] / src / mesa / main /
2013-04-24 Marek Olšákmesa: remove redundant _NEW_BUFFERS setting in ReadBuffer
2013-04-22 Brian Paulmesa: Remove extra MapBufferRange in create_beginend_ta...
2013-04-21 Eric Anholtmesa: Introduce a globally-available minify() macro.
2013-04-21 Eric Anholtmesa: Generalize TexStorage allocator between swrast...
2013-04-21 Eric Anholtmesa: Add performance debug for meta code.
2013-04-18 Brian Paulmesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENAB...
2013-04-17 Brian Paulmesa: generate glGetInteger/Boolean/Float/Doublev(...
2013-04-17 Brian Paulmesa: remove mfeatures.h
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-04-17 Brian Paulmesa: remove FEATURE_remap_table from remap.[ch]
2013-04-17 Brian Paulmesa: remove gl_context::_TriangleCaps
2013-04-17 Brian Paulmesa: remove DD_TRI_LIGHT_TWOSIDE flag
2013-04-17 Brian Paulmesa: remove DD_TRI_UNFILLED flag
2013-04-17 Brian Paulmesa: remove DD_TRI_SMOOTH flag
2013-04-17 Brian Paulmesa: remove DD_TRI_STIPPLE flag
2013-04-17 Brian Paulmesa: remove DD_TRI_OFFSET flag
2013-04-17 Brian Paulmesa: remove DD_POINT_ATTEN flag
2013-04-17 Brian Paulmesa: remove DD_POINT_SMOOTH flag
2013-04-17 Brian Paulmesa: remove DD_LINE_STIPPLE flag
2013-04-17 Brian Paulmesa: remove DD_SEPARATE_SPECULAR flag
2013-04-17 Brian Paulmesa: remove unused DD_LINE_SMOOTH flag
2013-04-12 Eric Anholtmesa: Add a macro to bitset for determining bitset...
2013-04-12 Ian Romanickmesa: Don't leak gl_context::BeginEnd at context destru...
2013-04-12 Ian Romanickmesa: Don't leak shared state when context initializati...
2013-04-12 Ian Romanickmesa: NULL check the pointer before trying to dereferen...
2013-04-10 Brian Paulmesa: remove old comment about FEATURE_GL
2013-04-10 Brian Paulmesa: remove #ifdef FEATURE_ES2, add some comments...
2013-04-10 Marek Olšákmesa: update derived framebuffer state in GetMultisamplefv
2013-04-10 Marek Olšákmesa: fix glGet queries depending on derived framebuffe...
2013-04-09 Paul Berryglsl: Fix ir_print_visitor's handling of interpolation...
2013-04-06 Marek Olšákmesa: allow drivers not to expose ARB_color_buffer_floa...
2013-04-06 Marek Olšákmesa: move updating clamp control derived state out...
2013-04-06 Marek Olšákmesa: don't set _ClampFragmentColor to TRUE if it has...
2013-04-06 Marek Olšákmesa: refactor clamping controls, get rid of _ClampRead...
2013-04-04 Kenneth Graunkemesa: Add new ctx->Stencil._WriteEnabled derived state...
2013-04-04 Paul BerryAvoid spurious GCC warnings in STATIC_ASSERT() macro.
2013-04-01 Haixia ShiACTIVE_UNIFORM_MAX_LENGTH should include 3 extra charac...
2013-04-01 Brian Paulmesa: remove platform checks around __builtin_ffs,...
2013-04-01 Dave Airliemesa: fix texture storage multisample prototypes harder.
2013-03-31 Chris Forbesmesa: allow multisample texture targets in [Get]TexPara...
2013-03-31 Chris Forbesmesa: improve reported function name in Tex*Multisample
2013-03-31 Chris Forbesmesa: add enable bit for ARB_texture_storage_multisample
2013-03-31 Chris Forbesglapi: add definition of ARB_texture_storage_multisample
2013-03-31 Chris Forbesmesa: add support for immutable textures to teximagemul...
2013-03-31 Chris Forbesmesa: extract _mesa_is_legal_tex_storage_format helper
2013-03-31 Kenneth Graunkemesa: Delete VERT_ATTRIB_GENERIC_NV and VERT_BIT_GENERI...
2013-03-29 Dave Airlieglsl: Implement ARB_texture_query_lod
2013-03-29 Chris Forbesmesa: provide default implementation of QuerySamplesFor...
2013-03-26 Chris Forbesmesa: only check sample count if we actually wanted...
2013-03-24 Chris Forbesmesa: use _mesa_check_sample_count() for multisample...
2013-03-24 Chris Forbesmesa: helper for checking renderbuffer sample count
2013-03-24 Chris Forbesmesa: allow internalformat_query with multisample textu...
2013-03-23 Marek Olšákmesa: add common format-independent memcpy-based ReadPi...
2013-03-23 Marek Olšákmesa: add helper func for checking combined depthstenci...
2013-03-23 Marek Olšákmesa: add a common function returning transfer ops...
2013-03-23 Marek Olšákmesa: handle HALF_FLOAT like FLOAT in get_tex_rgba
2013-03-21 Matt Turnermesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.
2013-03-19 Paul Berryff_fragment_shader: Don't do unnecessary (and dangerous...
2013-03-19 Andreas Bollmesa: use ieee fp on s390 and m68k
2013-03-19 Christian Königglsl_to_tgsi: allocate arrays separately v2
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-15 Paul BerryGet rid of _mesa_frag_attrib_to_vert_result().
2013-03-15 Paul BerryGet rid of _mesa_vert_result_to_frag_attrib().
2013-03-15 Paul Berrymtypes.h: Modify gl_frag_attrib to refer to new gl_vary...
2013-03-15 Paul BerryReplace gl_geom_result enum with gl_varying_slot.
2013-03-15 Paul Berrymtypes.h: Modify gl_geom_result to refer to new gl_vary...
2013-03-15 Paul BerryReplace gl_geom_attrib enum with gl_varying_slot.
2013-03-15 Paul Berrymtypes.h: Modify gl_geom_attrib to refer to new gl_vary...
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-03-15 Paul Berrymtypes.h: Modify gl_vert_result to refer to new gl_vary...
2013-03-15 Paul Berrymtypes.h: Add new gl_varying_slot enum, and bitfield...
2013-03-14 Anuj Phogatmesa: Fix FB blitting in case of zero size src or dst...
2013-03-13 Vinson Leetests: Add $(top_srcdir)/include to AM_CPPFLAGS.
2013-03-13 Matt Turnermesa: Use PACKAGE_BUGREPORT macro.
2013-03-13 Matt Turnermesa: Remove unused version #defines from version.h.
2013-03-13 Matt Turnermesa: Replace MESA_VERSION with PACKAGE_VERSION.
2013-03-12 José Fonsecamesa,gallium,egl,mapi: One definition of C99 inline...
2013-03-12 Vinson Leemesa: Use correct functions for enum conversion.
2013-03-11 Marek Olšákmesa: don't allocate a texture if width or height is...
2013-03-09 Matt Turnermesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.
2013-03-07 Alan Hourihanemesa: fix glGetInteger*(GL_SAMPLER_BINDING).
2013-03-06 Alan HourihaneUnreference sampler object when it's currently bound...
2013-03-05 Eric Anholtmesa: Remove the special enum for _mesa_error debug...
2013-03-05 Eric Anholtmesa: Remove the enum for the oom-within-debug-output...
2013-03-05 Eric Anholtmesa: Remove now-unused gl_winsys_error and gl_shader_e...
2013-03-05 Eric Anholtmesa: Report ARB_debug_output for both shader errors...
2013-03-05 Eric Anholtmesa: Add support for GL_ARB_debug_output with dynamic...
2013-03-05 Eric Anholtmesa: Merge handling of application-provided and built...
2013-03-05 Eric Anholtmesa: Fix _mesa_problem() on context destroy after...
2013-03-05 Eric Anholtmesa: Move debug type/severity enums to mesa core.
2013-03-05 Eric Anholtmesa: Replace open-coded _mesa_lookup_enum_by_nr().
2013-03-05 Eric Anholtmesa: Remove extra #define MAXSTRING duplicating MAX_DE...
2013-03-05 Alan HourihaneAdd missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_te...
2013-03-05 Jon TURNEYFix out-of-tree build of 'make check' in src/mesa/main...
2013-03-04 Brian Paulmesa: flush current state when querying GL_EDGE_FLAG
2013-03-02 Kenneth Graunkemesa: Add a new QueryCounter() hook for TIMESTAMP queries.
2013-03-01 Chris Forbesmesa: implement TexImage*Multisample
2013-03-01 Chris Forbesmesa: support multisample textures in framebuffer compl...
2013-03-01 Chris Forbesmesa: implement sample mask
2013-03-01 Chris Forbesmesa: implement GetMultisamplefv
next