mesa: add new max sample count state
[mesa.git] / src / mesa / main /
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.
2013-01-22 Eric Anholtmesa: Install a minimal dispatch table during glBegin...
2013-01-22 Eric Anholtmesa: Remove the dead PrepareExecBegin() driver hook.
2013-01-22 Eric Anholtmesa: Improve a glTexEnv error message by looking up...
2013-01-22 Eric Anholtmesa: Fix regression in dlist save primitive tracking.
2013-01-21 Jordan Justenfbobject: add additional fbo completeness checks for...
2013-01-21 Jordan Justenframebuffer: update allowed implementation format/type
2013-01-21 Jordan Justenreadpix: allow implementation format/type
2013-01-21 Jordan Justenextensions: enable EXT_color_buffer_float for ES3
2013-01-21 Matt Turnerextensions: Add ES3-only extension support
2013-01-21 Jordan Justenreadpix: check FBO completeness before trying to access...
2013-01-21 Jordan Justenreadpix: add error checking for GLES3
2013-01-21 Jordan Justencopyteximage: update error checking for GLES3
2013-01-21 Jordan Justencopyteximage: check that sRGB usage is valid for GLES3...
2013-01-21 Ian Romanickmesa/es3: Allow unsized depth and depth-stencil formats...
2013-01-21 Ian Romanickmesa/es2: Allow depth component cube maps in ES2 if...
2013-01-21 Ian Romanickmesa: Add extension bit tracking for GL_OES_depth_textu...
2013-01-19 Ian Romanickmesa: Array uniform name length includes length of [0]
2013-01-19 Ian Romanickmesa: Array uniform names are supposed to have [0]...
2013-01-19 Ian Romanickmesa: Refactor getting a uniform's name to a helper...
2013-01-19 Ian Romanickmesa: Remove unused field gl_uniform_buffer_variable...
2013-01-18 Eric Anholtmesa: Skip updating texgen when not doing fixed function.
2013-01-18 Eric Anholtmesa: Don't bother updating ff texture state if we...
2013-01-18 Eric Anholtmesa: Drop a comment about ff vertex shading and texturing.
2013-01-18 Eric Anholtmesa: Fix out of bounds writes when uncompressing non...
2013-01-18 Kenneth Graunkemesa: Only mark textures as mipmap incomplete on MAX_LE...
2013-01-17 Ian Romanickmesa/es3: Don't check dimensions in _mesa_es3_error_che...
2013-01-17 Ian Romanickmesa: Don't allow DEPTH_STENCIL for 3D textures
2013-01-17 Brian Paulmesa: add missing ASSERT_OUTSIDE_BEGIN_END() in _mesa_G...
2013-01-16 Ian Romanickmesa: Add driver method to determine the possible sampl...
2013-01-16 Ian Romanickmesa: Add dispatch and extension XML for GL_ARB_interna...
2013-01-16 Ian Romanickmesa: Add extension tracking bit for GL_ARB_internalfor...
2013-01-16 Ian Romanickmesa: Add skeleton implementation of glGetInternalformativ
next