glsl: Add a lowering pass to remove reads of shader output variables.
[mesa.git] / src / gallium /
2012-01-06 Dave Airliedraw: fix piglit base vertex + user vertex array tests
2012-01-05 Bryan Caingallium: add support for clip distances
2012-01-05 Marek Olšákr300/compiler: fix buffer underflow when setting SEM_WA...
2012-01-05 Marek Olšáku_vbuf: use cso_cache to cache vertex element states
2012-01-05 Marek Olšáku_vbuf: implement another upload codepath which unrolls...
2012-01-05 Marek Olšáku_vbuf: cleanup variable names to be consistent
2012-01-05 Marek Olšáku_vbuf: cleanup the computation of how many vertices...
2012-01-05 Marek Olšáku_vbuf: convert min_index,max_index to start,count
2012-01-05 Marek Olšákutil: add helper function util_dump_draw_info
2012-01-05 Marek Olšáktrace: dump primitive restart info
2012-01-05 Marek Olšáktranslate: implement translation of 10_10_10_2 types
2012-01-05 Marek Olšáktranslate: implement translation of (pure) integer...
2012-01-05 Marek Olšáku_format: implement fetch_rgba_uint and fetch_rgba_sint...
2012-01-05 Marek Olšákgallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
2012-01-05 Marek Olšákgallium: remove deprecated PIPE_TRANSFER_DISCARD
2012-01-05 Marek Olšáku_vbuf: translate per-vertex, per-instance, and constan...
2012-01-05 Marek Olšáku_vbuf: take start_instance into account when uploading...
2012-01-05 Marek Olšáku_upload_mgr: remove the 'flushed' parameter
2012-01-05 Marek Olšáku_vbuf: don't map user buffers, just obtain a pointer...
2012-01-05 Marek Olšáku_vbuf: only map a subrange of buffers to translate
2012-01-05 Marek Olšákgallium: fix behavior of pipe_buffer_map_range
2012-01-05 Marek Olšáku_vbuf: remove the workaround for half floats and translate
2012-01-05 Marek Olšáktranslate: implement translation of half floats in...
2012-01-05 Jakob Bornecrantzsvga: Trim the dri binary a bit on scons release builds
2012-01-05 Jakob Bornecrantzsvga: Fix texture cube param cap
2012-01-05 Brian Paultgsi: consolidate TGSI string arrays in new tgsi_strings.h
2012-01-05 Brian Paulgallium: add STATIC_ASSERT macro
2012-01-04 Brian Paulgallium/util: fix argument cast in x32_s8_get_tile_rgba...
2012-01-04 Christian Königvl/mpeg2: simple fix to get xine running again
2012-01-03 Dave Airlietgsi/softpipe: disable FAST_MATH
2012-01-03 Morgan Armandsoftpipe: remove the 32bits limitation on depth(-stenci...
2012-01-03 Alexander von Gluckgallium: use Haiku provided debug_printf in OS.h
2012-01-02 Dave Airlier600g: add missing colorswaps for r8 uint/sint.
2012-01-02 Ian Romanickdri2: Add plumbing to get context version requirements...
2012-01-02 Christian Königvl: seperate shader buffers from components
2012-01-01 Marek Olšákr300g: inline r300_resource_set_properties
2012-01-01 Marek Olšákr300g: rework resource_copy_region, not changing pipe_r...
2012-01-01 Marek Olšáku_blitter: expose functions for setting default views...
2011-12-31 Dave Airliesoftpipe: reorder LIT to fix fp-lit-src-equals-dst
2011-12-31 Dave Airliellvmpipe: fix blending for intensity formats
2011-12-30 Dave Airlieu_format: fix latc fetches.
2011-12-30 Dave Airlieu_format/rgtc: fix alpha values in returned texels.
2011-12-30 Brian Paulst/glx/xlib: check for null attrib_list in glXCreateCon...
2011-12-30 Dave Airlieu_format: fix inv_swizzles generation
2011-12-30 Michel Dänzerr600g: Manage fences per screen rather than per context.
2011-12-30 Stéphane Marchesini915g: Allocate tmp for KILP
2011-12-29 Stéphane Marchesinllvmpipe: Remove useless draw_install_pstipple_stage...
2011-12-28 Stéphane Marchesini915g: Add missing draw_flush call.
2011-12-28 Stéphane Marchesini915g: Only apply the optimization to output vars.
2011-12-27 Alexander von Gluckgallium: use Mesa pthread_barrier_t on Haiku, as it...
2011-12-27 Dave Airliegallium/u_pack: fix l8/i8 pack color ub
2011-12-26 Christian Königvl: call decode_bitstream only once
2011-12-25 Marek Olšákr600g: fix a warning that a variable may be uninitialized
2011-12-25 Marek Olšákgallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS
2011-12-24 Marek Olšákr300g: mapping buffers for read should be unsynchronized
2011-12-24 Marek Olšákwinsys/radeon: move managing GEM domains back to drivers
2011-12-24 Maarten Lankhorstvl: Fix inverted logic in vlc checks
2011-12-24 Alexandre Demersegl,glx,wgl: Fixes stapi->createContext usage
2011-12-23 Ian Romanickst-api: Have context_create explain why creation failed
2011-12-23 Ian Romanickst-api: Clean-up OpenGL profile handling
2011-12-23 Maarten Lankhorstvl: improve vlc functions and handling
2011-12-23 Maarten Lankhorstnouveau: Fix bugs in nouveau_video_buffer
2011-12-22 Lauri Kasanengallivm: Close a memory leak
2011-12-22 Dave Airliesoftpipe: try and use back color for a slot if color...
2011-12-20 Maarten Lankhorstxvmc: Remove unused variable
2011-12-20 Maarten Lankhorstvl: Remove unused declaration
2011-12-20 Maarten Lankhorstvl: Use pipe clear_render_target instead of util_clear_...
2011-12-20 Chia-I Wust/egl: error check and clamp coordinates in eglPostSub...
2011-12-20 Fredrik Höglundst/egl: Add support for EGL_NV_post_sub_buffer
2011-12-20 Chia-I Wuegl: remove #ifdef's for official extensions
2011-12-20 Stéphane Marchesini915g: Add unsupported caps.
2011-12-20 Stéphane Marchesini915g: Turn an assert into a debug message, print more...
2011-12-20 Stéphane Marchesini915g: Make the pipe_sampler_state struct non const...
2011-12-20 Stéphane Marchesini915g: Implement KILP.
2011-12-20 Stéphane Marchesini915g: Add two unsupported caps.
2011-12-20 Stéphane Marchesini915g: Put the templates at the beggining of the struct...
2011-12-19 Dave Airlietgsi: update documents with some info on texture lookup
2011-12-19 Dave Airliesoftpipe: fix shadow1d tests.
2011-12-19 Dave Airliesoftpipe: fix shadow 2d texture array sampling
2011-12-19 Dave Airliegallium/draw: fix two side handling
2011-12-19 Maarten Lankhorstvdpau: Add background surface support
2011-12-19 Maarten Lankhorstvdpau: Add support for mixer attributes
2011-12-19 Maarten Lankhorstvdpau: Add support for parameters
2011-12-19 Dave Airliesoftpipe: fix depth sampling for linear vs nearest.
2011-12-19 Dave Airliesoftpipe: fix texture sampling from 1D texture array
2011-12-18 Christoph Bumillernvc0: add NVC0_RESOURCE_FLAG_VIDEO
2011-12-17 Marek Olšákr600g: fix MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS limit
2011-12-17 Marek Olšákr600g: handle new caps
2011-12-17 Marek Olšákr300g: handle new caps
2011-12-17 Marek Olšákr600g: implement transform feedback
2011-12-17 Vinson Leegallivm: Fix build with llvm-3.1svn.
2011-12-15 Fredrik Höglundgallium: fix a crash in drivers that don't support...
2011-12-15 Christoph Bumillerllvmpipe: adapt to struct stream_output_info modifications
2011-12-15 Christoph Bumillernvc0: implement new stream output interface
2011-12-15 Christoph Bumillerd3d1x: implement new stream output interface
2011-12-15 Marek Olšákst/mesa: implement EXT_transform_feedback and ARB_trans...
2011-12-15 Marek Olšáku_blitter: implement copy_buffer using stream output
2011-12-15 Marek Olšáku_blitter: restore stream output targets
2011-12-15 Christoph Bumillertrace: implement stream output interface
2011-12-15 Marek Olšáknoop: implement stream output
next