swr: [rasterizer core] GS viewport array index attribute
[mesa.git] / src / gallium / auxiliary /
2016-06-23 Brian Paulgallium/util: fix some 4-space indentation in blitter...
2016-06-22 Ilia Mirkintranslate: fix start_instance parameter in sse version
2016-06-21 Marek Olšákgallium/u_blitter: implement mipmap generation
2016-06-20 Roland Scheideggergallivm: don't use integer min/max sse intrinsics with...
2016-06-16 Christian Königvl: support luma keying for interlaced surfaces as...
2016-06-15 Brian Paulauxilary/os: allow appending to GALLIUM_LOG_FILE
2016-06-15 Marek Olšákgallium/util: import the multithreaded job queue from...
2016-06-14 Roland Scheideggergallium/util: don't use blocksize for minify for assertions
2016-06-14 Julien Isorcest/va: ensure linear memory for dmabuf
2016-06-14 Mathias Fröhlichmesa/gallium: Move u_bit_scan{,64} from gallium to...
2016-06-13 Brian Paulutil: update some assertions in util_resource_copy_region()
2016-06-13 Jan Veselyvl: Fix trivial sign compare warnings
2016-06-13 Rob HerringAndroid: move libdrm settings to top-level Android...
2016-06-13 Jan Veselygallivm: Fix trivial sign warnings
2016-06-10 Brian Paulutil: update util_resource_copy_region() for GL_ARB_cop...
2016-06-10 Anuj Phogatgallium: Fix region overlap conditions for rectangles...
2016-06-10 Dave Airliegallivm: more 64-bit integer prep work.
2016-06-10 Dave Airliegallivm: make non-float return code bitcast consistent.
2016-06-10 Dave Airliegallium/gallivm: use 64-bit test instead of doubles.
2016-06-10 Dave Airliegallium/tgsi: add 64-bitness type check function.
2016-06-10 Leo Liuvl/dri3: support receiving new pixmap for front buffer
2016-06-10 Leo Liuvl/dri3: get Makefile properly
2016-06-10 Jose Fonsecagallivm: Never emit llvm.fmuladd on LLVM 3.3.
2016-06-10 Jose Fonsecagallivm: Use llvm.fmuladd.*.
2016-06-10 Jose Fonsecautil,gallivm: Explicitly enable/disable fma attribute.
2016-06-09 Nayan Deshmukhvl: Apply luma key filter before CSC conversion
2016-06-07 Nicolai Hähnletgsi/scan: add uses_derivatives (v2)
2016-06-07 Ilia Mirkingallium: add VOTE_* opcodes to implement GL_ARB_shader_...
2016-06-06 Charmaine Leetgsi: fix mixed data type comparison in tgsi_point_sprite.c
2016-06-06 Lars Hamretgsi: use truncf in micro_trunc
2016-06-04 Marek Olšákgallium/u_suballoc: allow different alignment for each...
2016-06-02 Rob Clarkgallium/util: remove u_staging
2016-06-01 Nicolai Hähnlegallium/cso: allow saving the first fragment shader...
2016-06-01 Nicolai Hähnlegallium/u_inlines: allow NULL src in util_copy_image_view
2016-06-01 Marek Olšákgallium/util: add util_texrange_covers_whole_level...
2016-05-31 Marek Olšákgallium/u_blitter: do GL-compliant integer resolves
2016-05-30 Frederic Devernaygallivm: initialize init_native_targets_once_flag correctly
2016-05-28 Brian Paulgallium/util: another s/unsigned/enum pipe_prim_type...
2016-05-27 Brian Paulgallium/util: another unsigned -> enum pipe_prim_type...
2016-05-27 Roland Scheideggergallivm: eliminate a unnecessary AND with unorm lerps
2016-05-27 Roland Scheideggergallium/util: use enum pipe_prim_type instead of unsign...
2016-05-27 Rob Clarkgallium/util: fix build break
2016-05-26 Brian Paulgallium/util: use enum pipe_prim_type in u_prim.h functions
2016-05-26 Brian Paulutil/indices: move duplicated assignments out of switch...
2016-05-26 Brian Paulutil/indices,svga: s/unsigned/enum pipe_prim_type/
2016-05-26 Brian Paulutil: s/unsigned/enum pipe_resource_usage/ for buffer...
2016-05-26 Brian Paulutil/indices: implement unfilled (tri->line) conversion...
2016-05-26 Brian Paulutil/indices: implement provoking vertex conversion...
2016-05-26 Brian Paulutil/indices: assert that the incoming primitive is...
2016-05-26 Brian Paulutil/indices: formatting, whitespace fixes in u_unfille...
2016-05-26 Brian Paulutil/indices: improve comments in u_indices.h
2016-05-26 Rob Clarktgsi: fix coverity out-of-bounds warning
2016-05-26 Rob Clarktgsi: fix out of bounds access
2016-05-26 Lars Hamregallium/tgsi: use _mesa_roundevenf in micro_rnd
2016-05-25 Giuseppe Bilottascons: whitespace cleanup
2016-05-25 Brian Paultgsi: print TGSI_PROPERTY_NEXT_SHADER value as string...
2016-05-25 Brian Paultgsi: s/6/PIPE_SHADER_TYPES/ for tgsi_processor_type_na...
2016-05-23 Emil Velikovvl/drm: don't call close(-1) in vl_drm_screen_create...
2016-05-23 Dave Airlietgsi: remove culldist semantic.
2016-05-23 Dave Airliedraw: stop using CULLDIST semantic.
2016-05-18 Axel Davygallium/util: Implement util_format_translate_3d
2016-05-18 Brian Paulcso: remove / add some comments
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
2016-05-16 Jose Fonsecavl/dri: Move the DRI3 check out of sources include...
2016-05-16 Leo Liuvl/dri3: implement functions for get and set timestamp
2016-05-16 Leo Liuvl/dri3: handle PresentCompleteNotify event
2016-05-16 Leo Liuvl/dri3: implement DRI3 BufferFromPixmap
2016-05-16 Leo Liuvl/dri3: add support for resizing
2016-05-16 Leo Liuvl/dri3: implement funciton for get dirty area
2016-05-16 Leo Liuvl/dri3: implement function for flush frontbuffer
2016-05-16 Leo Liuvl/dri3: add back buffers support
2016-05-16 Leo Liuvl/dri3: implement flushing for queued events
2016-05-16 Leo Liuvl/dri3: register present events
2016-05-16 Leo Liuvl/dri3: set drawable geometry
2016-05-16 Leo Liuvl/dri3: add DRI3 support and implement create and...
2016-05-12 Leo Liuvl/dri: fix close fd error out
2016-05-12 Tim Rowleyswr: properly expose compressed format support
2016-05-11 Rob Clarkgallium: refactor pipe_shader_state to support multiple...
2016-05-11 Roland Scheideggergallivm: improve dumping of bitcode
2016-05-10 Roland Scheideggergallivm: print declarations of intrinsics with GALLIVM_...
2016-05-10 Roland Scheideggergallivm: use InternalLinkage instead of PrivateLinkage...
2016-05-10 Roland Scheideggergallivm: disable avx512 features
2016-05-09 Tim Rowleygallium: enable intel jitevents profiling
2016-05-07 Nicolai Hähnlegallium: fix various undefined left shifts into sign bit
2016-05-03 Brian Paulgallium/util: change assertion to conditional in util_b...
2016-05-03 Brian Paulcso: null-out previously bound sampler states
2016-05-03 Jan Veselygallium,utils: Fix trivial sign compare warnings
2016-05-01 WuZhentgsi: initialize stack allocated struct
2016-05-01 Emil Velikovgallium/target-helpers: remove inline_wrapper_sw_helper.h
2016-04-29 Nicolai Hähnletgsi/text: fix parsing of memory instructions
2016-04-29 Nicolai Hähnletgsi/text: add str_match_name_from_array
2016-04-29 Nicolai Hähnletgsi/text: add str_match_format helper function
2016-04-29 Nicolai Hähnletgsi/build: pass Memory.Texture and .Format through...
2016-04-29 Nicolai Hähnletgsi/dump: signal nospace when the last print exceeded...
2016-04-29 Nicolai Hähnletgsi/dump: shared dump_ctx initialization
2016-04-28 Brian Paulgallium/util: s/Elements/ARRAY_SIZE/
2016-04-27 Brian Paultgsi: s/Elements/ARRAY_SIZE/
2016-04-27 Brian Paulos: s/Elements/ARRAY_SIZE/
2016-04-27 Brian Paulhud: s/Elements/ARRAY_SIZE/
2016-04-27 Brian Paulgallivm: s/Elements/ARRAY_SIZE/
next