mesa.git
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...
2011-09-26 Eric Anholtintel: Drop some extra equality checks on reference...
2011-09-26 Eric Anholti965: Set the pre/post-blend color clamp flags.
2011-09-26 Kenneth Graunkei965/fs: Split generate_math into gen4/gen6 and 1/2...
2011-09-26 Brian Paulswrast: always call _swrast_choose_texture_sample_func()
2011-09-26 Ian Romanickmesa: Remove EXT_abgr extension enable flag
2011-09-26 Ian Romanickmesa: Remove EXT_bgra and EXT_texture_format_BGRA8888...
2011-09-26 Ian Romanickmesa: Remove OES_read_format extension enable flag
2011-09-26 Ian Romanickmesa: Remove all mention of EXT_vertex_array_set
2011-09-26 Ian Romanickmesa: Fix extension year for EXT_texture_env_combine
2011-09-26 Ian Romanickmesa: Remove many extension enable flags
2011-09-26 Ian Romanickintel: Remove redundant GL_ARB_window_pos enable
2011-09-26 Ian Romanickdri: Remove redundant GL_SGIS_texture_edge_clamp enables
2011-09-26 Kenneth Graunkei965: Emit depth stalls and flushes before changing...
2011-09-26 Kenneth Graunkeintel: Introduce a new intel_context::gt field to go...
2011-09-26 Kenneth Graunkeintel: Remove intel_context::has_xrgb_textures/has_lumi...
2011-09-26 Kenneth Graunkei965: Fix incorrect maximum PS thread count shift on...
2011-09-26 Marek Olšákr600g: add index_bias to index buffer bounds
2011-09-26 Marek Olšáku_vbuf_mgr: fix uploading with a non-zero index bias
2011-09-26 Marek Olšáku_vbuf_mgr: dereference some pointers only once etc.
2011-09-26 Marek Olšáku_vbuf_mgr: rework user buffer uploads
2011-09-26 Marek Olšáku_vbuf_mgr: remove unused flag U_VBUF_UPLOAD_FLUSHED
2011-09-26 Marek Olšáku_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_
2011-09-26 Marek Olšáku_vbuf_mgr: fix max_index computation for large src_offset
2011-09-26 Marek Olšáku_vbuf_mgr: don't take per-instance attribs into acc...
2011-09-26 Marek Olšáku_vbuf_mgr: cleanup original vs real vertex buffer...
2011-09-26 Yuanhan Liuintel: fix potential segfault error at intel_(un)map_te...
2011-09-25 Marcin Slusarznouveau: fix crash during fence emission
2011-09-25 Henri Verbeetmesa: Also set the remaining draw buffers to GL_NONE...
2011-09-25 José Fonsecapostprocess: Portability fixes.
2011-09-25 José Fonsecanoop: Always use memory allocation macros.
2011-09-25 José Fonsecallvmpipe: Always use memory allocation macros.
next