mesa.git
2011-09-20 José Fonsecascons: MacOSX build fixes.
2011-09-20 Bryan Cainglsl_to_tgsi: implement ir_binop_all_equal and ir_binop...
2011-09-20 Eric Anholti965/vs: Add support for compute-to-MRF.
2011-09-20 Eric Anholti965/vs: Do VUE writes using the MRF file instead of...
2011-09-20 Eric Anholti965/vs: Handle destinations in the MRF file.
2011-09-20 Eric Anholti965/vs: Add a function for how many MRFs get written...
2011-09-20 Eric Anholti965/vs: Remove dead fields of src_reg.
2011-09-20 Eric Anholti965/vs: Add support for simple algebraic optimizations.
2011-09-20 Eric Anholti965: Fix polygon stipple offset state flagging.
2011-09-20 Eric Anholti965: Add missing _NEW_POLYGON flag to polygon stipple...
2011-09-20 Eric Anholti965: Fix compiler warnings.
2011-09-20 Yuanhan Liumesa: fix error handling for glMaterial*
2011-09-20 Chia-I Wust/egl: add support for null platform
2011-09-20 Chia-I Wuegl: add null platform
2011-09-20 Dave Airlieconfigs: remove rest of APP_LIB_DEPS lines
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Gen4.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ivybridge.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ironlake and Sandybr...
2011-09-19 Ian Romanickglapi: Update generated file modified by previous commit
2011-09-19 Ian Romanickglapi: Don't emit remap data for individual extensions
2011-09-19 Ian Romanickmesa: Delete stale comment about MESAX extensions
2011-09-19 Ian Romanickmesa: Replace _mesa_rgba_logicop_enabled(ctx) with...
2011-09-19 Ian Romanickmesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
2011-09-19 Ian Romanickmesa: Remove support for GL_EXT_blend_logic_op
2011-09-19 Ian Romanickst/mesa: Remove support for GL_EXT_blend_logic_op
2011-09-19 Ian Romanickmesa: Remove unused _mesa_enable_imaging_extensions...
2011-09-19 Colin Waltersautogen.sh: Honor NOCONFIGURE environment variable
2011-09-19 Eric Anholtmesa: Throw an error when starting conditional render...
2011-09-19 Eric Anholtmesa: Throw an error instead of asserting for condrende...
2011-09-19 Eric Anholtmesa: Add support for Begin/EndConditionalRender in...
2011-09-19 Marek Olšákmesa: fix an autoconf build-system bug related to glsl_...
2011-09-19 Brian Paulmesa: fix format/type check in unpack_image() for bitmaps
2011-09-19 Paul Berryi965 new VS: Fix copy propagation of double negatives.
2011-09-19 Ian Romanickmesa: Advertise GL_OES_compressed_paletted_texture...
2011-09-19 Ian Romanickmesa: Remove redundant compressed paletted texture...
2011-09-19 Ian Romanickmesa: Refactor compressed texture error checks to work...
2011-09-19 Ian Romanickmesa: Add _mesa_cpal_compressed_format_type
2011-09-19 Ian Romanickmesa: Refactor expected texture size check in cpal_get_info
2011-09-19 Ian Romanickmesa: Add GL_OES_compressed_paletted_texture formats...
2011-09-19 Ian Romanickmesa: Add GL_OES_compressed_paletted_texture formats...
2011-09-19 Nicholas MiellUpdate llvmpipe's gitignore
2011-09-19 Yuanhan Liumesa: fix error handling for glMapBufferRange
2011-09-19 Brian Paulmesa: generate GL_INVALID_OPERATION in glIsEnabledIndex...
2011-09-19 Yuanhan Liumesa: fix error handling for glSelectBuffer
2011-09-19 Yuanhan Liumesa: fix error handling for glPixelZoom
2011-09-19 Yuanhan Liumesa: fix error handling for glIsEnabled
2011-09-19 Yuanhan Liumesa: fix error handling for glTexEnv
2011-09-19 Yuanhan Liumesa: fix error handling for some glGet* functions
2011-09-19 Yuanhan Liumesa: fix error handling for glEvalMesh1/2D
2011-09-19 Matt TurnerRemove unused APP_LIB_DEPS variable
2011-09-19 Matt Turneregl_glx.c: use unsigned instead of uint
2011-09-19 Matt TurnerRemove unneeded xdamages header from dri2_glx.c.
2011-09-19 Dave Airliegraw: fix tests to build on msvc again.
2011-09-19 Tom Stellardr300/compiler: Fix regalloc for values with multiple...
2011-09-18 Brian Paulswrast: fix more store_texel() bugs
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-09-17 Brian Paulmesa: use ctx->Driver.AllocTextureImageBuffer() to...
2011-09-17 Brian Paulmesa: plug in swrast texture image alloc/free functions
2011-09-17 Brian Paulswrast: add Alloc/FreeTextureImageBuffer() driver functions
2011-09-17 Brian Paulmesa: add AllocTextureImageBuffer() driver hook
2011-09-17 Brian Paulmesa: move gl_texture_image::FetchTexel fields to swrast
2011-09-17 Brian Paulswrast: plug in _swrast_new/delete_texture_image()...
2011-09-17 Brian Paulradeon: make radeon_texture_image a subclass of swrast_...
2011-09-17 Brian Paulintel: make intel_texture_image a subclass of swrast_te...
2011-09-17 Brian Paulswrast: introduce new swrast_texture_image struct
2011-09-17 Brian Paulmesa: add new DeleteTextureImage() driver hook
2011-09-17 Brian Paulmesa: move software texel fetch code into swrast
2011-09-17 Brian Paulmesa: move _mesa_update_fetch_functions() calls into...
2011-09-17 Brian Paulmesa: implement unpack_SIGNED_GR1616 in format_unpack.c
2011-09-17 Brian Paulmeta: fix/add checks for GL_EXT_framebuffer_sRGB
2011-09-17 Brian Paulmesa: s/short/ushort/ in unpack_SIGNED_RGBA_16()
2011-09-17 Christoph Bumillerd3d1x: fix parsing of SM4 relative addressing register op
2011-09-17 Christoph Bumillerd3d1x: set flatshade_first in rasterizer state
2011-09-17 Christoph Bumillerd3d1x: initialize point size and line width to 1
2011-09-17 Tom Stellardr300/compiler: Add support for the output modifier...
2011-09-17 Tom Stellardr300/compiler: Move some helper functions to radeon_com...
2011-09-17 Tom Stellardr300/compiler: Don't unroll loops that conditionally...
2011-09-16 Vinson Leenouveau: Fix typos of ParseSourceList in SConscript...
2011-09-16 Brian Paulscons: fix incorrect test for embedded build
2011-09-16 Marek Olšákwinsys/radeon: use the cache bufmgr for buffers with...
2011-09-16 Brian Paulsoftpipe: use pipe_get_tile_rgba_format()
2011-09-16 Brian Paulsoftpipe: use util_format_is_depth_or_stencil()
2011-09-16 Dave Airlier600g: fixup missing scaled r600 types.
2011-09-16 Dave Airlier600g: interpret integer texture types as ints.
2011-09-16 Dave Airlier600g: take constantly interpolated values into a/c
2011-09-16 Dave Airlier600g: add flat non-interpolation support.
2011-09-16 Dave Airlier600g: set number type correctly for color buffers.
2011-09-16 Dave Airlier600g: add missing formats to color buffer setup.
2011-09-15 Brian Paulsoftpipe: use consistent indentation in sp_quad_blend.c
2011-09-15 Tobias Drostegallivm: fix build with LLVM 3.0svn
2011-09-15 Eugeni DodonovChange strerror(ret) to strerror(-ret).
2011-09-15 Brian Paulsoftpipe: fix blending for luminance/intensity surfaces
2011-09-15 Brian Paulutil: add util_format_is_luminance/intensity/rgb()...
2011-09-15 Jørgen Lindwayland: Flush before blocking in swapbuffers.
2011-09-15 Brian Paulmesa: fix error handling for dlist image unpacking
2011-09-15 Brian Paulst/mesa: rewrap a long line
2011-09-15 Brian Paulmesa: add missing ')' in error message
2011-09-15 Dave Airlieuniforms: accept all int/unsigned int sampler types...
2011-09-14 Paul Berryglsl: Remove field array_lvalue from ir_variable.
2011-09-14 Michel Dänzerr600g: Initialize multi VGT related register on Cayman.
next