intel/pre-gen6: Disable EXT_framebuffer_multisample.
[mesa.git] / src / mesa / main /
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
2013-01-16 Brian Paulmesa: move declarations before code to fix MSVC build
2013-01-15 Anuj Phogatmesa: Round float param in glTexparameterf() to nearest...
2013-01-15 Anuj Phogatmesa: Add error checking in _mesa_BlitFramebuffer(...
2013-01-15 Anuj Phogatmesa: Fix GL error generation in _mesa_GetFramebufferAt...
2013-01-15 Anuj Phogatmesa: Fix GL error generation in glBlitFramebuffer()
2013-01-15 Kenneth Graunkemesa: Make ES3 glDrawBuffers() only accept BACK/NONE...
2013-01-15 Kenneth Graunkemesa: Handle GL_BACK correctly for ES 3.0 in glDrawBuff...
2013-01-15 Matt Turnermesa: Return INVALID_ENUM for glReadPixels(..., GL_DEPT...
2013-01-15 Matt Turnermesa: Return INVALID_OPERATION when type is known but...
2013-01-15 Matt Turnermesa: Allow HALF_FLOAT in glVertexAttribPointer for...
2013-01-15 Matt Turnermesa: Reject texture-only formats as renderbuffer forma...
2013-01-15 Kenneth Graunkemesa: Fix default value of BUFFER_ACCESS_FLAGS.
2013-01-15 Kenneth Graunkemesa: Rework crazy error code rules in glDrawBuffers().
2013-01-15 Carl Worthqueryobj: Add EverBound flag, making ISQuery() return...
2013-01-15 Carl WorthUpdate comment to specify actual text being referenced...
2013-01-15 Jordan Justenpack: handle GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV...
2013-01-15 Jordan Justenglformats: allow GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV...
2013-01-15 Jordan Justencopyteximage: Use Driver's AllocTextureImageBuffer...
2013-01-15 Jordan Justencopyteximage: update signed vs. unsigned format matching
2013-01-15 Jordan Justenframebuffer: add _mesa_get_read_renderbuffer
2013-01-15 Matt Turnerteximage: use _mesa_es3_error_check_format_and_type...
2013-01-15 Matt Turnerglformats: add _mesa_es3_error_check_format_and_type
2013-01-15 Jordan Justenfbobject: don't allow LUMINANCE/INTENSITY/ALPHA fbo...
2013-01-15 Jordan Justenfbobject: add VERBOSE=api message for renderbuffer...
2013-01-15 Jordan Justenfbobject: add VERBOSE=api message for check framebuffer...
2013-01-13 Johannes Obermayrtests: AM_CPPFLAGS must include $(top_srcdir) instead...
2013-01-12 Jordan Justentexformat: use MESA_FORMAT_ARGB2101010 with GL_UNSIGNED...
2013-01-12 Jordan Justentexstore argb2101010: merge GL_RGBA and GL_RGB cases
2013-01-12 Jordan Justenglformats: support _mesa_bytes_per_pixel for 2101010...
next