clover: Fix kernel metadata retrieval after clang r273425
[mesa.git] / src / gallium /
2016-06-28 Jan Veselyclover: Fix kernel metadata retrieval after clang r273425
2016-06-28 Francisco Jerezclover/llvm: Fix copyright attribution of invocation...
2016-06-27 Samuel Pitoisetgm107/ir: add missing setcond flags for LOP variants
2016-06-27 Samuel Pitoisetgm107/ir: make use of LOP32I for all immediates
2016-06-27 Dave Airlievirgl: reduce some limits for now
2016-06-27 Julien Isorcest/omx: count number of slices
2016-06-27 Julien Isorcest/omx: add support for nouveau / interlaced
2016-06-27 Julien Isorcest/omx: retrieve preferred interlaced and buffer_formats
2016-06-27 Marek Olšákradeonsi: use optimal WD settings for primitive restart...
2016-06-27 Gurkirpal Singhst/va: Check NULL pointer
2016-06-26 Samuel Pitoisetgm107/ir: make use of MOV32I for all immediates
2016-06-26 Ilia Mirkinnvc0: update "derived" state function names
2016-06-26 Ilia Mirkinnvc0: provide support for unscaled poly offset units
2016-06-26 Samuel Pitoisetgm107/ir: make use of IMUL32I for all immediates
2016-06-25 Marek Olšákradeonsi: make si_is_format_supported static
2016-06-25 Marek Olšákradeonsi: boolean -> bool, TRUE -> true, FALSE -> false
2016-06-25 Marek Olšákgallium/radeon: boolean -> bool, TRUE -> true, FALSE...
2016-06-25 Marek Olšákgallium/radeon/winsyses: boolean -> bool, TRUE -> true...
2016-06-25 Marek Olšákgallium/radeon: use r600_resource_reference
2016-06-25 Axel Davyst/nine: Use offset_units_unscaled
2016-06-25 Axel Davyr600g: Implement POLYGON_OFFSET_UNITS_UNSCALED
2016-06-25 Axel Davyradeonsi: Implement POLYGON_OFFSET_UNITS_UNSCALED
2016-06-25 Axel Davyradeon: Remove useless pa_su_poly_offset_db_fmt_cntl
2016-06-25 Axel Davyr600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offse...
2016-06-25 Axel Davyr600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offse...
2016-06-25 Axel Davyradeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly...
2016-06-25 Axel Davygallium: Add a cap for offset_units_unscaled
2016-06-24 Marek Olšákradeonsi: fix fractional odd tessellation spacing for...
2016-06-24 Marek Olšákradeonsi: set some VGT context registers on SI-CI
2016-06-24 Marek Olšákradeonsi: optimize rendering to linear color buffers
2016-06-24 Marek Olšákradeonsi: set almost optimal settings in SC_MODE_CNTL_1
2016-06-24 Marek Olšákgallium/radeon: let drivers specify SC_MODE_CNTL_1...
2016-06-24 Marek Olšákgallium/radeon: disable complicated point clipping...
2016-06-24 Marek Olšákradeonsi: fix a compute shader hang with big threadgrou...
2016-06-24 Ilia Mirkinnvc0: when mapping directly, provide accurate xfer...
2016-06-24 Nicolai Hähnleradeonsi: drop the DRAW_PREAMBLE packet on Polaris
2016-06-24 Nicolai Hähnleradeonsi: use DRAW_(INDEX_)INDIRECT_MULTI on Polaris
2016-06-24 Nicolai Hähnlewinsys/radeon: add guard pages when R600_DEBUG=check_vm...
2016-06-24 Nicolai Hähnlewinsys/amdgpu: add guard pages when R600_DEBUG=check_vm...
2016-06-24 Nicolai Hähnleradeonsi: report a failure to parse dmesg instead of...
2016-06-24 Nicolai Hähnleradeon: check VM faults from DMA flush
2016-06-24 Nicolai Hähnleradeonsi: move gfx fence wait out of si_check_vm_faults
2016-06-24 Nicolai Hähnleradeonsi: extract IB and bo list saving into separate...
2016-06-24 Marek Olšákradeonsi: set LLVM denormal flags
2016-06-24 Marek Olšákradeonsi: emit 1/sqrt for RSQ
2016-06-24 Jan Veselyr600g: Enable FMA on chips that support it
2016-06-24 Marek Olšákgallium/u_queue: allow the execute function to differ...
2016-06-24 Marek Olšákgallium/u_queue: reduce the number of mutexes by 2
2016-06-24 Marek Olšákgallium/u_queue: add an option to name threads
2016-06-24 Marek Olšákgallium/u_queue: add an option to have multiple worker...
2016-06-24 Marek Olšákgallium/u_queue: rewrite util_queue_fence to allow...
2016-06-24 Marek Olšákgallium/u_queue: use a ring instead of a stack
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-23 Brian Paulsvga: update some comments in svga_buffer_handle()
2016-06-23 Brian Paulsvga: add a const qualifier in svga_buffer_upload_piece...
2016-06-23 Brian Paulsvga: minor code refactor for svga_buffer_upload_command()
2016-06-23 Brian Paulsvga: minor code simplification in svga_context_finish()
2016-06-23 Tim Rowleyswr: [rasterizer core] fix dependency bug
2016-06-23 Tim Rowleyswr: [rasterizer core] use wrap-around safe compares...
2016-06-23 Tim Rowleyswr: [rasterizer jitter] add support for component...
2016-06-23 Tim Rowleyswr: [rasterizer core] track whether GS outputs viewpor...
2016-06-23 Tim Rowleyswr: [rasterizer core] GS viewport array index attribute
2016-06-23 Tim Rowleyswr: [rasterizer core] conservative rasterization front...
2016-06-23 Tim Rowleyswr: [rasterizer core] stop single threaded crash exit...
2016-06-23 Tim Rowleyswr: [rasterizer jitter] small fetch jit cleanup
2016-06-23 Tim Rowleyswr: [rasterizer core] remove old comment
2016-06-23 Tim Rowleyswr: [rasterizer jitter] cleanup supporting different...
2016-06-23 Tim Rowleyswr: [rasterizer jitter] unitialized component fix...
2016-06-23 Tim Rowleyswr: [rasterizer] add support for building avx512 version
2016-06-23 Tim Rowleyswr: [rasterizer common] fix include for Intel compiler
2016-06-23 Tim Rowleyswr: [rasterizer common] workaround clang for windows...
2016-06-23 Tim Rowleyswr: push/pop DEBUG macro around llvm includes
2016-06-23 Brian Paulsvga: rename svga_surface_copy() to svga_resource_copy_...
2016-06-23 Brian Paulsvga: don't copy blit_info into local var
2016-06-23 Brian Paulgallium/util: fix some 4-space indentation in blitter...
2016-06-23 Charmaine Leesvga: fix texture array update regression
2016-06-23 Charmaine Leesvga: fix index/vertex buffer surface reference at...
2016-06-23 Charmaine Leesvga: fix vertex buffer references in the hw state
2016-06-23 Charmaine Leesvga: fix index buffer reference in the hw state
2016-06-22 Ilia Mirkinnv50,nvc0: fix start_instance in manual push path
2016-06-22 Ilia Mirkintranslate: fix start_instance parameter in sse version
2016-06-21 Marek Olšákradeonsi: add a debug flag for unsafe math LLVM optimiz...
2016-06-21 Marek Olšákradeonsi: use u_blitter for mipmap generation
2016-06-21 Marek Olšákgallium/u_blitter: implement mipmap generation
2016-06-21 Vedran Miletićclover: Fix build against clang SVN >= r273191
2016-06-20 Rob Clarkgallium: make image_view const
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-06-20 Rob Clarkgallium: make shader_buffers const
2016-06-20 Nicolai Hähnleradeonsi: use trapezoid distribution for tess on Fiji...
2016-06-20 Nicolai Hähnleradeonsi/sid: add Fiji+ tesselation distribution mode
2016-06-20 Nicolai Hähnleradeonsi: emit PA_SC_RASTER_CONFIG_1 only once
2016-06-20 Nicolai Hähnleradeonsi: fix calculation of valid RB mask per SE
2016-06-20 Nicolai Hähnleradeonsi: raise SI_PM4_MAX_DW
2016-06-20 Roland Scheideggergallivm: don't use integer min/max sse intrinsics with...
2016-06-19 Ilia Mirkinnvc0: don't make use of push hint if there are no non...
2016-06-19 Ilia Mirkingk104/ir: fix tex use generation to be more careful...
2016-06-18 Ilia Mirkinnv50: add support for GL_EXT_window_rectangles
2016-06-18 Ilia Mirkinnvc0: add support for GL_EXT_window_rectangles
2016-06-18 Ilia Mirkingallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all...
2016-06-18 Ilia Mirkingallium: add API for setting window rectangles
next