OSDN Git Service

android-x86/external-mesa.git
2013-05-30 Zack Rusindraw: fix vs/fs input/output mismatches
2013-05-30 Anuj Phogatintel: Add multisample scaled blitting in blorp engine
2013-05-30 Anuj Phogatintel: Change the register type from UW to UD in blorp...
2013-05-30 Anuj Phogatmesa: Implement ext_framebuffer_multisample_blit_scaled...
2013-05-30 Kenneth GraunkeRevert "i965: fix problem with constant out of bounds...
2013-05-30 Courtney Goeltzenleu... ilo: simplify shader variant handling
2013-05-30 Dave Airliei965: fix problem with constant out of bounds access...
2013-05-30 Frank Henigmanintel: initialize fs_visitor::params_remap in constructor
2013-05-30 Brian Pauldraw: add cast in debug_printf() to silence warning
2013-05-30 Brian Paulsvga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence...
2013-05-25 Zack Rusindraw: make sure viewport index is fetched from leading...
2013-05-25 Zack Rusinllvmpipe: clamp scissors to be between 0 and max
2013-05-25 Zack Rusindraw: clamp the viewports to always be between 0 and max
2013-05-25 Zack Rusingallium/docs: adds documentation for multi viewport cap
2013-05-25 Zack Rusindraw: fixup draw_find_shader_output
2013-05-25 Zack Rusinllvmpipe: implement support for multiple viewports
2013-05-25 Zack Rusindraw: implement support for multiple viewports
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-29 Kenneth Graunkemesa: Delete the ctx->Array._RestartIndex derived state.
2013-05-29 Kenneth Graunkemesa: Ignore fixed-index primitive restart in ArrayElem...
2013-05-29 Kenneth Graunkest/mesa: Go back to using ctx->Array.RestartIndex,...
2013-05-29 Kenneth Graunkei965: Fix can_cut_index_handle_restart_index() for...
2013-05-29 Kenneth Graunkei965: Use the correct restart index for fixed index...
2013-05-29 Kenneth Graunkevbo: Use the new primitive restart index helper function.
2013-05-29 Kenneth Graunkemesa: Add a helper function for determining the restart...
2013-05-29 Kenneth Graunkevbo: Ignore PRIMITIVE_RESTART_FIXED_INDEX for glDrawArr...
2013-05-29 Eric Anholti965/vs: Fix implied_mrf_writes() for integer division...
2013-05-29 Eric Anholti965/fs: Fix test for smearing enabled on an instruction.
2013-05-29 Eric Anholti965/fs: Fix segfault in instruction scheduling with...
2013-05-29 Eric Anholtmesa: Fix test for optimistic coloring being necessary.
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 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...
next