st/mesa: add support for ARB_texture_multisample (v3)
[mesa.git] / src /
2013-04-11 Dave Airliest/mesa: add support for ARB_texture_multisample (v3)
2013-04-11 Dave Airliest/mesa: add support for get sample position
2013-04-11 Dave Airliegallium: add get_sample_position interface
2013-04-11 Dave Airlier600g: fix two issues in compressed msaa reading code
2013-04-11 Paul Berryi965/vs: Don't hardcode DEBUG_VS in generic vec4 code.
2013-04-11 Paul Berryi965/vs: Generalize computation of array strides in...
2013-04-11 Paul Berryi965/vs: Generalize attribute setup code in preparation...
2013-04-11 Paul Berryi965/vs: Generalize vertex emission code in preparation...
2013-04-11 Paul Berryi965/vs: rename vec4_generator::generate_vs_instruction.
2013-04-11 Paul Berryi965/vs: Generalize data structures pointed to by vec4_...
2013-04-11 Paul Berryi965/vs: Rename vec4_generator::prog to shader_prog.
2013-04-11 Paul Berryi965/vs: move VS-specific data members to vs_vec4_visitor.
2013-04-11 Paul Berryi965/vs: move ARB_vertex_program functions to vec4_vs_v...
2013-04-11 Paul Berryi965/vs: Add virtual function make_reg_for_system_value().
2013-04-11 Paul Berryi965/vs: Make some vec4_visitor functions virtual.
2013-04-11 Paul Berryi965/vs: Make vec4_vs_visitor class derived from vec4_v...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_data into generic and VS...
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_key into generic and VS...
2013-04-11 Paul Berryi965/vs: split brw_vs_compile into generic and VS-speci...
2013-04-11 Paul Berryi965/vs: Remove brw_vs_prog_data pointer from brw_vs_co...
2013-04-11 Paul Berryi965: Generalize computation of VUE map in preparation...
2013-04-11 Paul Berryi965/vs: Make type of vec4_visitor::vp more generic.
2013-04-11 Paul Berryi965: Rename backend_visitor::prog to shader_prog.
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 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 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 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...
next