OSDN Git Service

i965: Fix Linux build
[android-x86/external-mesa.git] / src /
2013-05-01 Chad Versacei965: Fix Linux build
2013-04-26 Kenneth Graunkeintel: Fall back to X-tiling when larger than estimated...
2013-04-26 Kenneth Graunkeintel: Refactor code in intel_miptree_choose_tiling().
2013-04-26 Kenneth Graunkeintel: Move the max_gtt_map_object_size estimation...
2013-04-10 Chad Versacemesa: Insert custom text into version string at buildtime
2013-04-10 Juha-Pekka Heikkilaandroid: NV12 support in buffer creation
2013-04-10 Juha-Pekka HeikkilaYV12 support for Android
2013-04-10 Topi Pohjolaineni965: enable image external textures
2013-04-10 Topi Pohjolaineni965: support for YUV formatted external textures
2013-04-10 Topi Pohjolainengbm: dri: support for creating YUV formatted buffers
2013-04-10 Topi Pohjolainendri: introduce YVU420 (YV12)
2013-04-10 Topi Pohjolainenintel: refactor planar format lookup
2013-04-10 Topi Pohjolaineni965: support for setting surfaces for planar external
2013-04-10 Topi Pohjolaineni965: refactor sampling engine surface state setup
2013-04-10 Topi Pohjolainenintel: treat mip-tree as constant when resolving offsets
2013-04-10 Topi Pohjolaineni965: re-compile shader if external texture unit changes
2013-04-10 Topi Pohjolaineni965: support for reserving surfaces for planar textures
2013-04-10 Topi Pohjolainenintel: support for creating planar external image textures
2013-04-10 Topi Pohjolaineni965: extend VS sampler to surface relation to 1:N
2013-04-10 Topi Pohjolaineni965: extend FS sampler to surface relation to 1:N
2013-04-10 Topi Pohjolainendri2: x11: remove compiler warnings when converting...
2013-04-10 Tapani Pällienable S3TC always
2013-04-10 Tapani Pällii965: fast clear depth only if depth equals to color...
2013-04-10 Chad Versacei915: Create mock implementation of GL_OES_image_external
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...
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
next