scons: Eliminate MSVC2008 compatibility.
[mesa.git] / src / gallium / auxiliary /
2016-02-11 Jose Fonsecascons: Eliminate MSVC2008 compatibility.
2016-02-11 Jose Fonsecaconfigure: Eliminate MSVC2008 compatibility.
2016-02-09 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-09 Rob Clarkttn: use const_index helpers
2016-02-09 Rob Clarkttn: small logic cleanup
2016-02-09 Nicolai Hähnledraw: use util_pstipple_* function for stipple pattern...
2016-02-09 Nicolai Hähnledraw: use util_pstipple_create_fragment_shader
2016-02-08 Brian Paultgsi: minor whitespace fixes in tgsi_scan.c
2016-02-08 Brian Paultgsi: s/true/TRUE/ in tgsi_scan.c
2016-02-08 Brian Paultgsi: use switches instead of big if/else ifs
2016-02-08 Brian Paultgsi: break gigantic tgsi_scan_shader() function into...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_debug_s...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_staging...
2016-02-08 Brian Paulgallium/util: switch over to new u_debug_image.[ch...
2016-02-08 Brian Paulgallium/util: put image dumping functions into separate...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_debug.c
2016-02-06 Samuel Pitoisettgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding...
2016-02-04 Patrick Rudolphst/nine: Fix use of uninitialized memory
2016-02-03 Leo Liuvl: add zig zag scan for list 4x4
2016-02-02 Marek Olšáktgsi/scan: add tgsi_shader_info::reads_samplemask
2016-02-02 Marek Olšáktgsi: set correct src type for UP2H
2016-02-02 Roland Scheideggergallivm: add PK2H/UP2H support
2016-02-02 Roland Scheideggergallivm: add PK2H/UP2H support
2016-02-02 Roland Scheideggertgsi: add PK2H/UP2H support
2016-02-02 Roland Scheideggermesa: fix typo in python scripts
2016-02-01 Rob Herringvirgl: reuse screen when fd is already open
2016-01-31 François Tigeotgallium: Add DragonFly support
2016-01-30 Ilia Mirkintgsi: add MEMBAR opcode to handle memoryBarrier* GLSL...
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move to compiler/
2016-01-26 Emil Velikovnir: move shader_enums.[ch] to compiler
2016-01-20 Roland Scheideggerllvmpipe,i915: add back NEW_RASTERIZER dependency when...
2016-01-19 Nicolai Hähnleutil/u_pstipple.c: copy immediates during transformation
2016-01-18 Emil Velikovgallium: bundle the compat header u_pwr8.h in the tarball
2016-01-18 Oded Gabbayllvmpipe: use vpkswss when dst is signed
2016-01-17 Ilia Mirkintgsi: initialize Atomic field in tgsi_default_declaration
2016-01-17 Oded Gabbayllvmpipe: fix arguments order given to vec_andc
2016-01-16 Rob Clarkttn: use writemask for store_var
2016-01-16 Rob Clarkttn: add missing writemask on store_output
2016-01-16 Jeff Muizelaargallivm: avoid crashing in mod by 0 with llvmpipe
2016-01-13 Roland Scheideggerdraw: fix key comparison with uninitialized value
2016-01-12 Christian Königvl: use preferred format for deinterlacing
2016-01-12 Christian Königvl: improve motion adaptive deinterlacer
2016-01-12 Christian Königvl/buffers: extract vl_video_buffer_adjust_size helper
2016-01-12 Erik Faye-Lundgallium/util: removed unused header-file
2016-01-08 Ilia Mirkingallium: add a RESQ opcode to query info about a resource
2016-01-08 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
2016-01-08 Ilia Mirkintgsi: add a is_store property
2016-01-08 Ilia Mirkintgsi: provide a way to encode memory qualifiers for...
2016-01-08 Ilia Mirkinureg: add buffer support to ureg
2016-01-08 Ilia Mirkintgsi: add ureg support for image decls
2016-01-08 Marek Olšákvl: allow fragment shader POSITION to be a system value
2016-01-08 Marek Olšákutil/pstipple: allow fragment shader POSITION to be...
2016-01-08 Marek Olšáktgsi/scan: update for POSITION and FACE sytem values
2016-01-08 Marek Olšáktgsi/ureg: handle redundant declarations in ureg_DECL_s...
2016-01-08 Marek Olšáktgsi/ureg: remove index parameter from ureg_DECL_system...
2016-01-08 Edward O'Callaghangallium/aux: Use TGSI chan name defines inplace of...
2016-01-07 Roland Scheideggerllvmpipe: do 64bit plane calculations in the sse path
2016-01-07 Roland Scheideggerdraw: initialize prim header flags when clipping lines
2016-01-07 Roland Scheideggerdraw: fix line stippling with unfilled prims
2016-01-07 Oded Gabbayllvmpipe: use sse2 conv code for altivec
2016-01-07 Marek Olšáktgsi/scan: set which color components are read by a...
2016-01-07 Marek Olšáktgsi/scan: fix tgsi_shader_info::reads_z
2016-01-07 Marek Olšáktgsi/scan: set if a fragment shader writes sample mask
2016-01-07 Roland Scheideggerdraw: nuke the interp parameter from vertex_info
2016-01-07 Roland Scheideggerdraw: rework handling of non-existing outputs in emit...
2016-01-06 Edward O'Callaghangallium: Use unsigned for loop index
2016-01-06 Edward O'Callaghangallium: Remove unnecessary semicolons
2016-01-06 Oded Gabbayllvmpipe: add POWER8 portability file - u_pwr8.h
2016-01-05 Brian Pauldraw: minor indentation fix
2016-01-05 Brian Paulutil: add debug_dump_ubyte_rgba_bmp()
2016-01-03 Ilia Mirkintgsi: update PK2H/UP2H channel behavior info
2016-01-02 Marek Olšáku_upload_mgr: allow specifying PIPE_USAGE_* for the...
2016-01-02 Marek Olšáku_upload_mgr: remove alignment parameter from u_upload_...
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_buffer manually
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_data manually
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_alloc manually
2016-01-02 Marek Olšáku_upload_mgr: rework the application of alignment
2015-12-30 Ilia Mirkingallium: add baseinstance/drawid semantics
2015-12-29 Jason Ekstrandnir/builder: Add an init function that creates a simple...
2015-12-29 Nicolai Hähnlegallium/util: add DEBUG_GET_ONCE_OPTION
2015-12-28 Jason Ekstrandnir: Get rid of function overloads
2015-12-24 Connor Abbottgallium/auxiliary: don't build NIR sources with MSVC200...
2015-12-22 Kenneth Graunkenir: Add a writemask to store intrinsics.
2015-12-18 Matt Turnernir: Delete bany, ball, fany, fall.
2015-12-18 Roland Scheideggergallium/util: (trivial) include p_shader_tokens.h in...
2015-12-17 Roland Scheideggerdraw: fix clip test with NaNs
2015-12-17 Roland Scheideggerdraw: fix pstipple and aaline stages wrt sampler_views...
2015-12-16 Roland Scheideggerdraw: handle edge flags in llvm path
2015-12-16 Roland Scheideggerdraw: don't set start_instance and instance id for...
2015-12-15 Roland Scheideggerdraw: remove clip_vertex from vertex header
2015-12-15 Roland Scheideggerdraw: use clip_pos, not clip_vertex for the fake guardb...
2015-12-15 Roland Scheideggerdraw: rename vertex header members
2015-12-15 Roland Scheideggerdraw: don't pretend have_clipdist is per-vertex
2015-12-15 Roland Scheideggerdraw: use position not clipVertex output for xyz view...
2015-12-11 Brian Paulutil/blitter: minor formatting fixes
2015-12-11 Roland Scheideggerdraw: don't assume fixed offset for data in struct...
2015-12-11 Marek Olšákgallium/pb_bufmgr_cache: use the new pb_cache module
2015-12-11 Marek Olšákgallium/pb_cache: add a copy of cache bufmgr independen...
next