OSDN Git Service

android-x86/external-mesa.git
2013-05-14 Zack Rusindraw: don't crash on vertex buffer overflow
2013-05-14 Zack Rusingallivm/soa: implement indirect addressing in immediates
2013-05-14 Zack Rusindraw/gs: don't bind the tgsi state if we're using llvm...
2013-05-14 Vinson Leegallivm: Fix build with LLVM >= 3.4 r181680.
2013-05-14 José Fonsecamesa/st: Temporary workaround for fdo bug 64568.
2013-05-14 Alex Deucherradeonsi: add Hainan pci ids
2013-05-14 Alex Deucherradeonsi: update r600_get_llvm_processor_name for hainan
2013-05-14 Alex Deucherradeonsi: add support for hainan chips
2013-05-14 José Fonsecadraw: Fix io_ptr/num_prims name in IR.
2013-05-14 José Fonsecagraw/tgsi_dump: Fix gdb macro.
2013-05-14 Vadim Girlinr600g/sb: add missing cases for ARUBA chips
2013-05-14 Vadim Girlinr600g/sb: get rid of standard c++ streams
2013-05-14 Vadim Girlinr600g/sb: separate bytecode decoding and parsing
2013-05-14 Christian Königvl/vdpau: fix PresentationQueueQuerySurfaceStatus
2013-05-14 Chia-I Wuilo: rework ilo_texture
2013-05-14 Chia-I Wuilo: rename ilo_resource to ilo_texture
2013-05-14 Chia-I Wuilo: move transfer-related functions to a new file
2013-05-14 Rodrigo Vivii965: Add missing Haswell GT3 Desktop to IS_HSW_GT3...
2013-05-13 Jordan Justeni965: write layer if gl_Layer is used in VS
2013-05-13 Jordan Justenglsl: add AMD_vertex_shader_layer support
2013-05-13 Jordan Justenextensions: add AMD_vertex_shader_layer
2013-05-13 Chad Versacemesa: Expose GL_OES_texture_npot on GLES1
2013-05-13 Ian Romanickglsl: Death to array dereferences of vectors!
2013-05-13 Ian Romanickglsl: Generate correct ir_binop_vector_extract code...
2013-05-13 Ian Romanickglsl: Use vector-insert and vector-extract on elements...
2013-05-13 Ian Romanickglsl: Remove some stale comments about ir_call
2013-05-13 Ian Romanickglsl: Convert lower_clip_distance_visitor to be an...
2013-05-13 Ian Romanickglsl: Generate ir_binop_vector_extract for indexing...
2013-05-13 Ian Romanickglsl: Convert ir_binop_vector_extract in the LHS to...
2013-05-13 Ian Romanickglsl: Add lowering pass for ir_triop_vector_insert
2013-05-13 Ian Romanickglsl: Lower ir_binop_vector_extract to conditional...
2013-05-13 Ian Romanickglsl: Lower ir_binop_vector_extract to swizzle
2013-05-13 Ian Romanickglsl: Refactor part of convert_vec_index_to_cond_assign
2013-05-13 Ian Romanickglsl: Add ir_triop_vector_insert
2013-05-13 Ian Romanickglsl: Add ir_binop_vector_extract
2013-05-13 Paul Berryglsl: Fix "make check" breakage after adding options...
2013-05-12 Kenneth Graunkeglsl: Add a pass to flip matrix/vector multiplies to...
2013-05-12 Kenneth Graunkei965/vs: Set the PreferDP4 shader compiler option.
2013-05-12 Kenneth Graunkemesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.
2013-05-12 Kenneth Graunkeglsl: Pass struct shader_compiler_options into do_commo...
2013-05-12 Kenneth Graunkeglsl: Initialize ctx->ShaderCompilerOptions in standalo...
2013-05-12 Kenneth Graunkeglsl: Copy _mesa_shader_type_to_index() to standalone...
2013-05-12 Kenneth Graunkemesa: Add comments about bit-ordering of new XRGB/XBGR...
2013-05-11 Marek Olšákst/mesa: remove dependency on _NEW_BUFFER_OBJECT for...
2013-05-11 Marek Olšákst/mesa: don't check for _NEW_PROGRAM when binding...
2013-05-11 Marek Olšákst/mesa: fix a couple of issues in st_bind_ubos
2013-05-11 Marek Olšákst/mesa: restore the transfer_inline_write path for...
2013-05-11 Marek Olšákst/mesa: initialize Const.MaxColorAttachments
2013-05-11 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
2013-05-11 Marek Olšákst/mesa: consolidate setting MaxTextureImageUnits
2013-05-11 Marek Olšákst/mesa: initialize all program constants and UBO limits
2013-05-11 Marek Olšákglsl: fix the value of gl_MaxFragmentUniformVectors
2013-05-11 Marek Olšákmesa: add & use a new driver flag for UBO updates inste...
2013-05-11 Marek Olšákmesa: skip _MaxElement computation unless driver needs...
2013-05-11 Marek Olšákmesa: remove unused gl_array_object::NewArray
2013-05-11 Marek Olšákmesa: remove unused gl_constants::MaxColorTableSize
2013-05-11 Marek Olšákmesa: unify MaxVertexVaryingComponents and MaxGeometryV...
2013-05-11 Marek Olšákmesa: move max texture image unit constants to gl_progr...
2013-05-11 Marek Olšákmesa: consolidate definitions of max texture image...
2013-05-10 Vinson Leeilo: Initialize read_back in transfer_map_sys.
2013-05-10 Marek Olšákr600g: increase array size for shader inputs and outputs
2013-05-10 Chí-Thanh Christophe... targets/dri-i915: Force c++ linker in all cases
2013-05-09 Ben Widawskyi965: Actually use the user timeout in glClientWaitSync.
2013-05-09 Paulo Zanonii965: make GT3 machines work as GT3 instead of GT2
2013-05-09 Kenneth Graunkei965: Add chipset limits for the Haswell GT3 variant.
2013-05-09 Kenneth Graunkei965: Update URB partitioning code for Haswell's GT3...
2013-05-09 Kenneth Graunkei965: Delete dead intel_span.c symlink.
2013-05-09 Eric Anholti965/vs: Make virtual grf live intervals actually cover...
2013-05-09 Eric Anholti965/fs: Make virtual grf live intervals actually cover...
2013-05-09 Marek Olšákdocs: document GALLIUM_HUD and LIBGL_SHOW_FPS
2013-05-09 Courtney Goeltzenleu... ilo: Add support for HW primitive restart.
2013-05-09 Brian Paulsvga: misc whitespace and comment fixes in svga_cmd.c
2013-05-09 Brian Pauldocs: remove ^M chars from GL3.txt
2013-05-09 Brian Paulst/mesa: generate GL_OUT_OF_MEMORY if we can't create...
2013-05-09 Chia-I Wuilo: add support for PIPE_FORMAT_ETC1_RGB8
2013-05-09 Chia-I Wuilo: support mapping with a staging system buffer
2013-05-09 Chia-I Wuilo: allow for different mapping methods
2013-05-09 Chia-I Wuilo: allow bo format to differ from that requested
2013-05-09 Stéphane Marchesindraw/llvm: Add additional llvm optimization passes
2013-05-08 Eric Anholti965: Sync brw_format_for_mesa_format() table with...
2013-05-08 Eric Anholti965: Update the surface formats table from the current...
2013-05-08 Eric Anholti965: Add surface format defines from the public specs.
2013-05-08 Fabian Bielermesa/program: Don't copy propagate from swizzles.
2013-05-08 Fabian Bielermesa/st: Don't copy propagate from swizzles.
2013-05-08 Eric Anholti965: Fix hangs on HSW since the gen6 blorp fix.
2013-05-08 Chad Versaceegl/android: Fix error condition for EGL_ANDROID_image_...
2013-05-08 Stéphane Marchesini915: Use Y tiling for textures
2013-05-08 Stéphane Marchesini915g: Optimize batchbuffer sizes
2013-05-08 Stéphane Marchesini915g: Add more PIPE_CAP_* support
2013-05-08 Chia-I Wuilo: remove our own type inference
2013-05-08 Chia-I Wuilo: use tgsi_util_get_texture_coord_dim()
2013-05-08 Chia-I Wutgsi: fix operand type of TGSI_OPCODE_NOT
2013-05-08 Chia-I Wutgsi: refactor tgsi_opcode_infer_src_type()
2013-05-08 Chia-I Wutgsi: refactor tgsi_opcode_infer_dst_type()
2013-05-08 Chia-I Wutgsi: reorder opcodes in opcode type inference
2013-05-08 Chia-I Wutgsi: clean up exec_tex()
2013-05-08 Chia-I Wutgsi: add tgsi_util_get_texture_coord_dim()
2013-05-07 Bryan Cainnv50: initialize kick_notify callback in nv50_create
2013-05-07 Eric Anholti965: Use Y-tiled blits to untile for cached mappings...
2013-05-07 Eric Anholti965: Add support for Y-tiled blits on gen6+.
next