scons: Use -Werror MSVC compatibility flags per-directory.
[mesa.git] / src / gallium / auxiliary /
2015-03-04 Jose Fonsecascons: Use -Werror MSVC compatibility flags per-directory.
2015-03-04 Marc-Andre Lureaugallium/auxiliary/indices: fix start param
2015-03-03 Rob Clarktgsi/lowering: don't forget interp for BCOLOR inputs
2015-03-03 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-03-02 Marek Olšákdraw: fix division-by-zero for empty geometry shaders
2015-02-28 Kenneth GraunkeRevert "configure: Leverage gcc warn options to enable...
2015-02-27 Jonathan Grayauxilary/os: correct sysctl use in os_get_total_physica...
2015-02-27 Brian Paulgallium/util: add debug_print_usage_enum() debug helper
2015-02-27 Brian Paulgallium/util: fix 'statement with no effect' warning
2015-02-27 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-26 Jose Fonsecainclude,auxiliary: Remove support for MSVC older then...
2015-02-26 Brian Paulutil: add debug_print_bind_flags() debug helper
2015-02-23 Brian Paulmesa: move math-related function into new c99_math...
2015-02-23 Matt Turnergallium: Use util_cpu_to_le{16,32} in many more places.
2015-02-23 Matt Turnergallium/util: Use HAVE___BUILTIN_* macros.
2015-02-23 Matt Turnermesa: Move C99 MSVC compatibility code from u_math...
2015-02-23 Brian Paulutil: move pipe_prim_names array into u_prim_name()
2015-02-23 Brian Paulutil: rewrite debug_print_transfer_flags() using debug_...
2015-02-21 Ilia Mirkintgsi: avoid returning pointer to local var, make it...
2015-02-20 Marek Olšáktgsi: fix type-mismatch warning
2015-02-20 Marek Olšákgallivm: fix uninitialized-variable warnings
2015-02-20 Eric Anholtgallium/util: Don't include unused debug functions...
2015-02-20 Ilia Mirkingallium: add shader cap for dldexp/dfracexp support
2015-02-20 Ilia Mirkingallium: add a cap to enable double rounding opcodes
2015-02-20 Ilia Mirkingallium: add some more double opcodes to avoid unnecess...
2015-02-19 Dave Airliesoftpipe/tgsi: expose doubles for softpipe.
2015-02-19 Dave Airlietgsi: add support for flt64 constants
2015-02-19 Dave Airliegallium: add double opcodes and TGSI execution (v4.2)
2015-02-19 Brian Paulgallium/util: indentation fix
2015-02-19 Ilia Mirkingallium: add ETC2 format support
2015-02-18 Emil Velikovauxiliary/vl: honour the DRI2PROTO_CFLAGS
2015-02-18 Emil Velikovauxiliary/vl: Build vl_winsys_dri.c only when needed.
2015-02-13 Jose Fonsecaos,llvmpipe: Set rasterizer thread names on Linux.
2015-02-12 Emil Velikovauxiliary/vl: bring back the VL code for the dri targets
2015-02-07 Brian Paulgallium/hud: also try R8_UNORM format for font texture
2015-02-07 Brian Paulgallium/hud: flush stdout in print_help(), for Windows
2015-02-07 Park, Jeongminpostprocess: Check for depth buffer in pp_jimenezmlaa
2015-02-06 Eric Anholttgsi/ureg: Add missing some missing opcodes opcode_tmp.h
2015-02-06 Eric Anholttgsi/ureg: Move ureg_dst_register() to the header.
2015-02-06 Marek Olšákgallium/u_tests: test a NULL buffer sampler view
2015-02-06 Marek Olšákgallium/u_tests: test a NULL constant buffer
2015-02-06 Marek Olšákgallium/u_tests: test a NULL texture sampler view
2015-02-06 Marek Olšákgallium/u_tests: restructure the only test, refactor...
2015-02-06 Marek Olšákgallium: run gallium tests if GALLIUM_TESTS=1 is set
2015-02-04 Jose Fonsecagallium/util: Don't implement u_bit_scan64 on MSVC.
2015-02-04 Jose Fonsecagallium/util: Define ffsll on MinGW.
2015-02-04 Marek Olšákgallium/u_pstipple: add ability to specify a fixed...
2015-02-04 Marek Olšákgallium/util: add u_bit_scan64
2015-02-04 Marek Olšáktgsi: add tgsi_get_processor_type helper from radeon
2015-02-03 Matt Turnergallium/util: Don't use __builtin_clrsb in util_last_bit().
2015-01-29 Eric Anholtgallium: Replace u_simple_list.h with util/simple_list.h
2015-01-08 Rob Clarktgsi: track max array per file
2015-01-08 Rob Clarktgsi: keep track of read vs written indirects
2015-01-07 Marek Olšáktgsi: add uses_centroid into tgsi_shader_info
2015-01-05 Brian Pauldraw: silence uninitialized variable warning
2015-01-05 Brian Paulgallivm: silence a couple compiler warnings
2015-01-05 Leonid Shatzgallium/util: make sure cache line size is not zero
2015-01-05 Roland Scheideggergallium/util: fix crash with daz detection on x86
2014-12-31 Eric Anholtu_primconvert: Fix leak of the upload BO on context...
2014-12-18 Eric Anholtvc4: Add dmabuf support.
2014-12-17 Roland Scheideggerdraw: revert using correct order for prim decomposition.
2014-12-16 Timothy Arcerigallium: remove support for GCC older than 4.1.0
2014-12-16 Roland Scheideggerdraw: implement support for the VERTEXID_NOBASE and...
2014-12-16 Roland Scheideggergallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEM...
2014-12-12 Brian Paulutil: add missing closing brace for __cplusplus
2014-12-12 Matt Turnergallium: Remove Android files from distribution.
2014-12-12 Matt Turnermesa: Add notes/readme files to distribution.
2014-12-12 Matt Turnerutil: Add headers and python scripts for distribution.
2014-12-12 José Fonsecautil: Unbreak usage of assert()/debug_assert() inside...
2014-12-10 Roland Scheideggerdraw: simplify prim id insertion in prim assembler
2014-12-10 Roland Scheideggerdraw: fix another decompose bug affecting constant...
2014-12-10 Roland Scheideggerdraw: fix flatshade stage for constant interpolated...
2014-12-10 Roland Scheideggerdraw: copy over prim id header in flatshade stage when...
2014-12-10 Marek Olšáktgsi: add tgsi_shader_info::writes_clipvertex
2014-12-10 Marek Olšáktgsi: add clip and cull distance writemasks into tgsi_s...
2014-12-10 Marek Olšáktgsi: add tgsi_shader_info::writes_psize
2014-12-10 Marek Olšákcso: put cso_release_all into cso_destroy_context
2014-12-10 Alexander von Gluck IVgallium/aux: Avoid redefining MAX
2014-12-09 Rob Clarktgsi/lowering: add support to lower TXP (v2)
2014-12-09 Marek Olšákdraw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-12-08 Roland Scheideggerdraw: (trivial): remove double semicolon
2014-12-06 Ilia Mirkinfreedreno/a3xx: fix alpha-blending on RGBX formats
2014-12-06 Roland Scheideggerdraw: use the prim type from prim_info not emit in...
2014-12-06 Roland Scheideggerdraw: use correct output prim for non-adjacent topologi...
2014-12-06 Roland Scheideggerdraw: kill off unneded prim assembler code for handling...
2014-12-05 José Fonsecautil/primconvert: Avoid point arithmetic; apply offset...
2014-12-05 Ilia Mirkinutil/primconvert: take ib offset into account
2014-12-05 Ilia Mirkinutil/primconvert: support instanced rendering
2014-12-05 Ilia Mirkinutil/primconvert: pass index bias through
2014-12-03 José Fonsecagallivm: Update for RTDyldMemoryManager becoming an...
2014-12-01 Brian Paulgallium: add include path to fix building of pipe-loade...
2014-12-01 Matt Turnerutil: Move u_atomic.h to src/util.
2014-11-26 José Fonsecautil/u_snprintf: Don't redefine HAVE_STDINT_H as 0.
2014-11-26 José Fonsecagallivm: Removed unused variable.
2014-11-26 José Fonsecadraw,gallivm,llvmpipe: Avoid implicit casts of 32-bit...
2014-11-26 Emil Velikovauxiliary/vl: rework the build of the VL code
2014-11-26 Emil Velikovauxiliary/vl: split the vl sources list into VL_SOURCES
2014-11-26 Emil Velikovauxiliary/vl: add galliumvl_stub.la
2014-11-24 Eric Anholtgallium: Drop the unused CND opcode.
next