gallium/hud: draw numbers with 3 decimal places if those aren't 0
[mesa.git] / src / gallium / drivers /
2016-08-20 Roland Scheideggerllvmpipe: fix issues with depth clamp
2016-08-20 Roland Scheideggerllvmpipe: fix depth clamping wrt reversed near/far...
2016-08-19 Ilia Mirkina4xx: make sure to actually clamp depth as requested
2016-08-19 Ilia Mirkina4xx: only disable depth clipping, not all clipping...
2016-08-19 Eric Anholtvc4: Switch store_output to using nir_lower_io_to_scala...
2016-08-19 Eric Anholtvc4: Use the intrinsic's first_component for vattr...
2016-08-19 Eric Anholtvc4: Convert to using nir_lower_io_scalar for FS inputs.
2016-08-19 Eric Anholtvc4: Switch to using the intrinsic accessors.
2016-08-19 Eric Anholtttn: Use nir_load_front_face instead of the TGSI-style...
2016-08-19 Eric Anholtttn: Make FRAG_RESULT_DEPTH be a float variable to...
2016-08-19 Eric Anholtvc4: Dump the TGSI before trying to convert it to NIR.
2016-08-19 Boyuan Zhangradeon/vce: set flag based on dual instance enablement
2016-08-18 Marek Olšákradeonsi: initialize and finalize the LLVM function...
2016-08-17 Tim Rowleyswr: [rasterizer core] only use Viewport/Scissors durin...
2016-08-17 Tim Rowleyswr: [rasterizer common] reorder SWR_FORMAT_INFO
2016-08-17 Tim Rowleyswr: [rasterizer core] make dirtytile list point direct...
2016-08-17 Tim Rowleyswr: [rasterizer core] portability - remove use of...
2016-08-17 Tim Rowleyswr: [rasterizer core] viewport transform disabled fix
2016-08-17 Tim Rowleyswr: [rasterizer core] clamp scissor rects to current...
2016-08-17 Tim Rowleyswr: [rasterizer core] align stats structures
2016-08-17 Tim Rowleyswr: [rasterizer core] use AVX2 permute to simplify...
2016-08-17 Tim Rowleyswr: [rasterizer core] move some global variables to...
2016-08-17 Tim Rowleyswr: [rasterizer core] change scale on VP matrix elemen...
2016-08-17 Tim Rowleyswr: [rasterizer] implementing native AVX-512 simd16...
2016-08-17 Brian Paulsvga: fix src/dst typo in can_blit_via_copy_region_vgpu10()
2016-08-17 Brian Paulsvga: initialize a variable to silence a gcc warning
2016-08-17 Marek Olšákradeonsi: fix up buffer descriptor upper-bound checking
2016-08-17 Marek Olšákgallium: change pipe_image_view::first_element/last_ele...
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-08-17 Marek Olšákgallium/radeon: assign the highest priority to scratch...
2016-08-17 Marek Olšákgallium/winsys: re-number winsys priority flags
2016-08-17 Marek Olšákgallium/radeon: mark shader rings as highest-priority...
2016-08-17 Marek Olšákgallium/radeon: set SHADER_RW_BUFFER priority for strea...
2016-08-17 Marek Olšákradeonsi: use current context for DCC feedback-loop...
2016-08-17 Marek Olšákradeonsi: simplify CB_TARGET_MASK logic
2016-08-17 Marek Olšákradeonsi: don't set CB_COLOR1_INFO for dual src blending
2016-08-17 Marek Olšákradeonsi: eliminate PS OUT[1] if dual src blending...
2016-08-17 Marek Olšákgallium/radeon: use unflushed fences for PIPE_QUERY_GPU...
2016-08-17 Nicolai Hähnlegallium/radeon: use lp_build_alloca_undef
2016-08-17 Nicolai Hähnlegallium/radeon: protect against out of bounds temporary...
2016-08-17 Nicolai Hähnlegallium/radeon: add radeon_llvm_bound_index for bounds...
2016-08-17 Nicolai Hähnlegallium/radeon: reduce alloca of temporaries based...
2016-08-17 Nicolai Hähnlegallium/radeon: use tgsi_scan_arrays for temp arrays
2016-08-17 Nicolai Hähnlegallium/radeon: allocate temps array info in radeon_llv...
2016-08-17 Nicolai Hähnlegallium/radeon: always do the full store in store_value...
2016-08-17 Nicolai Hähnlegallium/radeon: extract common getelementptr logic...
2016-08-17 Nicolai Hähnlegallium/radeon: pass indirect register info into get_al...
2016-08-17 Nicolai Hähnlegallium/radeon: extract common lookup code into get_tem...
2016-08-17 Nicolai Hähnlegallium/radeon: clarify the comment on the array alloca...
2016-08-17 Nicolai Hähnlegallium/radeon: more descriptive names for LLVM tempora...
2016-08-17 Nicolai Hähnlegallium/radeon: simplify radeon_llvm_emit_store for...
2016-08-17 Nicolai Hähnlegallium/radeon: simplify radeon_llvm_emit_fetch for...
2016-08-17 Nicolai Hähnlegallium/radeon: clean up emit_declaration for temporaries
2016-08-17 Ilia Mirkinnv50/ir: fix bb positions after exit instructions
2016-08-17 Ilia Mirkinnv50/ir: properly clear upper bits of a bitset fill
2016-08-16 Rob Clarkfreedreno/a3xx: fix generic clear path
2016-08-16 Brian Paulgallium/i915: inline the util_clear() code into i915_cl...
2016-08-16 Brian Paulsvga: remove unused var in svga_mark_surfaces_dirty()
2016-08-16 Brian Paulsvga: avoid a calloc in svga_buffer_transfer_map()
2016-08-16 Brian Paulsvga: don't call os_get_time() when not needed by Galli...
2016-08-16 Brian Paulsvga: remove unneeded memset() call in draw_vgpu10()
2016-08-16 Brian Paulsvga: reduce looping in svga_mark_surfaces_dirty()
2016-08-16 Brian Paulsvga: minor clean-ups in define_rasterizer_object()
2016-08-16 Brian Paulsvga: remove incorrect buffer invalidation code
2016-08-16 Brian Paulsvga: additional comments for svga_hw_draw_state members
2016-08-16 Brian Paulsvga: use the sws local var to simplify some code
2016-08-16 Brian Paulsvga: minor whitespace and code clean-ups
2016-08-16 Rob Clarkfreedreno/a4xx: use generic clear path
2016-08-16 Rob Clarkfreedreno/a3xx: use generic clear path
2016-08-16 Rob Clarkfreedreno: support for using generic clear path
2016-08-14 Ilia Mirkinnv50,nvc0: fix depth range when halfz is enabled
2016-08-13 Rob Clarkfreedreno/a3xx+a4xx: move common VBOs to fd_context
2016-08-13 francians@gmail.comfreedreno/a2xx: add missing casts to silence notices
2016-08-13 Rob Clarkfreedreno/ir3: fix issue with emit_tex()
2016-08-10 Tim Rowleyswr: [rasterizer core] unused variable warning fixes
2016-08-10 Tim Rowleyswr: [rasterizer jitter] add core string to JitManager
2016-08-10 Tim Rowleyswr: [rasterizer core] fix OOB check of viewport indices
2016-08-10 Tim Rowleyswr: [rasterizer common] add linux definition for Inter...
2016-08-10 Tim Rowleyswr: [rasterizer jitter] add VMASKSTOREPS intrinsic
2016-08-10 Tim Rowleyswr: [rasterizer jitter] add mask support for odd forma...
2016-08-10 Tim Rowleyswr: [rasterizer core] routing of viewport indexes...
2016-08-10 Tim Rowleyswr: [rasterizer core] split FE and BE stats
2016-08-10 Tim Rowleyswr: [rasterizer core] remove all old stats code
2016-08-10 Tim Rowleyswr: [rasterizer core] viewport array support
2016-08-10 Tim Rowleyswr: [rasterizer jitter] fetch support for offsetting...
2016-08-10 Tim Rowleyswr: [rasterizer core] fundamentally change how stats...
2016-08-10 Tim Rowleyswr: [rasterizer core] add rasterizerSampleCount to...
2016-08-10 Tim Rowleyswr: [rasterizer core] remove cygwin threads.cpp stubs
2016-08-10 Tim Rowleyswr: [rasterizer core] allow override of KNOB thread...
2016-08-10 Tim Rowleyswr: [rasterizer core] add SwrWaitForIdleFE
2016-08-10 Tim Rowleyswr: [rasterizer core] change threadsDone to be a 32...
2016-08-10 Tim Rowleyswr: [rasterizer core] update trivial accept test condi...
2016-08-10 Tim Rowleyswr: [rasterizer core] improve implementation for SoWri...
2016-08-10 Tim Rowleyswr: [rasterizer common] make disabled asserts always...
2016-08-10 Marek Olšákradeonsi: set CB_COLORn_INFO.ROUND_MODE
2016-08-10 Marek Olšákradeonsi: set CB_COLORn_INFO.SIMPLE_FLOAT
2016-08-10 Marek Olšákradeonsi: disallow MIN/MAX blend equations for dual...
2016-08-10 Marek Olšákradeonsi: only set dual source blending for MRT0
2016-08-09 Marek Olšákgallium/radeon: use unflushed fences for deferred flush...
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
next