OSDN Git Service

mesa: remove DD_SEPARATE_SPECULAR flag
[android-x86/external-mesa.git] / src / mesa /
2013-04-17 Brian Paulmesa: remove DD_SEPARATE_SPECULAR flag
2013-04-17 Brian Paulmesa: remove unused DD_LINE_SMOOTH flag
2013-04-17 Anuj Phogatintel: Add a null pointer check before dereferencing...
2013-04-17 José Fonsecagallium: Disambiguate TGSI_OPCODE_IF.
2013-04-16 Kenneth Graunkei965: Enable the Bay Trail platform.
2013-04-16 Ian Romanickmesa/swrast: Move memory allocation outside the blit...
2013-04-16 Ian Romanickmesa/swrast: Move free calls outside the attachment...
2013-04-16 Ian Romanickmesa/swrast: Refactor no-memory error checking in blit_...
2013-04-15 Matt Turnerbuild: Get rid of DRIVER_DIRS
2013-04-15 Matt Turnerbuild: Rename sources.mak -> Makefile.sources
2013-04-12 Eric Anholti965: Shut up the last release build warning.
2013-04-12 Eric Anholti965: Silence one more compile warning.
2013-04-12 Eric Anholti965: Fix a warning in the release build.
2013-04-12 Eric Anholti965: Fix an unused variable warning in the release...
2013-04-12 Eric Anholti965: Fix an unused variable warning in the release...
2013-04-12 Eric Anholtintel: Return failure properly in the texsubimage blit...
2013-04-12 Eric Anholtintel: Fix a warning in the release build.
2013-04-12 Eric Anholtintel: Fix an unused variable warning in the release...
2013-04-12 Eric Anholtintel: Improve diagnostics for emit_linear_blit failure...
2013-04-12 Eric Anholti965: Fix error path for MCS allocation.
2013-04-12 Eric Anholti830: Move assert-only code into the assert.
2013-04-12 Eric Anholti965/fs: Fix some untriggered optimization bugs with...
2013-04-12 Eric Anholti965/fs: Add basic-block-level dead code elimination.
2013-04-12 Eric Anholti965/fs: Remove incorrect note of writing attr in centr...
2013-04-12 Eric Anholti965/fs: Add a helper function for checking for partial...
2013-04-12 Eric Anholtmesa: Add a macro to bitset for determining bitset...
2013-04-12 Eric Anholti965: Fix compiler warnings since the introduction...
2013-04-12 Ian Romanickmesa: Don't leak gl_context::BeginEnd at context destru...
2013-04-12 Ian Romanickmesa: Don't leak shared state when context initializati...
2013-04-12 Ian Romanickmesa: NULL check the pointer before trying to dereferen...
2013-04-12 Matt Turneri965/vs: Print error if vertex shader fails to compile.
2013-04-12 Matt Turneri965: NULL check prog on shader compilation failure.
2013-04-11 José Fonsecascons: Add st_cb_msaa.c to source list.
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 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 Dave Airliest/mesa: fix UBO offsets.
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 Paul Berryi965/blorp: Remove unnecessary test in gen7_blorp_emit_...
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 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 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 Paul Berryglsl: Fix ir_print_visitor's handling of interpolation...
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 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-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...
next