OSDN Git Service

android-x86/external-mesa.git
2011-07-12 Benjamin Franzkeconfigure: Enable st/gbm if st/egl has drm platform
2011-07-12 Benjamin Franzkeegl_dri2: Fix compilation if udev devel files are not...
2011-07-12 Benjamin Franzkeegl: Fix Terminate with shared gbm screens
2011-07-11 Marek Olšákswrast: fix depth/stencil blits when there's no colorbuffer
2011-07-11 Marek Olšákmesa: return early if mask is cleared to zero in BlitFr...
2011-07-10 Vadim Girlinr600g: LIT: clamp negative src.y to 0
2011-07-09 Eric Anholti965/gen4: Fix GPU hangs since the program streaming...
2011-07-09 Ian Romanickmesa: Fix the parsers build rule so that 'make tarballs...
2011-07-09 Ian Romanickmesa: Bump version to 7.11-rc1
2011-07-08 Ian Romanickglsl: Fix depth unbalancing problem in if-statement...
2011-07-08 Vadim Girlinr600g: introduce r600_bc_src_toggle_neg helper and...
2011-07-08 Vadim Girlinr600g: introduce r600_bc_src_set_abs helper and fix LOG
2011-07-08 Vadim Girlinr600g: RSQ: clear NEG for operand
2011-07-08 Vadim Girlinr600g: LIT: swap MUL_LIT operands to fix 0^0
2011-07-08 Brian Paulglsl: use casts to silence warning
2011-07-08 Brian Paulgallivm: Fix build with llvm-3.0
2011-07-08 Marek Olšákst/mesa: handle float formats in st_format_datatype
2011-07-08 Marek Olšákst/mesa: use the first non-VOID channel in st_format_da...
2011-07-08 Stéphane Marchesini915g: Improve flushing using heuristics.
2011-07-08 Stéphane Marchesini915g: Move back to the old method for target format...
2011-07-07 Eric Anholtintel: Fix use of freed buffer if glBitmap is called...
2011-07-07 Paul Berryglsl: permit explicit locations on fragment shader...
2011-07-07 Ian Romanicklinker: Assign locations for fragment shader output
2011-07-07 Ian Romanickglsl: Don't choke when printing an anonymous function...
2011-07-07 Ian Romanickir_to_mesa: Allocate temporary instructions on the...
2011-07-07 Ian Romanickglsl: Track initial mask in constant propagation live set
2011-07-05 Vadim Girlinr600g: fix buffer overflow check in r600_query_begin
2011-07-05 Vadim Girlinr600g: fix bo map usage flags in r600_query_begin
2011-07-05 Vadim Girlinr600g: reduce flushes for queries
2011-07-05 Vadim Girlinr600g: fix buffer offset in r600_query_begin
2011-07-02 Chia-I Wuegl: add copyright notices
2011-06-30 Vadim Girlinr600g: fix check for empty cs
2011-06-30 Chia-I Wutarget/egl-static: fix a compiler warning
2011-06-30 Chia-I Wutargets/egl-static: fix library search order
2011-06-30 Chia-I Wutargets/gbm: attemp to fix unresolved symbols
2011-06-30 Chia-I Wutargets/egl-static: do not use DRI_LIB_DEPS
2011-06-30 Chia-I Wuegl: fix EGL_MATCH_NATIVE_PIXMAP
2011-06-30 Chia-I Wust/egl: update fbdev backend
2011-06-30 Chia-I Wust/d3d1x: fix for st/egl native.h interface change
2011-06-30 Chia-I Wust/egl: fix a compile error
2011-06-30 Chia-I Wust/egl: reorganize backend initialization
2011-06-29 Kenneth Graunkei965/gen7: Add missing ! to brw->gs.prog_active assertion.
2011-06-29 Emil Velikovst/mesa: Use correct internal target
2011-06-29 Andre Maasikasst/mesa: fix overwriting gl_format with pipe_format...
2011-06-25 Marek Olšákr300g: drop support for ARGB, ABGR, XRGB, XBGR render...
2011-06-25 Brian PaulRevert "Fix 24bpp software rendering"
2011-06-25 Stéphane Marchesini915g: always upload the vs constants.
2011-06-25 Eric Anholti965/gen5: Fix grf_used calculation for 16-wide.
2011-06-25 Stéphane Marchesini915g: add fake occlusion queries.
2011-06-24 Stéphane Marchesini915g: Don't do shader fixup if no surface is bound.
2011-06-24 Stéphane Marchesini915g: Fix point sprites.
2011-06-24 Brian Paulindices: fix conversion of PIPE_PRIM_POLYGON to lines
2011-06-24 Paul Berryi965: fix mask used to write to clip distance registers...
2011-06-24 Alex Deucherr600g: limit fs_write_all shader rebuild to eg+
2011-06-24 Alex Deucherr600g: eg+ support for FS_COLOR0_WRITES_ALL_CBUFS
2011-06-24 Chad Versaceintel: Fix workaround for _mesa_update_framebuffer
2011-06-24 Chad Versaceintel: Change framebuffer validation criteria
2011-06-24 Chad Versaceintel: In intel_update_wrapper, support s8z24 textures...
2011-06-24 Chad Versaceintel: Factor region updates out of intel_update_wrapper
2011-06-24 Chad Versaceintel: During glTexImage, allocate renderbuffers for...
2011-06-24 Chad Versaceintel: Declare some functions in intel_fbo.c as non...
2011-06-24 Chad Versaceintel: Change signature of intel_create_wrapped_renderb...
2011-06-24 Chad Versaceintel: Perform gather on s8z24 texture images during...
2011-06-24 Chad Versaceintel: Define functions intel_texture_s8z24_scatter...
2011-06-24 Chad Versaceintel: Add fields to intel_texture for faking s8z24...
2011-06-24 Stéphane Marchesinst/mesa: add PIPE_FORMAT_R8G8B8A8_UNORM as the first...
2011-06-24 Marek Olšákmesa: don't allocate memory in _mesa_unpack_depth_span...
2011-06-24 Marek Olšákmesa: fix a memory leak in _mesa_unpack_depth_span
2011-06-24 Marek Olšákmesa: fix texstore of DEPTH24_STENCIL8 if srcFormat...
2011-06-24 Marek Olšákmesa: remove unused function _mesa_new_depthstencil_ren...
2011-06-24 Brian Paulst/mesa: fix pipe_get_transfer() call in fallback_copy_...
2011-06-24 Benjamin Franzkeegl_dri2: Build drm platform only if enabled
2011-06-24 Vadim Girlinr600g: implement fragment and vertex color clamp
2011-06-24 Vadim Girlinr600g: optimize spi update
2011-06-24 Vadim Girlinr600g: LIT: fix x&y slots order
2011-06-24 Eric Anholti965: Make the brw_format_for_mesa_format table static...
2011-06-24 Eric Anholti965: Don't bother telling swrast_setup about state...
2011-06-24 Eric Anholti965: Don't bother telling tnl about state updates...
2011-06-24 Eric Anholti965: Reuse existing program data when a new compiled...
2011-06-24 Brian Paulst/mesa: fix all_varyings_in_vbos() regression
2011-06-24 Marc PignatFix 24bpp software rendering
2011-06-24 Brian Paulgallium/tests/trivial: update comment
2011-06-24 Brian Paulgallium/tests/trivial: use CXX to do final link
2011-06-24 Alon Levygallium/tests/trivial: make it build
2011-06-24 Chia-I Wust/egl: make native_buffer interface typed
2011-06-24 Chia-I Wutargets/egl: removed
2011-06-24 Chia-I Wutargets/egl-static: replace targets/egl
2011-06-24 Chia-I Wutargets/egl-static: allow st/mesa to be dynamically...
2011-06-24 Chia-I Wutargets/egl-static: add support for driver lookup
2011-06-24 Chia-I Wutargets/gbm: build pipe drivers
2011-06-24 Benjamin Franzkeconfigure: Disable drm egl platform by default
2011-06-24 Stéphane Marchesindri/r200: properly spell current_atom.
2011-06-24 Stéphane Marchesindri/r200: rename __atom to current_atom.
2011-06-24 Vinson Leegallivm: Fix x86 build with llvm-3.0svn.
2011-06-24 Chia-I Wust/egl: drop guess_gl_api from egl_g3d_loader
2011-06-24 Chia-I Wust/egl: use a helper to get st_api from the loader
2011-06-23 Brian Paulmesa: fix incorrect error string
2011-06-23 Christoph Bumillernv50,nvc0: prevent pushbuf flush during ctx reloc emission
2011-06-23 Brian Paulst/mesa: fix format selection regression
2011-06-23 Eric Anholtvbo: Don't discount stride == 0 for testing all varying...
next