radeonsi: implement polygon stippling
[mesa.git] / src / gallium / auxiliary /
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.
2014-11-24 Eric Anholtgallium: Drop unused BRA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-11-24 Eric Anholtgallium: Drop the unused RFL opcode.
2014-11-24 Eric Anholtgallium: Drop unused X2D opcode.
2014-11-24 Eric Anholtgallium: Drop the unused ARA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused RCC opcode.
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-11-24 Matt Turnerutil: Prefer atomic intrinsics to inline assembly.
2014-11-22 David Heidelbergdraw: allow LLVM use on non-SSE2 X86 cpus
2014-11-20 José Fonsecartasm,translate: Re-enable SSE on Mingw64.
2014-11-19 Roland Scheideggerdraw: fixes for vertex shaders outputting layer or...
2014-11-18 Andres Gomezdraw: Fixed inline comments
2014-11-18 Roland Scheideggergallivm: fix alignment issue for vertex data fetch
2014-11-18 Ilia Mirkinst/mesa: add a fallback for clear_with_quad when no...
2014-11-18 Joakim Sindholtnine: Add state tracker nine for Direct3D9 (v3)
2014-11-18 Christoph Bumillergallium/auxiliary: add contained and rect checks (v6)
2014-11-18 Christoph Bumillergallium/auxiliary: add inc and dec alternative with...
2014-11-18 Christoph Bumillergallium/auxiliary: implement sw_probe_wrapped (v2)
2014-11-18 Christoph Bumillertgsi/ureg: add ureg_UARL shortcut (v2)
2014-11-16 José Fonsecadraw: Make it more clear that *_jit_context points...
2014-11-16 José Fonsecadraw: Fix breakage due to removal pipe_viewport_state...
2014-11-16 José Fonsecagallium/auxiliary: Fix build without LLVM.
2014-11-16 José Fonsecagallium/auxiliary: Remove GALLIVM_CPP_SOURCES
2014-11-16 Emil Velikovauxiliary: ship all files in the distribution tarball
2014-11-16 Emil Velikovpipe-loader: consolidate sources into Makefile.sources
2014-11-16 Marek Olšákgallium: remove unused pipe_viewport_state::translate...
2014-11-16 Marek Olšáktgsi/ureg: simplify code for declaring properties
2014-11-16 Marek Olšákgallium/util: add a test for TGSI_PROPERTY_VS_WINDOW_SP...
2014-11-16 Marek Olšákgallium/util: add a window_space option to the passthro...
2014-11-16 Marek Olšáktgsi: fixup the string of VS_WINDOW_SPACE_POSITION
2014-11-12 José Fonsecagallivm: Fix build with LLVM 3.6 (r221751).
2014-11-08 José Fonsecautil/format: Fix clamping to 32bit integers.
2014-11-08 José Fonsecautil/format: Generate floating point constants for...
2014-11-03 José Fonsecagallivm: Disable frame-pointer-omission on x86 to ensur...
2014-11-03 José Fonsecagallivm: When disassemble a function, start by printing...
2014-10-31 Brian Paultgsi: add a tgsi_free_tokens() function
2014-10-31 Brian Paulutil: simplify u_pstipple.c code
2014-10-31 Brian Paulutil: simplify temp register selection in u_pstipple.c
2014-10-31 Brian Paulutil: simplify util_pstipple_create_fragment_shader...
2014-10-23 Emil Velikovauxiliary/os: get the mmap/munmap wrappers working...
2014-10-23 Alon Levyu_math.h: fix 64 to 32 bit truncation warning
2014-10-23 José Fonsecagallivm: Fix build with LLVM 3.3.
2014-10-23 José Fonsecagallivm: Properly update for removal of JITMemoryManage...
2014-10-23 José Fonsecagallivm: Fix white-space.
2014-10-23 José Fonsecagallivm,llvmpipe,clover: Bump required LLVM version...
2014-10-22 Brian Paulu_blitter: put a comment on util_blitter_cache_all_shad...
next