OSDN Git Service

android-x86/external-mesa.git
2013-05-29 Anthony G.... gallium: fix build on uclibc system
2013-05-29 Eric Anholtintel: Enable blit glCopyTexSubImage/glBlitFramebuffer...
2013-05-29 Andreas Hartmetzradeonsi: Add ipo to LLVM_COMPONENTS
2013-05-28 Roland Scheideggerllvmpipe: get rid of tiled/linear layout remains
2013-05-28 Eric Anholtintel: Remove dead intel_drawbuf_region().
2013-05-28 Eric Anholtintel: Fix format handling of blit glBitmap()
2013-05-28 Eric Anholtintel: Fix MRT handling of glBitmap().
2013-05-28 Eric Anholtintel: Rebuild PBO blit glTexImage() on top of miptrees.
2013-05-28 Eric Anholtintel: Rebuild PBO blit glReadPixels() on top of miptrees.
2013-05-28 Eric Anholtintel: Rework intel_miptree_create_for_region() to...
2013-05-28 Eric Anholtintel: Make a temporary miptree for the blit path of...
2013-05-28 Eric Anholtintel: Make a temporary miptree when doing blit uploads...
2013-05-28 Eric Anholtintel: Extend the force_y_tiling flag to allow forcing...
2013-05-28 Eric Anholtintel: Add an assert for glCopyTexSubImage() being...
2013-05-28 Eric Anholti965: Allow glCopyTexSubImage() on depth textures.
2013-05-28 Eric Anholti965: Prefer blorp glBlitFramebuffer() to the glCopyTex...
2013-05-28 Eric Anholti965: Consistently do depth resolves before blitting.
2013-05-28 Eric Anholtintel: Make a wrapper for intelEmitCopyBlit using miptrees.
2013-05-28 Eric Anholtintel: Rename intel_renderbuffer_tile_offsets.
2013-05-28 Eric Anholtintel: Reduce intel_renderbuffer_tile_offsets to a...
2013-05-28 Eric Anholtintel: Make intel_miptree_get_tile_offsets return a...
2013-05-28 José Fonsecaglsl: Fix MSVC build.
2013-05-28 Marek Olšákmesa: fix GLSL program objects with more than 16 sample...
2013-05-28 Marek Olšákswrast: increase array size of TextureSample
2013-05-28 Marek Olšákmesa: declare UniformBufferBindings as an array with...
2013-05-28 Michel Dänzerradeonsi: Enable GLSL 1.30
2013-05-28 Michel Dänzerradeonsi: Handle TGSI TXQ opcode
2013-05-28 Michel Dänzerradeonsi: Add support for TGSI TXF opcode
2013-05-28 Michel Dänzerradeonsi: Use tgsi_util_get_texture_coord_dim()
2013-05-28 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_CLIPDIST
2013-05-28 Michel Dänzerradeonsi: Make border colour state handling safe for...
2013-05-28 Michel Dänzerradeonsi: Fix hardware state for dual source blending
2013-05-28 Vadim Girlinr600g/sb: handle more cases for folding in gvn pass
2013-05-27 Christian Königst/vdpau: destroy handle table only when it's empty
2013-05-27 Christian Königst/vdpau: remove vlCreateHTAB from surface functions
2013-05-27 Christian Königst/vdpau: invalidate the handles on destruction
2013-05-27 Vadim Girlinr600g/sb: improve folding for SETcc
2013-05-27 Vadim Girlinr600g/sb: optimize CNDcc instructions
2013-05-27 Vadim Girlinr600g/sb: improve optimization of conditional instructions
2013-05-27 Chia-I Wuilo: enable multiple constant buffers
2013-05-27 Chia-I Wuilo: add support for indirect access of CONST in FS
2013-05-27 Chia-I Wuilo: add support for TBOs on GEN6
2013-05-27 Chia-I Wuilo: advertise supports for pure integer formats
2013-05-27 Chia-I Wuilo: add support for texture buffer objects
2013-05-27 Chia-I Wutgsi: add buffer texture to tgsi_util_get_texture_coord...
2013-05-26 Vadim Girlinr600g/sb: improve handling of KILL instructions
2013-05-26 Vadim Girlinr600g/sb: fix peephole optimization for PRED_SETE
2013-05-26 Vadim Girlinr600g/sb: fix scheduling of PRED_SET instructions
2013-05-25 Vadim Girlinr600g/sb: fix handling of preloaded inputs for compute...
2013-05-24 Brian Paulxlib: add null ctx check in glXDestroyContext()
2013-05-24 Brian Paulst/glx: add null ctx check in glXDestroyContext()
2013-05-24 Brian Paulst/mesa: add switch cases for new IR enums to silence...
2013-05-24 Brian Paulst/glx/xlib: assorted whitespace, comment fixes
2013-05-24 Chad Versacei965: Fix segfault by checking for null pointer
2013-05-24 Vadim Girlinr600g/sb: fix incorrect assert
2013-05-24 Vadim Girlinr600g/sb: relax some restrictions for FETCH instructions
2013-05-24 Vadim Girlinr600g/sb: relax register allocation for compute shaders
2013-05-24 Vadim Girlinr600g/sb: fix gpr array handling for compute shaders
2013-05-24 Vadim Girlinr600g/sb: fix buffer overflow in sb_ostream
2013-05-23 Tom Stellardr600g/compute: Use common transfer_{map,unmap} function...
2013-05-23 Tom Stellardr600g/compute: Use common transfer_{map,unmap} function...
2013-05-23 Kenneth Graunkei965: Go back to using the kernel SOL reset feature.
2013-05-23 Rob Clarkfreedreno: scissor fix
2013-05-23 Rob Clarkfreedreno: implement pipe->resource_copy_region()
2013-05-23 Kenneth Graunkeglsl linker: compare interface blocks during interstage...
2013-05-23 Jordan Justenglsl linker: compare interface blocks during intrastage...
2013-05-23 Jordan Justenglsl linker: support arrays of interface block instances
2013-05-23 Jordan Justenglsl link_varyings: link interface blocks using the...
2013-05-23 Jordan Justenglsl linker: remove interface block instance names
2013-05-23 Jordan Justenglsl ast_to_hir: support in/out for interface blocks
2013-05-23 Jordan Justenglsl ast_to_hir: reject row/column_major for in/out...
2013-05-23 Jordan Justenglsl ast_to_hir: move uniform block symbols to interfac...
2013-05-23 Jordan Justenglsl_symbol_table: add interface block namespaces
2013-05-23 Jordan Justenglsl parser: allow in & out for interface block members
2013-05-23 Jordan Justenglsl ast_to_hir: reject interpolation qualifiers for...
2013-05-23 Jordan Justenglsl parser: handle interface block member qualifier
2013-05-23 Jordan Justenglsl parser: on desktop GL require GLSL 150 for instanc...
2013-05-23 Jordan Justenglsl parser: reject VS+in & FS+out interface blocks
2013-05-23 Jordan Justenglsl: parse in/out types for interface blocks
2013-05-23 Jordan Justenglsl parser: rename uniform block to interface block
2013-05-23 Jordan Justenglsl: rename ast_uniform_block to ast_interface_block
2013-05-23 Chris Forbesi965: Enable guardband clipping on Gen4/5.
2013-05-23 Chris ForbesARB_fp: accept duplicate precision options
2013-05-23 Vinson Leeilo: Initialize need_flush in draw_vbo.
2013-05-23 Vinson Leeradeon: Initialize variables in radeon_llvm_context_init.
2013-05-22 Eric Anholtintel: Count fragments in our blitter-based glBitmap...
2013-05-22 Eric Anholti965: Shut up more compiler warnings from vector insert...
2013-05-22 Roland Scheideggersoftpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIES
2013-05-22 Roland Scheideggersoftpipe: disambiguate TILE_SIZE / TEX_TILE_SIZE
2013-05-22 Roland Scheideggerllvmpipe: disable simple_shader optimization
2013-05-22 Roland Scheideggerllvmpipe: fix early depth test / late depth write stenc...
2013-05-22 Roland Scheideggerllvmpipe: fix issue with not writing new stencil values
2013-05-22 Roland Scheideggerllvmpipe: (trivial) remove confusing code in stencil...
2013-05-22 Roland Scheideggerllvmpipe: fix bug in early depth test / late depth...
2013-05-22 Alexander von... Haiku: Add Gallium winsys and target code
2013-05-22 Chad Versacemesa: Expose GL_OES_texture_npot on GLES1
2013-05-22 Chad Versaceegl/android: Fix error condition for EGL_ANDROID_image_...
2013-05-22 Chia-I Wuilo: set more fields of 3DSTATE_DEPTH_BUFFER
2013-05-22 Chia-I Wuilo: correctly set view extent in SURFACE_STATE
2013-05-22 Chia-I Wuilo: avoid unnecessary emission of SO states
next