mesa.git
2012-08-15 Jordan Justenmesa pack: handle packed integer formats with clamping
2012-08-15 Jordan Justenmesa unpack: call _mesa_problem when unpack function...
2012-08-15 Jordan Justenmesa texstore: handle signed/unsigned integer clamping
2012-08-15 Jordan Justenmesa GetTexImage: handle signed/unsigned integer clamping
2012-08-15 Jordan Justenmesa pack: handle uint and int clamping properly
2012-08-14 Chad Versaceintel: Fix rendering to a multisample front buffer
2012-08-14 Chad Versaceintel: Clean up intel_flush_front
2012-08-14 Chad Versaceintel: Refactor intel_downsample_for_dri2_flush
2012-08-14 Ian Romanickdocs: Add EGL extensions to release notes
2012-08-14 Ian Romanickegl: Allow OpenGL ES 3.0 as a version
2012-08-14 Ian Romanickdri2: Note that __DRI_API_GLES2 is also used for OpenGL...
2012-08-14 Ian Romanickegl_dri2: Add support for EGL_KHR_create_context and...
2012-08-14 Ian Romanickegl: Implement front-end support for EGL_EXT_create_con...
2012-08-14 Ian Romanickegl: Implement front-end support for EGL_KHR_create_context
2012-08-14 Ian Romanickegl_dri2: Silence warnings about missing initializers
2012-08-14 Ian Romanickegl: Rename ClientVersion to ClientMajorVersion, add...
2012-08-14 Ian Romanickegl_dri2: Use createContextAttribs if DRI2 version...
2012-08-14 Ian Romanickegl_dri2: Require DRI2 version 2
2012-08-14 Ian Romanickdri_util: Compare against the correct API enums
2012-08-14 Ian Romanickmesa: Enable GL_ARB_invalidate_subdata
2012-08-14 Ian Romanickmesa: Add skeleton implementations of glInvalidateTex...
2012-08-14 Ian Romanickmesa: Add skeleton implementations of glInvalidateBuffe...
2012-08-14 Ian Romanickmesa/es: Pass context to _mesa_init_bufferobj_dispatch
2012-08-14 Ian Romanickmesa: Add skeleton implementations of glInvalidate...
2012-08-14 Ian Romanickglapi: Add GL_ARB_invalidate_subdata
2012-08-14 Ian Romanickmesa/es3: Add _mesa_is_gles3 predicate
2012-08-14 Ian Romanickintel: Implement ARB_texture_storage
2012-08-14 Ian Romanickmesa: update glext.h to version 83
2012-08-14 Matt Turnerbuild: Use MKDIR_P in src/mesa/Makefile.am
2012-08-14 Matt Turnerbuild: Use AM_V_GEN in src/mesa/Makefile.am
2012-08-14 Matt Turnerbuild: Fix autogen.sh to allow out-of-tree builds
2012-08-14 Matt Turnerbuild: Fix out-of-tree generation of builtin_function.cpp
2012-08-14 Matt Turnerbuild: Fix gtest out-of-tree build
2012-08-14 Matt Turnerbuild: Fix out-of-tree generation of api_exec_es{1...
2012-08-14 Matt Turnerbuild/sources.mak: Add src/glsl/glcpp to INCLUDE_DIRS
2012-08-14 Matt Turnerbuild/sources.mak: Remove unused GLSL_LIBS
2012-08-14 Ian Romanickmesa: Kill GL_ARB_shadow_ambient with fire
2012-08-14 Tom Stellardradeon/llvm: Inline immediate offset when lowering...
2012-08-14 Tom Stellardradeon/llvm: Use correct opcocde for BREAK_LOGICALNZ_i32
2012-08-14 José Fonsecascons: Populate top_srcdir and top_builddir variables...
2012-08-14 Kenneth Graunkemesa: Use GLdouble for depthMax in final unpack convers...
2012-08-14 Eric Anholti965: Fix the scaling of seconds to ms in perf debug.
2012-08-14 Ian Romanicki965: Validate API and version in brwCreateContext
2012-08-14 Ian Romanicki915: Validate API and version in i915CreateContext
2012-08-14 Ian Romanicki830: Validate API and version before calling i830Creat...
2012-08-14 Ian Romanickintel: In the i915 driver, the chipset cannot be i965
2012-08-14 Ian Romanickdri: Pass API_OPENGL_CORE through to the drivers
2012-08-14 Ian Romanickmesa: Filter a bunch more functions based on API
2012-08-13 Ian Romanickmesa: Don't advertise extensions that are part of GL...
2012-08-13 Ian Romanickmesa: Don't advertise extensions that are part of GL...
2012-08-13 Ian Romanickmesa: Don't advertise extensions that are part of GL...
2012-08-13 Ian Romanickmesa: Don't advertise extensions that are part of GL...
2012-08-13 Ian Romanickmesa: Don't advertise deprecated extensions in a core...
2012-08-13 Christopher... build: Fix libdricore out-of-tree builds (v2)
2012-08-13 Christopher... build/mapi: More killing of TOP in favour of top_srcdir
2012-08-13 Christopher... build/glsl: fix location of generated files.
2012-08-13 Christopher... build/glapi: fix includes for generated files
2012-08-13 Christopher... build: fix out of tree generation of glapi_mapi_tmp.h
2012-08-13 Christopher... build/glx: fix include paths for out-of-tree builds
2012-08-13 Christopher... build: fix location of generated files in src/mesa...
2012-08-13 Kenneth Graunkeintel: Reserve enough space to finish occlusion queries...
2012-08-13 Kenneth Graunkeintel: Move finish_batch() call before MI_BATCH_BUFFER_...
2012-08-13 Eric Anholti965: Add perf debug for stalls during shader compiles.
2012-08-13 Eric Anholti965: Add performance debug for when the state cache...
2012-08-13 Eric Anholti965: Add performance debug for shader recompiles.
2012-08-13 Eric Anholti965: Add performance debug for fast clear fallbacks.
2012-08-13 Eric Anholtintel: Add performance debug for some common GPU stalls.
2012-08-13 Eric Anholti965: Add performance debug for register spilling.
2012-08-13 Eric Anholti965: Add INTEL_DEBUG=perf for failure to compile 16...
2012-08-13 Eric Anholtintel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.
2012-08-12 Pauli Nieminenmeta: texture rectangle textures may not have mipmaps
2012-08-12 Pauli Nieminenmeta: Use sampler object for mipmap generation
2012-08-12 Pauli Nieminenmesa/samplerobj: Avoid crash in sampler query if textur...
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters CompressedTexImage
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from AllocTextureIm...
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from TexImage
2012-08-12 Tom Stellardconfigure: Check xcb version when X11 pkgconfig exists
2012-08-12 Chí-Thanh Christophe... gbm: Fix build without gallium_drm_loader
2012-08-11 Christian Königradeonsi: move drawing into new state handling
2012-08-11 Christian Königradeonsi: move sync handling into new state handler
2012-08-11 Christian Königradeonsi: separate and disable streamout for now
2012-08-11 Christian Königradeonsi: remove ps_partial_flush
2012-08-11 Christian Königradeonsi: remove r6xx_flush_and_inv atom
2012-08-11 Christian Königradeonsi: move init state to new state handling
2012-08-11 Christian Königradeonsi: add support for PKT3 cmds to new state handling
2012-08-11 Christian Königradeonsi: cleanup shader headers
2012-08-10 Chad VersaceRevert "mesa: Remove C++11 narrowing warnings"
2012-08-10 Brian Paulsoftpipe: fix softpipe_delete_fs_state() failed assertion
2012-08-10 Brian Paulcso: rearrange some structure fields for consistency
2012-08-10 Brian Paulst/mesa: fix renderbuffer validation bug
2012-08-10 Chad Versacemesa: Remove C++11 narrowing warnings
2012-08-10 Brian Paulgallivm: fix crash in lp_sampler_static_state()
2012-08-10 Brian Paulst/mesa: fix glCopyTexSubImage crash
2012-08-09 Chad Versaceintel: Always downsample in intel_miptree_map_multisample
2012-08-09 Eric Anholti965/gen6+: Add support for edge flags.
2012-08-09 Eric Anholti965/vs: Convert EdgeFlagPointer values appropriately...
2012-08-09 Eric Anholti965/vs: Add comment noting copy_edgeflag state dependency.
2012-08-09 Eric Anholti965/vs: Add support for copying user edge flags.
2012-08-09 Olivier Galiberti965/fs: Fix the FS inputs setup when some SF outputs...
2012-08-09 Vinson Leest/mesa: Initialize tgsi_texture_offset Padding field.
next