mesa.git
2013-04-11 Paul Berryglsl: Fix (and validate) comment above glsl_type::name.
2013-04-11 Christian Königradeon/uvd: add UVD implementation v5
2013-04-11 Christian Königradeon/winsys: add uvd ring support to winsys v3
2013-04-11 Dave Airliest/mesa: fix UBO offsets.
2013-04-11 Ralf Jungegl/x11: Fix initialisation of swap_interval
2013-04-10 Kenneth Graunkeintel: Fall back to X-tiling when larger than estimated...
2013-04-10 Kenneth Graunkeintel: Refactor code in intel_miptree_choose_tiling().
2013-04-10 Kenneth Graunkeintel: Move the max_gtt_map_object_size estimation...
2013-04-10 Fredrik Höglundr600g: Add support for GL_ARB_texture_buffer_range
2013-04-10 Paul Berryi965/blorp: Remove unnecessary test in gen7_blorp_emit_...
2013-04-10 Marek Olšákr600g: fix valgrind warning on Cayman
2013-04-10 Zack Rusingallivm/tgsi: handle untyped moves
2013-04-10 Zack Rusingallivm: fix loops and conditionals within GS
2013-04-10 Zack Rusinllvmpipe: implement PIPE_QUERY_SO_STATISTICS
2013-04-10 Zack Rusingallivm: fix unsigned divide and remainder opcodes
2013-04-10 Zack Rusingallivm: fix breakc
2013-04-10 Chad Versaceintel/hsw: Enable hiz (v2)
2013-04-10 Chad Versacei965: Remove brw_context::depthstencil::hiz_mt
2013-04-10 Chad Versaceintel: Replace checks for hiz_mt with intel_has*hiz()
2013-04-10 Chad Versacei965: Change signature of brw_get_depthstencil_tile_masks()
2013-04-10 Chad Versacei965/blorp: Add fields brw_blorp_mip_info::level,layer
2013-04-10 Chad Versaceintel: Add field intel_mipmap_slice::has_hiz
2013-04-10 Chad Versacei965/blorp: Align rectangle primitive for hiz ops
2013-04-10 Eric Anholti965/vs: Use GRFs for pull constant offsets on gen7.
2013-04-10 Eric Anholti965/vs: When asked to make a dst_reg for a src.xxxx...
2013-04-10 Eric Anholti965/gen6: Reduce updates of transform feedback offsets...
2013-04-10 Eric Anholti965/gen7: Skip resetting SOL offsets at batch start...
2013-04-10 Christian Königradeonsi: remove sampler writemask v3
2013-04-10 Niels Ole Salscheiderpipe-loader: Fix out of source build
2013-04-10 Brian Paulst/mesa: remove #if FEATURE_GL/ES tests
2013-04-10 Brian Paulmesa: remove old comment about FEATURE_GL
2013-04-10 Brian Paulmesa: remove #ifdef FEATURE_ES2, add some comments...
2013-04-10 Brian Paulst/mesa: remove #include mfeatures.h
2013-04-10 Brian Pauldocs: initial 9.2 release notes file
2013-04-10 Brian Paulst/osmesa: re-use buffers in OSMesaMakeCurrent()
2013-04-10 Marek Olšákmesa: update derived framebuffer state in GetMultisamplefv
2013-04-10 Marek Olšákmesa: fix glGet queries depending on derived framebuffe...
2013-04-09 Paul Berryi965/gen7.5: Allow HW primitive restart for all primiti...
2013-04-09 Paul Berryi965: Only use brw_draw.c's trim() function when necessary.
2013-04-09 Paul Berryi965/vs: Fix DEBUG_SHADER_TIME when VS terminates with...
2013-04-09 Christian Königst/vdpau: fix subtitle related bug v2
2013-04-09 Paul Berryglsl/linker: Reduce scope of non-flat integer varying...
2013-04-09 Paul Berryglsl/linker: Adapt flat varying handling in preparation...
2013-04-09 Paul Berryglsl: Document lower_packed_varyings' "flat" requiremen...
2013-04-09 Paul Berryglsl/linker: fix varying packing for non-flat integer...
2013-04-09 Paul Berryglsl: Check the size of ir_print_visitor's mode[] array...
2013-04-09 Paul Berryglsl: Fix ir_print_visitor's handling of interpolation...
2013-04-09 Johannes Obermayrautotools: Better describe which cases OProfileJIT...
2013-04-09 Brian Paulsoftpipe: misc updates to image dumping in softpipe_flush()
2013-04-09 Vinson Leetgsi: Ensure struct tgsi_ind_register field Index is...
2013-04-09 Martin Anderssonr600g: Fix UMAD on Cayman
2013-04-08 Kenneth Graunkeintel: Remove the texture_tiling driconf option.
2013-04-08 Kenneth Graunkei965: Prefer Y-tiling on Gen6+.
2013-04-08 Kenneth Graunkei965: Use tiling even for compressed textures.
2013-04-08 Chad Versaceintel: Refactor selection of miptree tiling
2013-04-08 Chad Versaceintel: Allocate hiz in intel_renderbuffer_move_to_temp()
2013-04-08 Dave Airliest/mesa: fix levels in initial texture creation
2013-04-08 Ian Romanickglsl: Don't early-out for error-type inputs
2013-04-08 Ian Romanickglsl: Don't emit spurious errors for constant indexes...
2013-04-08 Ian Romanickglsl: Collect all of the non-constant index error check...
2013-04-08 Ian Romanickglsl: Minor code compaction in _mesa_ast_array_index_to_hir
2013-04-08 Ian Romanickglsl: Don't return a value from check_builtin_array_max...
2013-04-08 Ian Romanickglsl: Remove some unnecessary uses of error_emitted
2013-04-08 Ian Romanickglsl: Refactor handling of ast_array_index to a separat...
2013-04-08 Ian Romanickglsl: Make check_build_array_max_size externally visible
2013-04-08 Eric Anholtintel: Avoid making tiled miptrees we won't be able...
2013-04-08 Eric Anholtintel: Do temporary CPU maps of textures that are too...
2013-04-08 Eric Anholtintel: Add support for writing to our linear-temporary...
2013-04-08 Kenneth Graunkeintel: Remove check for kernel 2.6.29.
2013-04-08 Kenneth Graunkeintel: Require kernel 2.6.39 for relaxed relocation...
2013-04-08 Kenneth Graunkei965: Remove a few BRW_STATE_... enum values.
2013-04-08 Kenneth Graunkei965: Remove brw->vb.info and struct brw_vertex_info.
2013-04-08 Kenneth Graunkei965: Remove the BRW_NEW_INPUT_DIMENSIONS flag.
2013-04-08 Matt Turnerregister_allocate: Fix the type of best_benefit.
2013-04-08 Tom Stellardradeon/llvm: Bump minimum LLVM version to 3.3
2013-04-08 Niels Ole Salscheiderclover: Fix linkage of libOpenCL
2013-04-08 Vincent Lejeuner600g/llvm: Add support for native isa for pre EG
2013-04-06 Marek Olšákgallium/util: add const to a parameter of util_max_layer
2013-04-06 Marek Olšákst/mesa: don't expose ARB_color_buffer_float without...
2013-04-06 Marek Olšákmesa: allow drivers not to expose ARB_color_buffer_floa...
2013-04-06 Marek Olšákmesa: move updating clamp control derived state out...
2013-04-06 Marek Olšákmesa: don't set _ClampFragmentColor to TRUE if it has...
2013-04-06 Marek Olšákmesa: refactor clamping controls, get rid of _ClampRead...
2013-04-06 Chris Forbesmesa: don't memcmp() off the end of a cache key.
2013-04-05 Tom Stellardradeonsi: Add compute support v3
2013-04-05 Tom Stellardradeonsi: Set TCL1_ACTION_ENA when invalidating the...
2013-04-05 Tom Stellardradeonsi: Remove si_pm4_inval_vertex_cache()
2013-04-05 Tom Stellardgallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers...
2013-04-05 Wladimirutil: add ETC as compressed format
2013-04-05 Brian Paulgallium/u_blitter: fix is_blit_generic_supported()...
2013-04-05 Alexander MonakovHonor GLX_DONT_CARE in MATCH_MASK
2013-04-05 Rob Clarkfreedreno: use autogenerated register defs
2013-04-05 José Fonsecast/wgl: Install our windows message hook to threads...
2013-04-05 Adam Jacksonllvmpipe: Work without sse2 if llvm is new enough
2013-04-05 Jerome Glissewinsys/radeon: add command stream replay dump for fault...
2013-04-04 Brian Paulst/xlib: add HUD support for xlib/GLX
2013-04-04 Brian Paulgallium/hud: add GALLIUM_HUD_PERIOD env var
2013-04-04 Brian Paulgallium/hud: initialize sampler state
2013-04-04 Kenneth Graunkeglsl: Add an optimization pass to flatten simple nested...
2013-04-04 Kenneth Graunkei965: Use a variable for the push constant size in kB.
next