mesa.git
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 Damien Lespiaubuild: Fix the documented default value of --with-galli...
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 Alexandre Demersconfigure.ac: Fixing common dri dependency when using...
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-12 Dave Airliedocs/GL3.txt: update GL3 status for r600g.
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...
2013-01-11 Carl Worthdriconf: Add translation-generation to build system...
2013-01-11 Carl Worthdriconf: Fix German translations by removing a couple...
2013-01-11 Chad Versacedriconf: Fix gen_xmlpool.py script to allow running...
2013-01-11 Carl Worthdriconf: Add some translations which have been availabl...
2013-01-11 Carl Worthdriconf: Add option definitions to source file, not...
2013-01-11 Tom Stellardtargets/opencl: Link against libgallium.la instead...
2013-01-11 Tom Stellarddrivers/radeon: Don't link against libgallium.la
2013-01-11 Matt Turnermesa: Use _mesa_lookup_enum_by_nr in tex*_error_check
2013-01-11 Ian Romanickmesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
2013-01-11 Ian Romanicki965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE
2013-01-11 Ian Romanickmesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERV...
2013-01-11 Ian Romanickmesa/es3: Allow transpose matrix uniforms in GLES3
2013-01-11 Matt Turnerglcpp: Reject token pasting operator in GLES
2013-01-11 Carl Worthglcpp: Make undefined macros illegal in #if and #elif...
2013-01-11 Carl Worthglcpp: Add a flag to the parser state to indicate GLES.
2013-01-11 Andreas Bollglcpp: Add back tests/*.out to .gitignore
2013-01-11 Knut Andre... targets/egl-static: fix link failure to libwayland-drm
2013-01-11 Johannes Obermayrtargets/dri-swrast: Force c++ linker in all cases.
2013-01-11 Roland Scheideggerllvmpipe: fix clearing integer color buffers
2013-01-11 Roland Scheideggergallivm: fix border color for integer textures
2013-01-11 Roland Scheideggergallivm: more integer texture format fetch fixes
2013-01-10 Matt Turnerbuild: mapi/glapi/gen: Use BUILT_SOURCES
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt TurnerRemove MESA_PIC_FLAGS macro
2013-01-10 Matt TurnerRemove installmesa
2013-01-10 Matt TurnerRemove minstall
2013-01-10 Matt TurnerRemove checking for makedepend
2013-01-10 Matt TurnerRemove gallium's unused Makefile.template
2013-01-10 Matt TurnerRemove gbm's unused Makefile.template
2013-01-10 Matt TurnerRemove gallium targets' Makefile.{dri,vdpau,xorg,xvmc}
2013-01-10 Matt TurnerRemove mklib
2013-01-10 Matt TurnerRemove unused glsl Makefile.template
2013-01-10 Matt TurnerRemove configs/{current,default}
2013-01-10 Andreas Bollgallium/tests/unit: Convert to automake
2013-01-10 Andreas Bollgallium/tests/trivial: Convert to automake
2013-01-10 Matt Turnertargets/pipe-loader: Convert to automake
2013-01-10 Matt Turnertargets/gbm: Convert to automake
2013-01-10 Matt Turnertargets/egl-static: Convert to automake
2013-01-10 Matt Turnertargets/xa-vmwgfx: Convert to automake
2013-01-10 Matt Turnertargets/xvmc-softpipe: Convert to automake
2013-01-10 Matt Turnertargets/xvmc-r600: Convert to automake
next