egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR
[mesa.git] / src /
2013-01-15 Chad Versaceegl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR
2013-01-15 Chad Versaceintel: Expose support for DRI_API_GLES3
2013-01-15 Chad Versacedri: Define enum __DRI_API_GLES3
2013-01-15 Chad Versaceintel: Move validation of context version into intelIni...
2013-01-15 Chad Versaceintel: Set screen's api mask according to hw capabiliti...
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 Worthi965: Force even an empty query to flush all previous...
2013-01-15 Carl Worthmeta: Allow meta operations to pause/resume an active...
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 Marek Olšákr300g: fix and cleanup flushing before clearing CMASK...
2013-01-15 Marek Olšákr300g: implement MSAA compression and fast MSAA color...
2013-01-15 Marek Olšákgallium/util: add a half float array to util_color
2013-01-15 Tom StellardRevert "targets/opencl: Link against libgallium.la...
2013-01-15 Marek Olšákst/mesa: use a generic varying to pass the clear color...
2013-01-15 Marek Olšákgallium/util: fix glClear with MRT by making the FS...
2013-01-15 Marek Olšákst/mesa: fix InternalFormat for Z24X8 window-system...
2013-01-15 Marek Olšákst/mesa: remove dead conditional in Clear
2013-01-15 Marek Olšákst/mesa: simplify conditionals in Clear
2013-01-15 Marek Olšákst/mesa: fix glClear with different colormask for each...
2013-01-15 Marek Olšákgallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
2013-01-15 Marek Olšákst/mesa: always assume separate depth and stencil clear...
2013-01-15 Marek Olšáksoftpipe: implement separate depth-stencil clear
2013-01-15 Jon TURNEYlibgl-xlib: softpipe and llvmpipe aren't mutually exclu...
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-15 Brian Paulutil: add new primitive types to pipe_prim_names[]...
2013-01-15 Brian Paulst/mesa: add some simple buffer/draw debug code
2013-01-15 Brian Paullibgl-xlib: link with -lrt
2013-01-14 Carl Worthi965: Avoid blending with destination alpha when RB...
2013-01-14 Kristian Høgsbergegl/wayland: Implement EGL_EXT_buffer_age
2013-01-14 Kristian Høgsbergegl/wayland: Pull color buffers from dri2_surf->color_b...
2013-01-14 Johannes Obermayrgallium/svga: Make sure -std=gnu99 is set.
2013-01-14 Marek Olšákr300g: set a dummy vertex buffer in context_create
2013-01-14 Marek Olšákr300g: fix MSAA resolve to an untiled texture
2013-01-14 Marek Olšákr300g: advertise MSAA support for the RGB10_A2 format...
2013-01-14 Marek Olšákr300g: allow separate depth and stencil clear
2013-01-14 Marek Olšákr300g: if both Z and stencil are present, they must...
2013-01-14 Marek Olšákr300g: allow HiZ with a 16-bit zbuffer
2013-01-14 Marek Olšákr300g: random hyperz cleanups
2013-01-14 Marek Olšákr300g: kill the X.Org state tracker target
2013-01-13 Johannes Obermayrxmlpool: Fix out-of-tree builds.
2013-01-13 Johannes Obermayrgtest: Build it only for 'make check'.
2013-01-13 Johannes Obermayrtests: AM_CPPFLAGS must include $(top_srcdir) instead...
2013-01-13 Adam Jacksonr200: Fix probable thinko in r200EmitArrays
2013-01-13 Nathan Schultetarget/dri-swrast: fix for nonstandard LLVM prefix
2013-01-13 Andreas Bolltargets/dri-r600: Force c++ linker in all cases
2013-01-12 Andreas Bollglapi/gen: remove an obsolete comment from Makefile.am
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-12 Kenneth Graunkei965: Move program_id to intel_screen instead of brw_co...
2013-01-12 Kenneth Graunkei965: Fix build error with clang.
2013-01-12 Kenneth Graunkei965/fs: Don't mix integer/float immediates in i2b...
2013-01-12 Kenneth Graunkei965: Add an INTEL_DEBUG=no16 option.
2013-01-12 Fredrik Höglundst/mesa: set ctx->Const.UniformBufferOffsetAlignment
2013-01-12 José Fonsecascons: Update for xmlpool/options.h generation.
2013-01-12 Johannes Obermayrnv50/nvc0: Build codegen in nv50.
2013-01-12 Pekka Vuorelawinsys/sw/wayland: Fix build to properly use wayland...
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...
2013-01-12 Jordan Justenglformats: add _mesa_base_format_component_count
2013-01-12 Jordan Justenglformats: add functions to detect signed/unsigned...
2013-01-12 Jordan Justenunpack: support unpacking MESA_FORMAT_ARGB2101010
2013-01-12 Ian Romanickmesa: Add extension tracking for {ARB,OES}_get_program_...
2013-01-12 Ian Romanickmesa: Add GetProgramiv support for GL_PROGRAM_BINARY_LENGTH
2013-01-12 Ian Romanickmesa: Add Get support for PROGRAM_BINARY_FORMATS and...
2013-01-12 Ian Romanickmesa: Add tracking for GL_PROGRAM_BINARY_RETRIEVABLE_HI...
2013-01-12 Ian Romanickmesa: Emit errors for geometry shader enums when ARB_gs...
2013-01-12 Ian Romanickglapi: Emit dispatch for {ARB,OES}_get_program_binary
2013-01-12 Ian Romanickglapi: Remove spurious space from end of extension...
2013-01-12 Ian Romanickmesa: Add stub implementations of glGetProgramBinary...
2013-01-12 Ian Romanickmesa: Fix the naming of _mesa_ProgramParameteriARB
2013-01-12 Ian Romanickglapi: Reorder and clean up some of the includes and...
2013-01-12 Ian Romanickmesa: Fix GL_SHADER_BINARY_FORMATS query
2013-01-11 Dave Airlier600g: fix warnings for htile va
2013-01-11 Dave Airlier600g: texture buffer object + glsl 1.40 enable support...
2013-01-11 Dave Airlier600g: uniform buffer object support
2013-01-11 Dave Airlier600: always export a position from vertex shader
2013-01-11 Carl Worthglcpp: Add tests for line continuation
2013-01-11 Carl Worthglcpp: Rewrite line-continuation support to act globally.
2013-01-11 Carl Worthglcpp: Add --disable-line-continuations argument to...
2013-01-11 Carl Worthglcpp: Allow test-specific arguments for standalone...
2013-01-11 Carl Worthglcpp: Honor the GL context's DisableGLSLLineContinuati...
2013-01-11 Carl Worthglcpp: Accept pointer to GL context rather than just...
2013-01-11 Carl Worthdrirc: Add quirk to disable GLSL line continuations...
2013-01-11 Carl Worthdriconf: Add a new option: disable_glsl_line_continuations
2013-01-11 Carl Worthdriconf: Add proper dependency for compiling .mo files...
next