mesa.git
2012-04-13 Christoph Bumillernouveau: switch to libdrm_nouveau-2.0
2012-04-13 Christoph Bumillernvc0: remove obsolete nvc0_push2.c
2012-04-13 Christoph Bumillernouveau: remove automatic buffer migration heuristics
2012-04-13 Ben Skeggsnvfx: completely remove this driver (GeForce FX/6/7)
2012-04-13 Ben Skeggsnouveau: rework and simplify nv04/nv05 driver a bit
2012-04-13 Ben Skeggsnouveau/vieux: switch to libdrm_nouveau-2.0
2012-04-13 Dave Airliedocs: update GL3.txt for ARB_blend_func_extended
2012-04-13 Dave Airliegallium: document dual source blending restrictions...
2012-04-13 Dave Airlier600g: initial r600 dual src blending support
2012-04-13 Dave Airliesoftpipe: add dual source blending support
2012-04-13 Dave Airlieutil: add dual blend helper function (v2)
2012-04-13 Dave Airliest/mesa: add ARB_blend_func_extended support to state...
2012-04-13 Dave Airliegallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURC...
2012-04-13 Dave Airlieglsl: add support for ARB_blend_func_extended (v3)
2012-04-13 Dave Airliemesa: add support for ARB_blend_func_extended (v4)
2012-04-13 Tom Stellardradeonsi: initial WIP SI code
2012-04-13 Dylan Noblesmithst/vega: silence enum cast warnings
2012-04-13 Dylan Noblesmithi965: fix typo
2012-04-13 Dylan Noblesmithmesa: fix truncated value warning
2012-04-13 Dylan Noblesmithmesa: don't cast away const
2012-04-13 Dylan Noblesmithegl-static: fix printf warning
2012-04-13 Dylan Noblesmithst/vega: fix uninitialized values
2012-04-13 Dylan Noblesmithegl: fix uninitialized values
2012-04-13 Dylan Noblesmithutil: fix uninitialized table
2012-04-13 Dylan Noblesmithutil: fix undefined behavior
2012-04-13 Vinson Leeir_to_mesa: Fix uninitialized member in add_uniform_to_...
2012-04-13 Neil Robertswayland-drm: Implement wl_buffer.damage in old versions...
2012-04-13 Stéphane MarchesinRevert "i915g: Implement stipple with draw."
2012-04-13 Stéphane MarchesinRevert "i915g: Remove unused poly stipple state."
2012-04-13 Ian Romanicktests/glx: Point at the imported copy of gtest
2012-04-13 Eric Anholtglx: Hook up the unit tests again using the internal...
2012-04-13 Ian Romanickgtest: Fix up import of gtest 1.6.0
2012-04-13 Eric Anholtgtest: Build as a convenience library.
2012-04-13 Eric Anholtgtest: Import sources from gtest 1.6.0.
2012-04-12 Marek Olšákcso: unreference saved vertex buffers when restoring
2012-04-12 Eric Anholti965: When the kernel lacks the LLC check, assume it...
2012-04-12 Eric Anholtintel: Drop backwards compat code for not having libdrm...
2012-04-12 Eric Anholti965/fs: Avoid generating extra AND instructions on...
2012-04-12 Eric Anholti965/fs: Try to avoid generating extra MOVs to do satur...
2012-04-12 Eric Anholtglsl: Extend the array splitting optimization pass...
2012-04-12 Eric Anholtglsl: Add an array splitting pass.
2012-04-12 Eric Anholtglsl: Don't apply optimization passes to builtins.
2012-04-11 Brian Pauldocs: document yet another viewperf bug
2012-04-11 Brian Paulmesa: add _mesa_total_texture_memory() debug function
2012-04-11 Brian Paulmesa: new _mesa_total_buffer_object_memory() debug...
2012-04-11 Chad Versacemapi: Fix Android build
2012-04-10 Mandeep Singh... egl_dri2: fix aux buffer leak in drm platform
2012-04-10 Paul Berryi965: Stop lying about cpp and height of a stencil...
2012-04-10 Pekka Paalanenwayland-drm: remove wl_buffer.damage
2012-04-10 Vinson Leest/mesa: Fix uninitialized members in glsl_to_tgsi_visi...
2012-04-10 Chad Versacemain: Fix memory leak in _mesa_make_extension_string()
2012-04-09 Vadim Girlinr600g: check gpr count limit
2012-04-09 Vadim Girlinglsl: fix variable ordering in the output_read_remover
2012-04-09 Eric Anholti965: Add support for sampling texture buffer objects...
2012-04-09 Eric Anholti965: Add real support for texturing/rendering with...
2012-04-09 Eric Anholti965/gen7: Fix the /* ignored */ comment on constant...
2012-04-09 Eric Anholtmesa: Add support for the GL 3.1 R/RG formats in textur...
2012-04-09 Eric Anholtmesa: Track a gl_format for the texture buffer format.
2012-04-09 Eric Anholtmesa: Handle updating texture state for buffer textures.
2012-04-09 Eric Anholtmesa: Create the default (name==0) buffer texture.
2012-04-09 Eric Anholtglsl: Add texelFetch(*samplerBuffer) entrypoints to...
2012-04-09 Eric Anholtglsl: Add support for parsing [iu]samplerBuffer types...
2012-04-09 Eric Anholtmesa: Set the correct initial value of the texture...
2012-04-09 Eric Anholtmesa: Set up glTexBuffer{,ARB} for display list compile.
2012-04-09 Eric Anholtglapi: regen for TBO change.
2012-04-09 Eric Anholtglapi: Mark TexBuffer as an alias of TexBufferARB.
2012-04-09 Eric Anholtglsl: Drop the round-trip through ast_type_specifier...
2012-04-09 Kenneth Graunkeglsl: Use (const char *) in AST nodes rather than plain...
2012-04-09 Eric Anholtff_fragment_shader: Remove some dead fields.
2012-04-09 Kenneth Graunkex86-64: Don't print "Initializing x86-64 optimizations...
2012-04-09 Kenneth Graunkeir_to_mesa: Remove pretense of support for function...
2012-04-09 Kenneth Graunkei965: Remove vestiges of function call support from...
2012-04-09 Yuanhan Liui915: set SPRITE_POINT_ENABLE bit correctly
2012-04-09 Yuanhan Liuglx: fix compile warnings
2012-04-07 Johannes Obermayrst/xa: Link with -Wl,-r instead of -r.
2012-04-07 Johannes Obermayrtgsi: Fix conflict with fortify printf redirect in...
2012-04-06 Brian Paulst/mesa: fix max_offset computation for base vertex
2012-04-06 Brian Paulsvga: add missing cases for PIPE_CAP_x queries
2012-04-06 Brian Paulsvga: return 1 for PIPE_CAP_VERTEX_COLOR_UNCLAMPED...
2012-04-06 Brian Paulsvga: handle TGSI_SEMANTIC_CLIPDIST/VERTEX semantics
2012-04-06 Brian Paulgallium/docs: fix typos
2012-04-06 Kenneth Graunkei965: Actually upload sampler state pointers for the...
2012-04-05 James Bentongallivm: Updated lp_build_log2_approx to use a more...
2012-04-05 James Bentongallivm: Updated lp_build_polynomial to compute odd...
2012-04-05 Alexandre Demersxatracker: fix the build of a 32bit lib on a 64bit os
2012-04-04 Marek Olšákr600g: inline r600_upload_index_buffer
2012-04-04 Marek Olšákr600g: inline r600_upload_const_buffer
2012-04-04 Marek Olšákr600g: handle DISCARD_WHOLE_RESOURCE for buffers
2012-04-04 Marek Olšákr600g: invalidate caches at the beginning of CS
2012-04-04 Marek Olšákr600g: remove dead code after the rework
2012-04-04 Marek Olšákr600g: rework state emission of constant buffers
2012-04-04 Marek Olšákr600g: rework state emission of vertex buffers
2012-04-04 Marek Olšákr600g: kill off the fallback for crazy src_offset values
2012-04-04 Alexandre Demersst/xvmc: fix library installation dir
2012-04-04 Marek Olšákr300g/swtcl: fix crash when back color is present in...
2012-04-04 Marek Olšákr300g/swtcl: initialize some Draw options
2012-04-04 Marek Olšákr300g/swtcl: fix polygon offset
2012-04-04 Marek Olšákr300g/swtcl: don't expose shader subroutine support
2012-04-04 Marek Olšákr300g: initialize state & render functions before creat...
2012-04-04 Marek Olšákr300g/swtcl: don't enter u_vbuf_mgr
next