radeonsi: reallocate if a non-sharable textures is being shared
[mesa.git] / src / gallium /
2017-09-18 Marek Olšákradeonsi: reallocate if a non-sharable textures is...
2017-09-18 Marek Olšákradeonsi: PIPE_BIND_SHARED should allow inter-process...
2017-09-18 Nicolai Hähnlefreedreno: compile fix
2017-09-18 Jan Veselyclover: add missing include to compat.h
2017-09-18 Jan Veselyclover: Query and export half precision support
2017-09-18 Jan Veselygallium: Add PIPE_SHADER_CAP_FP16
2017-09-18 Benedikt Schemmernvc0: fix compile error
2017-09-18 Nicolai Hähnleradeonsi: allow out-of-order rasterization in commutati...
2017-09-18 Nicolai Hähnleradeonsi: add drirc option "radeonsi_assume_no_z_fights"
2017-09-18 Nicolai Hähnleradeonsi: enable out-of-order rasterization when possib...
2017-09-18 Nicolai Hähnlegallium/radeon: pass old_(perfect_)enable to set_occlus...
2017-09-18 Nicolai Hähnlegallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
2017-09-18 Nicolai Hähnleamd/common: remove has_ds_bpermute argument from ac_bui...
2017-09-18 Nicolai Hähnleamd/common: add chip_class to ac_llvm_context
2017-09-18 Nicolai Hähnleamd/common: round cube array slice in ac_prepare_cube_c...
2017-09-18 Nicolai Hähnleradeonsi: workaround for gather4 on integer cube maps
2017-09-16 Jan Veselyclover: Fix build after LLVM r313390
2017-09-15 Gurkirpal Singhst/omx_bellagio: Rename state tracker and option
2017-09-15 Dave Airlier600: add .gitignore for egd_tables.h
2017-09-15 Timothy Arceriradeonsi: enable STD430 packing of UBOs by default
2017-09-15 Timothy Arcerigallium: introduce PIPE_CAP_LOAD_CONSTBUF
2017-09-15 Timothy Arceriradeonsi: make use of LOAD for UBOs
2017-09-15 Timothy Arcerigallium: add CONSTBUF type to tgsi_file_type
2017-09-15 Dave Airlievirgl: drop const dimensions on first block.
2017-09-14 Samuel Pitoisetradeonsi: move si_get_wave_info() to AMD common code
2017-09-14 Eric Engestromswr: use ARRAY_SIZE macro
2017-09-13 Denis Paukgallium/{r600, radeonsi}: Fix segfault with color forma...
2017-09-13 Nicolai Hähnleradeonsi: hard-code pixel center for interpolateAtSampl...
2017-09-13 Nicolai HÃ\83¤hnleradeonsi: apply a mask to gl_SampleMaskIn in the PS...
2017-09-13 Nicolai Hähnleradeonsi: remove SET_PREDICATION workaround on newer...
2017-09-13 Nicolai Hähnleamd/common: get ME/PFP/CE firmware feature versions...
2017-09-13 Nicolai Hähnleradeonsi: rename variable to clarify its meaning
2017-09-13 Nicolai Hähnleradeonsi: make si_init_shader_selector_async static
2017-09-13 Nicolai Hähnleradeonsi: fix segfault in descriptor dumping
2017-09-13 Nicolai Hähnleddebug: write out final driver log messages with GALLIU...
2017-09-13 Tim Rowleyswr/rast: Fetch compile state changes
2017-09-13 Tim Rowleyswr/rast: adjust linux cpu topology identification...
2017-09-13 Tim Rowleyswr/rast: Missed conversion to SIMD_T
2017-09-13 Tim Rowleyswr/rast: whitespace changes
2017-09-13 Tim Rowleyswr/rast: add graph write to jit debug putput
2017-09-13 Tim Rowleyswr/rast: Migrate memory pointers to gfxptr_t type
2017-09-13 Tim Rowleyswr/rast: Remove hardcoded clip/cull slot from clipper
2017-09-13 Tim Rowleyswr/rast: Start to remove hardcoded clipcull_dist verte...
2017-09-13 Tim Rowleyswr/rast: Move clip/cull enables in API
2017-09-13 Tim Rowleyswr/rast: Add new API SwrStallBE
2017-09-12 Marek OlšákRevert "winsys/amdgpu: disable local BOs on Raven"
2017-09-11 Marek Olšákradeonsi: optimize TCS epilog when invocation 0 writes...
2017-09-11 Marek Olšáktgsi/scan: add a new pass that analyzes tess factor...
2017-09-11 Marek Olšákwinsys/amdgpu: use the new raw CS API
2017-09-11 Marek Olšákradeonsi: implement pipe_context::fence_server_sync
2017-09-11 Marek Olšákwinsys/amdgpu: factor out some fence dependency code...
2017-09-11 Marek Olšákwinsys/amdgpu: rename fence_dependency functions
2017-09-11 Marek Olšákgallium/radeon: add a proper fail path for calloc in...
2017-09-11 Marek Olšákwinsys/amdgpu: don't allow interprocess resource sharin...
2017-09-11 Marek Olšákradeonsi/gfx9: fix interprocess resource sharing on...
2017-09-11 Dave Airlier600: handle the non-TXF_LZ support path.
2017-09-11 Marek Olšákgallium/u_blitter: use UTIL_BLITTER_ATTRIB_NONE (0...
2017-09-11 Marek Olšákgallium/u_blitter: don't pass GENERIC in VS if it's...
2017-09-11 Marek Olšákgallium/u_blitter: use draw_rectangle for all blits...
2017-09-11 Marek Olšákgallium/u_blitter: use draw_rectangle callback for...
2017-09-11 Marek Olšákgallium/u_blitter: add new union blitter_attrib to...
2017-09-11 Marek Olšákgallium/radeon: use rectangles for 1D and 2D texture...
2017-09-09 Roland Scheideggerllvmpipe, draw: improve shader cache debugging
2017-09-09 Roland Scheideggerllvmpipe: enable PIPE_CAP_QUERY_PIPELINE_STATISTICS
2017-09-09 Roland Scheideggergallivm: fix gather implementation a bit
2017-09-08 Charmaine Leesvga: abort shader translation upon indirect indexing...
2017-09-08 Eric Engestromgallium/tests: use ARRAY_SIZE macro
2017-09-08 Eric Engestromr300: use ARRAY_SIZE macro
2017-09-08 Connor Abbottradeonsi: move the guts of ARB_shader_group_vote emissi...
2017-09-08 Connor Abbottradeonsi: move si_emit_ballot() to ac
2017-09-08 Connor Abbottradeonsi: move emit_optimization_barrier() to ac
2017-09-08 Connor Abbottradeonsi: move llvm_get_type_size() to ac
2017-09-07 Leo LiuRevert "st/va: add enviromental variable to disable...
2017-09-07 Leo Liust/va: move YUV content to deinterlaced buffer when...
2017-09-07 Leo Liust/va: reallocate the buffer if the layout isn't supported
2017-09-07 Leo Liuvl/compositor: make vl_compositor_set_yuv_layer() static
2017-09-07 Leo Liust/omx: use vl/compositor helper function for YUV deint...
2017-09-07 Leo Liuvl/compositor: make a helper function for YUV deinterlacing
2017-09-07 Marek Olšákac/surface: add radeon_surf::has_stencil for convenience
2017-09-07 Marek Olšákradeonsi: don't read tcs_out_lds_layout.patch_stride...
2017-09-07 Marek Olšákradeonsi: don't read tcs_out_lds_layout.vertex_size...
2017-09-07 Marek Olšákradeonsi/gfx9: don't read LS out vertex stride from...
2017-09-07 Marek Olšákradeonsi: don't read the LS output vertex stride from...
2017-09-07 Marek Olšákradeonsi: don't read the number of TCS out vertices...
2017-09-07 Marek Olšákradeonsi: don't always apply the PrimID instancing...
2017-09-07 Marek Olšákradeonsi: remove 2 callbacks from si_shader_context
2017-09-07 Marek Olšákwinsys/amdgpu: disable local BOs on Raven
2017-09-07 Roland Scheideggerllvmpipe, tgsi: hook up dx10 gather4 opcode
2017-09-07 Roland Scheideggerllvmpipe, draw: increase shader cache limits
2017-09-06 Leo Liuradeon/uvd: fix the assertion check for YUYV format
2017-09-06 Tim Rowleyswr/rast: FE/Clipper - unify SIMD8/16 functions using...
2017-09-06 Tim Rowleyswr/rast: Remove use of C++14 template variable
2017-09-06 Tim Rowleyswr/rast: SIMD16 FE remove templated immediates workaround
2017-09-06 Tim Rowleyswr/rast: SIMD16 PA - rename Assemble_simd16 to Assemble
2017-09-06 Tim Rowleyswr/rast: FE/Binner - unify SIMD8/16 functions using...
2017-09-06 Tim Rowleyswr/rast: Removed some trailing whitespace caught durin...
2017-09-06 Tim Rowleyswr: set caps for VB 4-byte alignment
2017-09-06 Tim Rowleyswr/rast: Allow gather of floats from fetch shader...
2017-09-06 Nicolai Hähnleradeonsi/gfx9: proper workaround for LS/HS VGPR initial...
2017-09-06 Nicolai Hähnleamd/common: pass chip_class to ac_dump_reg
next