draw: clipdistance support (v2)
[mesa.git] / src / gallium / auxiliary / util /
2012-01-10 Brian Paulutil: use memset() to initialize surface, sampler_view...
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2012-01-07 Brian Paulutil: silence some MSVC type conversion warnings
2012-01-07 Brian Paulutil: add debug_warn_once() macro
2012-01-07 Marek Olšáku_vbuf: don't unroll indices if mapping vertex buffers...
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šáku_format: implement fetch_rgba_uint and fetch_rgba_sint...
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-04 Brian Paulgallium/util: fix argument cast in x32_s8_get_tile_rgba...
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-01 Marek Olšáku_blitter: expose functions for setting default views...
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 Dave Airlieu_format: fix inv_swizzles generation
2011-12-27 Dave Airliegallium/u_pack: fix l8/i8 pack color ub
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 Marek Olšákgallium: utility helper functions for stream output
2011-12-15 Marek Olšákgallium: interface changes necessary to implement trans...
2011-12-09 José Fonsecautil: Add strings.h include on unices
2011-12-03 Brian Paulutil: add casts in fprintf() calls to silence warnings
2011-12-02 Chia-I Wugallium: add PIPE_FORMAT_ETC1_RGB8
2011-12-01 Vinson Leeu_vbuf: Silence uninitialized variable warnings.
2011-11-29 José FonsecaRemove windows kernel support code.
2011-11-29 José Fonsecagallium/auxiliary: Remove os_stream.
2011-11-27 Dave Airliegallium: add B10G10R10A2_UINT format
2011-11-22 Marek Olšáku_vbuf_mgr: rename to u_vbuf
2011-11-22 Marek Olšáku_vbuf_mgr: better way to find a free VB slot + check...
2011-11-22 Marek Olšáku_vbuf_mgr: remove a useless variable
2011-11-22 Marek Olšáku_vbuf_mgr: remove redundant memset
2011-11-22 Marek Olšáku_vbuf_mgr: don't reference non-native vertex buffers...
2011-11-22 Marek Olšáku_vbuf_mgr: rename translate_vb_slot -> fallback_vb_slot
2011-11-22 Marek Olšákgallium: separate out floating-point CAPs into its...
2011-11-22 Marek Olšákgallium: remove PIPE_CAP_GLSL and enable GLSL unconditi...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-20 Marek Olšáku_vbuf_mgr: correctly compute max vertex count from...
2011-11-20 Marek Olšáku_vbuf_mgr: correctly obtain min/max_index for uploads...
2011-11-20 Marek Olšáku_vbuf_mgr: add set_index_buffer function
2011-11-20 Marek Olšáku_vbuf_mgr: add comments
2011-11-20 Marek Olšáku_vbuf_mgr: don't upload user buffers which have been...
2011-11-15 Brian Paulutil/draw: replace assertions with conditionals in...
2011-11-14 José Fonsecautil: Avoid signed/unsigned comparison in u_trim_pipe_p...
2011-11-11 Brian Paulutil: check for null vertex buffer object in blit code
2011-11-10 Dave Airliellvmpipe/u_format: add support for EXT_texture_shared_e...
2011-11-08 Chia-I Wuutil: add log2f for Android
2011-11-06 Dave Airlieu_format: fix RGTC support in fits 8unorm.
2011-11-04 Marek Olšákst/mesa: set geometry shader to NULL when doing interna...
2011-11-04 Marek Olšáku_vbuf_mgr: avoid one call to pipe_resource_reference...
2011-11-02 Michel Dänzergallium/util: Add macros for converting from little...
2011-10-31 José Fonsecautil: Add missing initializer.
2011-10-28 Eric Anholtu_format: Fix -NaN handling for packing of 10F_11F_11F_...
2011-10-28 Eric Anholtu_format: Fix clamping of overflow in 10F_11F_11F_REV...
2011-10-28 Eric Anholtu_format: Fix bitshifting for unpacking from 10F.
2011-10-28 Eric Anholtu_format: Fix bit definition of UF10_MANTISSA_BITS.
2011-10-28 Alan Coopersmithgallium/auxiliary/util: Solaris also has standard Unix...
2011-10-24 Brian Paulutil: handle failed mapping in u_upload_alloc()
2011-10-24 Brian Paulutil: handle failed mapping in u_upload_alloc_buffer()
2011-10-24 Brian Paulutil: remove gotos in u_upload_mgr.c
2011-10-23 Marek Olšáku_blitter: accept overriden width0 and height0
2011-10-23 Marek Olšáku_blitter: add a copy_texture function which uses views...
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-10-10 Dave Airlieu_blitter: clean up velem setup
2011-10-09 Marek Olšáku_blitter: query vertex shader caps instead of geometry...
2011-10-09 Dave Airlieu_blitter: don't create integer vertex elements unless...
2011-10-09 Dave Airlieu_blitter: add integer clear support
2011-10-08 Dave Airliegallium: add initial pure integer support (v2)
2011-10-08 Dave Airlieu_format: add inline helper to find first non void...
2011-10-07 Marek Olšáku_blitter: bind a NULL geometry shader
2011-10-07 Marek Olšáku_blitter: cleanup checking for and restoring saved...
2011-09-28 Christoph Bumillergallium: add polygon offset clamp state
2011-09-27 Dave Airliegallium: move border color to be a color union
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-22 Brian Paulgallium/util: add util_format_is_srgb() helper
2011-09-22 Keith Whitwellutil: add u_bit_scan helper
2011-09-22 José Fonsecautil: Allow to make the depth/stencil format queries...
2011-09-22 Keith Whitwellutil: single call to util_format_description in fill_rect
2011-09-22 José Fonsecautil: Handle conversion between depth stencil formats.
2011-09-21 Brian Paulutil: remove stray debug code
2011-09-21 Brian Paulgallium/util: observe sampler view's first_level in...
2011-09-21 Brian Paulmesa/gallium: remove GLchan from latc, rgtc code
next