mesa.git
2012-03-25 Dave Airlieglsl: fix compiling warning from gcc 4.7
2012-03-25 Dave Airlieglsl: initialise const force glsl extension warning...
2012-03-25 Dave Airliemakefile: add phony am--refresh target
2012-03-24 Dave Airliedocs/GL3.txt: document ARB_blend_func_extended state
2012-03-24 Dave Airlieglx/drisw: avoid segfaults when we fail to get visual
2012-03-24 Vinson Leemesa: Fix memory leak in _mesa_get_uniform_location.
2012-03-23 Brian Paulst/mesa: fix mipmap image size computation w.r.t. textu...
2012-03-23 Brian Paulmesa: set numFaces=6 for cube maps in _mesa_test_texobj...
2012-03-22 Dylan Noblesmithintel: fix null dereference processing HiZ buffer
2012-03-22 Christopher... docs: fix html in bugs.html
2012-03-22 Christian Königst/vdpau: improve frame dumping functionality a bit
2012-03-22 Christian Königst/vdpau: add VC-1 startcode if none is found in the...
2012-03-21 Eric Anholtglx: Fix glXGetProcAddress() of global glX symbols...
2012-03-21 Brian Paulst/mesa: set MaxUnrollIterations = 255
2012-03-21 Brian Paulglsl: propagate MaxUnrollIterations to the optimizer...
2012-03-21 Eric Anholtintel: Make use of the new GPU-unsynchronized map funct...
2012-03-21 Eric Anholtintel: Drop the tracking of bo_map vs bo_map_gtt for...
2012-03-21 Eric Anholti965: Avoid flushing the batch for busy BOs for ARB_mbr...
2012-03-21 Eric Anholtintel: Handle devid overrides using libdrm.
2012-03-21 Eric Anholtintel: Ask libdrm to dump an AUB file if INTEL_DEBUG...
2012-03-21 Eric Anholtintel: Bump libdrm requirement to 2.4.32.
2012-03-21 Jakob Bornecrantzdocs: Add 8.0.2 md5sums
2012-03-21 Jakob Bornecrantzdocs: Add 8.0.2 release notes
2012-03-21 Jakob Bornecrantzmesa: Include mesa ES mapi generated files
2012-03-21 Eric Anholtglsl: Don't require gl_Position to be written in GLSL...
2012-03-21 Jon TURNEYmapi: Use -no-undefined libtool flag in src/mapi/shared...
2012-03-21 Eric Anholtdrirc: Add missing XML attributes that made the driconf...
2012-03-20 Alex Deucherr600g: add support for TN (trinity) APUs
2012-03-20 Eric Anholti965: Change the hiz-override env var to a driconf...
2012-03-20 Eric Anholti965: Drop the INTEL_FORCE_GS environment variable.
2012-03-20 Eric Anholtintel: Drop the INTEL_NO_BLIT debug environment variable.
2012-03-20 Eric Anholtintel: Drop the INTEL_STRICT_CONFORMANCE environment...
2012-03-20 Anuj Phogatintel: Fix a case when mapping large texture fails
2012-03-20 Kenneth GraunkeAdd Makefile to shared-glapi .gitignore
2012-03-20 Kenneth GraunkeAdd Makefile.in to toplevel .gitignore
2012-03-20 Paul BerryAdd .deps/, .libs/, and *.la to toplevel .gitignore
2012-03-20 Brian Paulmesa: only test cube face widths in _mesa_test_texobj_c...
2012-03-20 Brian Paulsoftpipe: set max cube texture size to 4Kx4K
2012-03-20 Brian Paulmesa: add integer texture completeness check
2012-03-20 Brian Paulmesa: rework texture completeness testing
2012-03-20 Brian Paulmesa: add _mesa_is_mipmap_filter() helper
2012-03-20 Brian Paulmesa: use _mesa_dirty_texobj() in glTexParameter code
2012-03-20 Brian Paulmesa: use _mesa_dirty_texobj() function
2012-03-20 Brian Paulmesa: rewrite/consolidate code in _mesa_test_texobj_com...
2012-03-20 Brian Paulmesa: use new baseImage var to simplify _mesa_test_texo...
2012-03-20 Brian Paulmesa: add comments in _mesa_test_texobj_completeness...
2012-03-20 Brian Paulmesa: better debug message in _mesa_test_texobj_complet...
2012-03-20 Brian Paulmesa: move some code in _mesa_test_texobj_completeness()
2012-03-20 Brian Paulmesa: use switch(target) in _mesa_test_texobj_completen...
2012-03-20 Brian Paulmesa: use MAX3() macro for 3D texture in _mesa_test_tex...
2012-03-20 Brian Paulmesa: make _mesa_reference_sampler_object() an inline...
2012-03-20 Eric Anholtglsl: Don't include the deprecated structure types...
2012-03-20 Eric Anholtmesa: Validate the drawing primitive against the transf...
2012-03-20 Eric Anholtmesa: Fold error generation into _mesa_valid_prim_mode().
2012-03-19 Kristian Høgsbergshared-glapi: Convert to automake
2012-03-19 Alex Deucherr600g: fix r600_get_backend_mask() for virtual addresses
2012-03-19 Yuanhan Liui915: fallback for NPOT cubemap texture
2012-03-19 Marek Olšákr600g: fix point rendering
2012-03-17 Brian Paulst/mesa: add null pointer check in st_texture_image_map()
2012-03-17 Alex Hultmandocs: add info for installing dependencies on fedora
2012-03-17 Brian Pauldri_util: add copyright/license blurb
2012-03-17 Jeremy Huddlestondarwin: Link against libxcb
2012-03-17 Jeremy Huddlestondarwin: Build create_context.c
2012-03-17 Jeremy Huddlestondarwin: config file cleanups
2012-03-16 Eric Anholti965/fs: Jump from discard statements to the end of...
2012-03-16 Eric Anholti965: Add disasm for gen6+ UIP/JIP on BREAK/CONT/HALT.
2012-03-15 Eric Anholtglsl: Add GLSL 1.40 textureSize() implementations for...
2012-03-15 Eric Anholtglsl: Set up generated builtin functions handling for...
2012-03-15 Eric Anholtglsl: Add support for integer sampler2DRect variants...
2012-03-15 Eric Anholtglsl: Drop ftransform() from GLSL 1.40 profile.
2012-03-15 Eric Anholtglsl: Copy GLSL 1.30 builtin profile to GLSL 1.40.
2012-03-15 Eric Anholtglsl: When failing to compile some builtins, print...
2012-03-15 Eric Anholtglsl: Let the builtin compiler process GLSL 1.40 shaders.
2012-03-15 Eric Anholtglsl: Update builtin variables for GLSL 1.40.
2012-03-15 Eric Anholtglsl: Hook up the current GLSL 1.30 types and builtins...
2012-03-15 Eric Anholtglsl: Add support for parsing #version 140.
2012-03-14 Kenneth Graunkei965: Enable SIMD16 mode for shaders with loops on...
2012-03-14 Vinson Leegallivm: Fix createOProfileJITEventListener namespace...
2012-03-14 Tom Stellardnoop: Use non-recursive automake
2012-03-14 Tom Stellardidentity: Use non-recursive automake
2012-03-14 Tom Stellardgalahad: Use non-recursive automake
2012-03-14 Tom Stellardgallium/drivers: Use automake to generate makefile
2012-03-14 Christopher... docs: fix html in banner.html
2012-03-13 Eric Anholtglsl: Avoid extra if statements for logic and/or with...
2012-03-13 Dylan Noblesmithmesa: add back glGetnUniform*v() overflow error reporting
2012-03-12 Anuj Phogatmesa: Fix the cause of piglit test fbo-array failure
2012-03-12 Brian Paulmesa: fix _mesa_DebugMessageCallbackARB() to silence...
2012-03-12 Brian Paulradeon: remove use of DD_FLATSHADE
2012-03-12 Christopher... docs: fix up html tags in autoconf.html
2012-03-12 Brian Paulmesa: add more comments about textarget in framebuffer_...
2012-03-12 Brian Paulmesa: renumber remaining DD_ constants
2012-03-12 Brian Paulmesa: remove unused DD_TRI_CULL_FRONT_BACK
2012-03-12 Brian Paulmesa: remove unused DD_FLATSHADE
2012-03-12 Brian Paulmesa: remove unused DD_TRI_TWOSTENCIL
2012-03-12 Brian Paulmesa: remove _DD_NEW_x flags
2012-03-12 Brian Paultnl: stop using _DD_NEW_x flags
2012-03-12 Brian Paulswrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_...
2012-03-12 Brian Paulmesa: define _MESA_NEW_SEPARATE_SPECULAR
2012-03-12 Brian Pauli915: remove occurances of _DD_NEW_x flags
2012-03-12 Brian Paulmesa: remove ctx->Driver.ClearColor() hook
next