mesa.git
2012-01-30 Eric Anholtintel: Use libdrm's decode functionality instead of...
2012-01-30 Eric Anholti965: Fix segfault with INTEL_DEBUG=batch on gen7 with...
2012-01-30 Eric Anholti965/vs: Avoid allocating registers in to the gen7...
2012-01-30 Eric Anholti965/fs: Fix rendering corruption in unigine tropics.
2012-01-30 Eric Anholtautoconf: Enable missing-prototypes errors when available.
2012-01-30 Matt TurnerRename R300_NO_TCL envvar to RADEON_NO_TCL
2012-01-30 José Fonsecagallivm: Don't use C99 member initializers.
2012-01-30 José Fonsecagallivm: Move declaration before code.
2012-01-30 ojabUse only native engine & bitwriter LLVM libraries for...
2012-01-30 Tom Stellardgallivm: Add a new interface for doing TGSI->LLVM conve...
2012-01-30 Tom Stellardgallium: Move duplicated helper macros to tgsi_exec.h
2012-01-30 Tom Stellardgallium: Prefix #defines in tgsi_exec.h with TGSI_
2012-01-30 Tom Stellardgallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
2012-01-30 Tom Stellardgallivm: Add function lp_bld_gather_values()
2012-01-30 Tom Stellardtgsi: Add output_mode to struct tgsi_opcode_info v2
2012-01-30 Benjamin Franzkest/dri: Support 24bit formats in dri2_allocate_buffer
2012-01-30 Dave Airliemesa/format_unpack: add LUMINANCE 8/16 UINT/INT
2012-01-30 Dave Airlier600g: fix udiv/idiv/umod/imod on cayman
2012-01-30 Dave Airlier600g: enable blend_bypass for uint/sint
2012-01-30 Dave Airlier600g: fix fragcoord.w test on cayman
2012-01-30 Marek Olšákr600g: remove unused streamout code
2012-01-30 Marek Olšákr600g: disable printing debug info for streamout
2012-01-29 Brian Paulgallium: remove trailing comma to silence warning
2012-01-29 Juan Zhaoadd wayland cflags when building wayland-egl
2012-01-29 Christoph Bumillernvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVEL
2012-01-29 Matt Turnerdri: don't link with DRICORE_LIB_DEPS
2012-01-29 Marek Olšákscons: don't add -Wmissing-field-initializers
2012-01-29 Marek Olšákst/mesa: use table-driven approach to exposing extensio...
2012-01-29 Marek Olšákst/mesa: use table-driven approach to exposing extensio...
2012-01-29 Marek Olšákst/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_ex...
2012-01-28 Mathias Fröhlichstate_stracker: Fix access to uninitialized memory.
2012-01-28 Vinson Leedraw: Remove unused variables.
2012-01-28 Vadim Girlinr600g: fix linear and flat interpolation
2012-01-28 Yuanhan Liui965: fix inverted point sprite origin when rendering...
2012-01-28 Brian Paulmesa: remove byteswap check in fast_read_rgba_pixels_me...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: use _mesa_format_matches_format_and_type() in...
2012-01-28 Brian Paulmesa: implement more cases in _mesa_format_matches_form...
2012-01-28 Brian Paulmesa: use swapBytes parameter in _mesa_format_matches_f...
2012-01-28 Brian Paulmesa: added swapBytes parameter to _mesa_format_matches...
2012-01-28 Brian Paulmesa: rewrite, simplify some of the logic in _mesa_form...
2012-01-28 Brian Paulmesa: add BGR888 code in _mesa_format_matches_format_an...
2012-01-28 Brian Paulmesa: fix error in _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: remove redundant byte swap check
2012-01-28 Brian Paulmesa: remove LSB-first pixel packing check in glReadPixels
2012-01-28 Chad Versaceswrast: Fix implicit declaration warnings
2012-01-27 Alex Deucherr600g: remove unsupported evergreen CB formats
2012-01-27 José Fonsecamesa: Avoid void * arithmetic.
2012-01-27 Chad Versaceswrast: Fix fixed-function fragment processing
2012-01-27 Anuj Phogatmesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NO...
2012-01-27 Eric Anholtmesa: Don't round-trip integer texture data through...
2012-01-27 Eric Anholtmesa: When unpacking signed integer pixel data, don...
2012-01-27 Eric Anholtmesa: Add clamping for packing of integer data.
2012-01-27 Eric Anholtmesa: Add missing format unpack for some integer textur...
2012-01-27 Eric Anholti965: Don't allow rendering to non-GL_RED/RG/RGBA integ...
2012-01-27 Eric Anholtintel: Pass the gl_renderbuffer to render_target_suppor...
2012-01-27 Eric Anholtintel: Make a renderbuffer wrapping a texture have...
2012-01-27 Eric Anholtintel: Simplify intel_renderbuffer_update_wrapper(...
2012-01-27 Eric Anholtintel: Drop intel_wrap_miptree().
2012-01-27 Eric Anholtintel: Comment typo fix.
2012-01-27 Eric Anholtmesa: Fix handling of glCopyBufferSubData() for src...
2012-01-27 Eric Anholtintel: Fix accum buffer mapping since the swrast rework.
2012-01-27 Eric Anholtmesa: Fix display list handling for GL_EXT_framebuffer_...
2012-01-27 Eric Anholtmesa: Fix display list handling for EXT_framebuffer_object.
2012-01-27 Brian Paulgallivm: Swizzle constants into the right AoS ordering.
2012-01-27 José Fonsecadraw: Ensure that prepare is always run after LLVM...
2012-01-27 Jeremy Huddlestonconfigure.ac: Don't use $CLANG since it will collide...
2012-01-27 Marek OlšákRevert "r600g: use S_028B20_BUFFER_0_EN macro for strea...
2012-01-27 Matt Turneri965/automake: use $top_srcdir instead of relative...
2012-01-27 Matt Turnerdri common: add .gitignore
2012-01-27 Matt Turnerconfigure.ac: remove shared/static options
2012-01-27 Matt Turnerdri: make sure to build libdricommon.la
2012-01-27 Eric Anholti965: Drop the missing symbols link test.
2012-01-27 Eric Anholtnouveau: Fix missing dri common symbols after automake...
2012-01-27 Eric Anholtradeon: Fix missing dri common symbols after automake...
2012-01-27 Eric Anholtdri: Move the compile of the common files to a convenie...
2012-01-27 Eric Anholti915: Fix driver after automakeification.
2012-01-27 Kenneth Graunkei965/vs: Use the sampler for VS pull constant loading...
2012-01-27 Kenneth Graunkei965: Expose brw_set_sampler_message for use outside...
2012-01-26 Brian Paulsvga: reset vertex buffer offset in svga_release_user_u...
2012-01-26 José Fonsecamapi: Make initMagic unsigned.
2012-01-26 José Fonsecascons: Remove references to u_thread.c
2012-01-26 Matt TurnerFix visibility of u_thread functions by inlining them
2012-01-26 Brian Paulnouveau: include s_context.h to silence missing prototy...
2012-01-26 Brian Paulswrast: silence uninitialized var warnings
2012-01-26 Lucas Stachnvfx: fix nv3x fallout from state validation changes
2012-01-26 Benjamin Franzkegbm: Add back link flags for udev, dl and glapi
2012-01-26 Benjamin Franzkeconfigure: Use WAYLAND_SCANNER_RULES only if available
2012-01-26 Jakob Bornecrantzdraw: Only run prepare when state, prim and opt changes
2012-01-26 Jakob Bornecrantzdraw: Don't revalidate pipeline on backend flushes
2012-01-26 Jakob Bornecrantzdraw: Remove reduced_prim
2012-01-26 Benjamin Franzkeautomake: src/egl/wayland
2012-01-25 Paul Berryi965/gen6/GT1: Increase max_vs_entries to 256.
2012-01-25 Paul Berryi965/gen6: Fix segfault in transform feedback to DYNAMI...
2012-01-25 Ander Conselvan... gbm: fix copy & paste error in gbm_bo_get_handle docume...
2012-01-25 José Fonsecamesa/st: Assign inputsRead at right (previous) location.
2012-01-25 Marek Olšákmesa: remove ctx->Const.sRGBCapable
next