intel: Use libdrm's decode functionality instead of the gpu-tools copy.
[mesa.git] / src / mesa /
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 Matt TurnerRename R300_NO_TCL envvar to RADEON_NO_TCL
2012-01-30 Dave Airliemesa/format_unpack: add LUMINANCE 8/16 UINT/INT
2012-01-29 Matt Turnerdri: don't link with DRICORE_LIB_DEPS
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 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 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 Matt Turneri965/automake: use $top_srcdir instead of relative...
2012-01-27 Matt Turnerdri common: add .gitignore
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 Paulnouveau: include s_context.h to silence missing prototy...
2012-01-26 Brian Paulswrast: silence uninitialized var warnings
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 José Fonsecamesa/st: Assign inputsRead at right (previous) location.
2012-01-25 Marek Olšákmesa: remove ctx->Const.sRGBCapable
2012-01-25 Marek Olšákmesa: allow exposing GL3 without EXT_texture_integer
2012-01-25 Marek Olšákmesa: add missing integer alpha formats to _mesa_base_f...
2012-01-25 Marek Olšákst/mesa: require all s3tc formats for EXT_texture_compr...
2012-01-25 Marek Olšákst/mesa: simplify enabling EXT_packed_depth_stencil...
2012-01-25 Marek Olšákmesa: remove obsolete comment in version.c
2012-01-25 Marek Olšákst/mesa: inline if(1) conditional
2012-01-25 Marek Olšákst/mesa: move fragment shader tgsi tokens into st_fp_va...
2012-01-25 Marek Olšákst/mesa: do vertex and fragment color clamping in shaders
2012-01-25 Benjamin Franzkest/mesa: Fix recurring surfaceless contexts
2012-01-25 Eric Anholtmesa: Fix CopyTex{Sub,}Image error checks for integer...
2012-01-25 Eric Anholtmesa: Add missing integer R/RG cases to _mesa_is_color_...
2012-01-25 Eric Anholtmeta: Detect currently-unsupported integer CopyTexSubIm...
2012-01-25 Eric Anholtmesa: Add the remaining from/to types for GL_EXT_textur...
2012-01-25 Eric Anholtmesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY
2012-01-25 Eric Anholtmesa: s/GLuint col/GLint col/ to avoid signed/unsigned...
2012-01-25 Eric Anholtmesa: Add support for glGetTexImage() from integer...
2012-01-25 Eric Anholti965/gen6+: Work around GPU hangs with logic ops on...
2012-01-25 Eric Anholti965/gen6+: Disable blending, alpha test, and dither...
2012-01-24 Brian Paulmesa/gdi: remove wmesa_set_renderbuffer_funcs() function
2012-01-24 Brian Pauldri/swrast: remove obsolete swrast_span.c file from...
2012-01-24 Brian Paulswrast: fix uninitialized variable warning
2012-01-24 Brian Paulswrast: make rowStride variable signed in put_z32_values()
2012-01-24 Brian Paulintel: use swrast code to map/unmap renderbuffers for...
2012-01-24 Brian Paulmesa: update comments, fix whitespace in dd.h
2012-01-24 Brian Paulswrast: remove unused StoreTexel code
2012-01-24 Brian Paulswrast: use Map/UnmapTextureImage() in framebuffer...
2012-01-24 Brian Paulmesa: remove ctx->Driver.Map/UnmapTexture() hooks
2012-01-24 Brian Paulnouveau: stop calling ctx->Driver.Map/UnmapTexture()
2012-01-24 Brian Paultnl: remove ctx->Driver.Map/UnmapTexture() calls
2012-01-24 Brian Paulswrast: move some renderbuffer functions to s_renderbuf...
2012-01-24 Brian Paulintel: remove intel_span_supports_format()
2012-01-24 Brian Paulswrast: remove a few extra _mesa_get_format_bytes(...
2012-01-24 Brian Paulmesa: update comments for gl_renderbuffer
2012-01-24 Brian Paulmesa/swrast/drivers: remove obsolete gl_renderbuffer...
2012-01-24 Brian Pauldri/swrast: use swrast_renderbuffer type
2012-01-24 Brian Paulswrast: use swrast_renderbuffer instead of gl_renderbuffer
2012-01-24 Brian Paulosmesa: use swrast_renderbuffer
2012-01-24 Brian Paulradeon: derive radeon_renderbuffer from swrast_renderbuffer
2012-01-24 Brian Paulintel: derive intel_renderbuffer from swrast_renderbuffer
2012-01-24 Brian Paulxlib: derive xmesa_renderbuffer from swrast_renderbuffer
next