Replace gl_vert_result enum with gl_varying_slot.
[mesa.git] / src / mesa / main /
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
2013-03-01 Chris Forbesmesa: add new max sample count state
2013-03-01 Chris Forbestests: add ARB_texture_multisample enums to table
2013-03-01 Chris Forbesmesa: add texobj support for ARB_texture_multisample
2013-03-01 Chris Forbesglapi: add ARB_texture_multisample
2013-03-01 Jordan Justenmesa version: add _mesa_get_gl_version_override
2013-02-28 Jordan Justenattrib: push/pop FRAGMENT_PROGRAM_ARB state
2013-02-28 Jordan Justentexobj: add verbose api trace messages to several routines
2013-02-25 Tapani Pällimesa/es: NULL check in EGLImageTargetTexture2DOES
2013-02-25 Tapani Pällimesa: add missing case in _mesa_GetTexParameterfv()
2013-02-22 Eric Anholtmesa: Fix setup of ctx->Point.PointSprite for GLES2.
2013-02-20 Ian Romanickmesa: Don't install glEvalMesh in the beginend dispatch...
2013-02-20 Tapani Pälligles2: a stub implementation for GL_EXT_discard_framebuffer
2013-02-18 Marek Olšákst/mesa: simplify and improve CopyTexSubImage
2013-02-18 Marek Olšákst/mesa: implement blit-based TexImage and TexSubImage
2013-02-15 Matt Turnermesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV...
2013-02-13 bmashaderapi: Fix AttachShader error
2013-02-12 Jordan JustenCopyTexImage: Don't check sRGB vs LINEAR for desktop GL
2013-02-11 Marek Olšákmesa: fix GetTexImage if mesa format and internal forma...
2013-02-11 Marek Olšákmesa: don't use memcpy fast path for GetTexImage if...
2013-02-11 Marek Olšákmesa: don't use _mesa_base_tex_format for format parame...
2013-02-11 Marek Olšákmesa: adjust usage of swapBytes/littleEndian in format_...
2013-02-11 Marek Olšákmesa: remove per-format memcpy codepaths from texstore...
2013-02-11 Marek Olšákmesa: implement common texstore memcpy function for...
2013-02-11 Marek Olšákmesa: fill in Z32_FLOAT_X24S8 in _mesa_format_matches_f...
2013-02-11 Marek Olšákmesa: fill in signed cases and RGBA16 in _mesa_format_m...
2013-02-11 Marek Olšákmesa: fill in INT/UINT format cases in _mesa_format_mat...
2013-02-11 Marek Olšákmesa: fill in YCBCR cases in _mesa_format_matches_forma...
2013-02-11 Marek Olšákmesa: fill in SRGB cases in _mesa_format_matches_format...
2013-02-08 Paul BerryConsolidate some redundant definitions of ARRAY_SIZE...
2013-02-08 Paul Berrymesa: Don't check (offset + size <= bufObj->Size) in...
2013-02-08 Matt Turnermesa: Allow glGet* queries of MAX_VARYING_COMPONENTS...
2013-02-06 Marek Olšákmesa: add RGBX formats for existing GL RGB texture...
2013-02-06 Kenneth Graunkemesa: Put extern "C" guards in renderbuffer.h.
2013-02-06 Marek Olšákmesa: fixup inconsistent naming of RG16 formats
2013-02-04 Paul Berrymesa/glsl: Separate parsing logic from _mesa_get_unifor...
2013-02-04 Brian Paulmesa: don't use format chooser code for glCompressedTex...
2013-02-01 Marek Olšákmesa: don't expose IBM_rasterpos_clip in a core context
2013-01-31 Andreas Bollmesa: bump version to 9.2 (devel)
2013-01-30 Matt TurnerRevert "mesa: Return INVALID_OPERATION when type is...
2013-01-30 Kenneth Graunkemesa: Add TexBufferRange to dispatch_sanity.
2013-01-30 Christoph Bumillermesa: implement GL_ARB_texture_buffer_range
2013-01-29 Brian Paulmesa: remove ctx->Driver.Error() hook
2013-01-29 Brian Paulmesa: fix comment typo: s/formaat/format/
2013-01-29 Brian Paulmesa: don't enable GL_EXT_framebuffer_multisample for...
2013-01-29 Matt TurnerRemove APIspec.dtd
2013-01-25 Brian Paulmesa: add casts in _mesa_GetTexParameterfv() to silence...
2013-01-25 Matt Turnerglsl: Add infrastructure for ARB_shading_language_packing
2013-01-25 Eric Anholtmesa: Print more informative debug for _mesa_do_init_re...
2013-01-25 Ian Romanickglsl: Add gl_uniform_buffer_variable::IndexName field
2013-01-25 Ian Romanickmesa: Track the packing mode of a UBO in gl_uniform_buffer
2013-01-25 Ian Romanickmesa/es3: Enable ES 3.0 API and shading language version
2013-01-25 Chad Versacemesa: Remove rounding bias in _mesa_float_to_half()
2013-01-25 Chad Versacemesa,glsl: Move round_to_even() from glsl to mesa/main...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2013-01-24 Ian Romanickmesa: Like EXT_texture_compression_dxt1, advertise...
2013-01-24 Ian Romanickmesa: Simplify _mesa_choose_tex_format handling of...
2013-01-24 Ian Romanickmesa: Use a single flag for the S3TC extensions that...
2013-01-24 Carl WorthReadPixels: Force ALPHA to 1 while rebasing RGBA values...
2013-01-22 Ian Romanickmesa/es3: Apply stricter multisample blit rules for...
2013-01-22 Ian Romanickmesa/es3: Disallow FRAMEBUFFER_ATTACHMENT_COMPONENT_TYP...
2013-01-22 Ian Romanickmesa: Don't allow blits to / from the same buffer in...
2013-01-22 Eric Anholtmesa: Remove exec thunks from the dlist.c module.
2013-01-22 Eric Anholtmesa: Initially populate the display list with the...
2013-01-22 Eric Anholtmesa: Delay display list save dispatch setup until...
2013-01-22 Eric Anholtmesa: Make the drivers call a non-code-generated dispat...
2013-01-22 Eric Anholtmesa: Remove the size argument from _mesa_alloc_dispatc...
2013-01-22 Eric Anholtmesa: Remove two of the now unused ASSERT_OUTSIDE_BEGIN...
2013-01-22 Eric Anholtmesa: Drop manual checks for outside begin/end.
next