mesa.git
2011-09-30 Marek Olšákgallium: add PIPE_CAP_TEXTURE_BARRIER
2011-09-30 Marek Olšákgallium: add PIPE_CAP_CONDITIONAL_RENDER
2011-09-30 Marek Olšákgallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
2011-09-30 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
2011-09-30 Chris Wilsoni915: out-of-bounds write in calc_live_regs()
2011-09-30 Chris Wilsoni965: Assign instead of compare inside assert
2011-09-30 Chris Wilsoni965/gen6: Fix assign instead of compare in assert
2011-09-30 Carl Worthglcpp: Add a test for #elif with an undefined macro.
2011-09-30 Carl Worthglcpp: Raise error if defining any macro containing...
2011-09-30 Carl Worthglcpp: Implement token pasting for non-function-like...
2011-09-30 Carl Worthglcpp: Test a non-function-like macro using the token...
2011-09-30 Carl Worthglcpp: Fix two (or more) successive applications of...
2011-09-30 Carl Worthglcpp: Add a test for a macro that implements token...
2011-09-30 Chad Versacemesa: Remove unused tnl items from dd_functions
2011-09-30 Brian Paulmeta: fix GetTexImage() for luminance, l/a, intensity...
2011-09-30 Brian Paulmesa: add _NEW_CURRENT_ATTRIB in _mesa_program_state_fl...
2011-09-30 Brian Paulst/mesa: implement AllocTextureImageBuffer() driver...
2011-09-30 Brian Paulmesa: simplify parameters to GetTexImage() driver hook
2011-09-30 Thomas Hellstromxorg/vmwgfx: Kill this target. It's not used anymore.
2011-09-29 Brian Paulintel: include version.h to get _mesa_override_glsl_ver...
2011-09-29 Simon Farnsworthgallium: Set renderbuffer's InternalFormat when renderi...
2011-09-29 Thomas Hellstromwinsys/svga: Update to vmwgfx kernel module 2.1
2011-09-29 Thomas Hellstromst/xa: Don't call fence_reference with an unitialized...
2011-09-29 Thomas Hellstromst/xa: surfaces and sampler views are per context
2011-09-29 Ian Romanickmesa: Remove ARB_texture_mirrored_repeat extension...
2011-09-29 Ian Romanickmesa: Remove EXT_blend_subtract extension enable flag
2011-09-29 Ian Romanickmesa: Remove EXT_stencil_wrap extension enable flag
2011-09-29 Ian Romanickmesa: Remove EXT_texture_lod_bias extension enable...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_env_combine extension enable...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_env_add extension enable flag
2011-09-29 Ian Romanickmesa: Remove ARB_multitexture extension enable flag
2011-09-29 José Fonsecallvmpipe: Convert some of the null checks back to asserts.
2011-09-29 José Fonsecallvmpipe: Also reset the state in lp_scene_bin_reset
2011-09-29 José Fonsecallvmpipe: Prevent segfault during fs variant cache...
2011-09-29 José Fonsecatools/trace: Dump NULL literally.
2011-09-29 Brian Paulst/mesa: remove some old GetTexImage() code
2011-09-28 Marek Olšákwinsys/radeon: remove redundant member radeon_bo::size
2011-09-28 Marek Olšákwinsys/radeon: simplify updating GEM domains for reloca...
2011-09-28 Marek Olšákwinsys/radeon: simplify passing GEM domains through...
2011-09-28 Marek Olšákr300g: remove useless variables in some structures
2011-09-28 Marek Olšákr300g: simplify the immd_is_good_idea function
2011-09-28 Marek Olšákconfigure.ac: unduplicate gallium directories
2011-09-28 Marek Olšákr600g: convert if (query->type) into switch statements
2011-09-28 Marek Olšákgallium/docs: update d3d11ddi.txt
2011-09-28 Marek Olšákst/mesa: don't compute index buffer bounds for per...
2011-09-28 Paul Berryglsl 1.30: Fix numerical instabilities in asinh
2011-09-28 Brian Paulmesa: fix signed/unsigned sscanf() warning in _mesa_ove...
2011-09-28 Brian Paulst/mesa: include version.h and fix _mesa_override_glsl_...
2011-09-28 Eric Anholtglsl: Add support for constant expression evaluation...
2011-09-28 Eric Anholti965/vs: Add support for bit-shift operations.
2011-09-28 Eric Anholtmesa: Add missing _mesa_sizeof_glsl_type() for UNSIGNED...
2011-09-28 Eric Anholti965/fs: Add support for bit-shift operations.
2011-09-28 Eric Anholtglsl: Fix assertion checking types of constant bitshift...
2011-09-28 Eric Anholtir_to_mesa: Don't assertion fail on remaining GLSL...
2011-09-28 Paul Berryi965: don't intepolate clip distances on pre-GEN6.
2011-09-28 Paul Berryi965 new VS: Fix bugs in pre-GEN6 psiz/flags computation
2011-09-28 Paul Berryi965 new VS: Fix src_reg(uint32_t) constructor.
2011-09-28 Paul Berryi965 new VS: don't share clip plane constants in pre...
2011-09-28 Paul Berryi965: Fix a hardcoded user clip plane count.
2011-09-28 Paul Berryi965: allow for nonconsecutive elements of gl_ClipDista...
2011-09-28 Paul Berryi965: Use 4 bits to store nr_userclip in brw_clip.h.
2011-09-28 Chad Versaceintel: Remove unused function get_glsl_version()
2011-09-28 Chad Versacemesa: Allow overriding GLSL version with environment...
2011-09-28 Brian Paulst/mesa: substitute argument to guess_base_level_size...
2011-09-28 Brian Paulmesa: fix signed/unsigned warning in sscanf()
2011-09-28 Brian Paulscons: insert 'git-' into MESA_GIT_SHA1 string
2011-09-28 Brian Paulscons: fix write_git_sha1_h_file() issue on Windows
2011-09-28 Christoph Bumillerd3d1x: propagate DepthBiasClamp to rasterizer cso
2011-09-28 Christoph Bumillerd3d1x: fix uninitialized const color union black
2011-09-28 Christoph Bumillernv50,nvc0: support polygon offset clamp state
2011-09-28 Christoph Bumillerr600: support polygon offset clamp state
2011-09-28 Christoph Bumillergallium: add polygon offset clamp state
2011-09-28 Brian Paulscons: generate git_sha1.h file as with Makefile build
2011-09-28 Kenneth Graunkei965: Allow SIMD16 color writes on Ivybridge.
2011-09-28 Kenneth Graunkei965/fs: Allow SIMD16 with control flow on Ivybridge.
2011-09-27 Eric Anholtintel: Fix compiler warnings from the depth stall flush...
2011-09-27 Eric Anholtradeon: Drop mapping we were doing around glGetTexImage().
2011-09-27 Eric Anholtnouveau: Drop mapping we were doing around glGetTexImage().
2011-09-27 Eric Anholtintel: Drop our custom glGetTexImage() code.
2011-09-27 Brian Paulmesa: Finally, convert RGBA glGetTexImage() to using...
2011-09-27 Brian Paulmesa: Convert depth glGetTexImage() to using MapTexture...
2011-09-27 Brian Paulmesa: Convert depth/stencil glGetTexImage() to using...
2011-09-27 Brian Paulmesa: Switch ycbcr glGetTexImage() to using MapTextureI...
2011-09-27 Brian Paulmesa: Switch memcpy fast-path of glGetTexImage() to...
2011-09-27 Brian Paulmesa: Update comments/assertions about buffer mapping...
2011-09-27 Brian Paulmesa: Convert GetCompressedTexImage to using MapTexture...
2011-09-27 Dave Airliegallium: move border color to be a color union
2011-09-27 Chad Versacemesa: Allow override of GL version with environment...
2011-09-27 Paul Berrymesa: Make enable.c and get.c properly range check...
2011-09-27 Brian Paulmesa: fix indentation in mipmap.c (3 spaces)
2011-09-26 Eric Anholti965/vs: Fix access beyond array bounds for non-GRF...
2011-09-26 Eric Anholtintel: Rename region->buffer to region->bo, and remove...
2011-09-26 Eric Anholtintel: Drop stale comment about CopyTexSubImage.
2011-09-26 Eric Anholtintel: Rely on AllocTextureImageBuffer for our teximage...
2011-09-26 Eric Anholtintel: Rely on mesa core for compressed texture image...
2011-09-26 Eric Anholtintel: Allow src == NULL and *dst != NULL in intel_mipt...
2011-09-26 Eric Anholtintel: Drop the "intel" argument to intel_miptree_relea...
2011-09-26 Eric Anholtintel: Drop the immediate validation of the texture...
2011-09-26 Eric Anholtintel: Fix improper freeing of texture data in TFP.
2011-09-26 Eric Anholtintel: Refactor texture_from_pixmap and EGL_image regio...
next