radeonsi: move remaining perfcounter code into si_perfcounter.c
[mesa.git] / src / gallium / drivers /
2018-12-19 Nicolai Hähnleradeonsi: move remaining perfcounter code into si_perfc...
2018-12-19 Nicolai Hähnleradeonsi: track constant buffer bind history in si_pipe...
2018-12-19 Nicolai Hähnleradeonsi: use si_set_rw_shader_buffer for setting strea...
2018-12-19 Nicolai Hähnleradeonsi: add an si_set_rw_shader_buffer convenience...
2018-12-19 Nicolai Hähnleradeonsi: avoid using hard-coded SI_NUM_RW_BUFFERS
2018-12-19 Nicolai Hähnleradeonsi: show the fixed function TCS in debug dumps
2018-12-19 Nicolai Hähnleradeonsi: const-ify si_set_tesseval_regs
2018-12-19 Nicolai Hähnleradeonsi: rename SI_RESOURCE_FLAG_FORCE_TILING to clari...
2018-12-19 Nicolai Hähnleradeonsi: don't set RAW_WAIT for CP DMA clears
2018-12-19 Nicolai Hähnleradeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when...
2018-12-19 Nicolai Hähnleradeonsi: add si_init_draw_functions and make some...
2018-12-19 Nicolai Hähnleradeonsi: extract declare_vs_blit_inputs
2018-12-19 Nicolai Hähnleradeonsi: move SI_FORCE_FAMILY functionality to winsys
2018-12-19 Nicolai Hähnler600: remove redundant semicolon
2018-12-18 Christian Gmeinermeson: add etnaviv to the tools option
2018-12-18 Lucas Stachetnaviv: use surface format directly
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't peephole_select expensiv...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't try to remove flow contr...
2018-12-17 Eric Anholtvc4: Reuse nir_format_convert.h in our blend lowering.
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-16 Eric Anholtvc4: Use the original bit size when scalarizing uniform...
2018-12-15 Eric Anholtv3d: Drop in a bunch of notes about performance improve...
2018-12-15 Eric Anholtv3d: Use the uniform pretty-printer in v3d_write_unifor...
2018-12-15 Eric Anholtv3d: Move uinfo->data[] dereference to the top of v3d_w...
2018-12-15 Eric Anholtv3d: Add support for draw indirect for GLES3.1.
2018-12-15 Eric Anholtv3d: Add safety checks for resource_create().
2018-12-15 Eric Anholtv3d: Add support for texturing from linear.
2018-12-15 Eric Anholtv3d: Add support for using the TFU to do some blits.
2018-12-15 Eric Anholtv3d: Don't forget to bump the number of writes when...
2018-12-15 Eric Anholtv3d: Set up the right stride for raster TFU.
2018-12-15 Eric Anholtv3d: Don't forget to wait for our TFU job before render...
2018-12-15 Ilia Mirkinnvc0: always keep TSC slot 0 bound to fix TXF
2018-12-15 Ilia Mirkinnvc0: replace use of explicit default_tsc with entry 0
2018-12-14 Rob Clarkfreedreno/a6xx: fix corrupted uniforms
2018-12-14 Christian Gmeineretnaviv: drop redundant ctx function parameter
2018-12-13 Rob Clarkfreedreno/a6xx: fix resource_copy_region()
2018-12-13 Rob Clarkfreedreno: move fd_resource_copy_region()
2018-12-13 Rob Clarkfreedreno/a6xx: more blitter fixes
2018-12-13 Rob Clarkfreedreno: update generated headers
2018-12-13 Rob Clarkfreedreno/a6xx: fix blitter crash
2018-12-13 Rob Clarkfreedreno: also set DUMP flag on shaders
2018-12-13 Rob Clarkfreedreno: debug GEM obj names
2018-12-13 Erik Faye-Lundvirgl: work around bad assumptions in virglrenderer
2018-12-13 Erik Faye-Lundvirgl: wrap vertex element state in a struct
2018-12-13 Erik Faye-Lundvirgl: simplify virgl_hw_set_index_buffer
2018-12-13 Erik Faye-Lundvirgl: simplify virgl_hw_set_vertex_buffers
2018-12-12 Rhys Kiddmeson: libfreedreno depends upon libdrm (for fence...
2018-12-12 Erik Faye-Lundvirgl: force linear texturing support
2018-12-09 Karol Herbstnv50/ir: fix use-after-free in ConstantFolding::visit
2018-12-09 Karol Herbstnouveau: use atomic operations for driver statistics
2018-12-09 Karol Herbstnv50/ir: initialize relDegree staticly
2018-12-08 Eric Anholtshader-packing
2018-12-08 Eric Anholttfu
2018-12-08 Eric Anholtvc4: Fix a leak of the transfer helper on screen destroy.
2018-12-08 Eric Anholtv3d: Fix a leak of the transfer helper on screen destroy.
2018-12-08 Eric Anholtv3d: Add VIR dumping of TMU config p0/p1.
2018-12-08 Eric Anholtv3d: Garbage collect unused uniforms code.
2018-12-08 Eric Anholtv3d: Split most of TEXTURE_SHADER_STATE setup out of...
2018-12-08 Eric Anholtv3d: Avoid confusing auto-indenting in TEXTURE_SHADER_S...
2018-12-08 Eric Anholtv3d: Fix handling of texture first_layer offsets for...
2018-12-08 Eric Anholtv3d: Return the right gl_SampleMaskIn[] value.
2018-12-08 Eric Anholtv3d: Don't forget to flush writes to UBOs.
2018-12-08 Eric Anholtv3d: Make an array for frag/vert texture state in the...
2018-12-08 Eric Anholtv3d: Put default vertex attribute values into the state...
2018-12-08 Eric Anholtv3d: Create a state uploader for packing our shaders...
2018-12-08 Eric Anholtv3d: Update simulator cache flushing code to match...
2018-12-08 Eric Anholtv3d: Use the TFU to do generatemipmap.
2018-12-08 Eric Anholtv3d: Add the V3D TFU submit interface to the simulator.
2018-12-08 Eric Anholtv3d: Use combined input/output segments.
2018-12-08 Eric Anholtv3d: Add missing OES_half_float_linear support.
2018-12-08 Eric Anholtv3d: Add support for RGBA_SRGB along with BGRA_SRGB.
2018-12-07 Rob Clarkfreedreno/ir3: track max flow control depth for a5xx...
2018-12-07 Rob Clarkfreedreno/ir3: sync instr/disasm
2018-12-07 Rob Clarkfreedreno/a6xx: blitter fixes
2018-12-07 Rob Clarkfreedreno: update generated headers
2018-12-07 Rob Clarkfreedreno/a5xx+a6xx: remove unused fs/vs pvt mem
2018-12-07 Rob Clarkfreedreno: remove unused fd_surface fields
2018-12-07 Kristian H. Kristensenfreedreno: Add support for EXT_multisampled_render_to_t...
2018-12-07 Rob Clarkfreedreno/a6xx: MSAA
2018-12-06 Samuel Pitoisetamd: remove support for LLVM 6.0
2018-12-05 Kristian H. Kristensengallium: Android build fixes
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-12-04 Ilia Mirkinnouveau: set texture upload budget
2018-12-04 Ilia Mirkinnv50,nvc0: add explicit handling of PIPE_CAP_MAX_VERTEX...
2018-12-04 Ilia Mirkinnv50: always keep TSC slot 0 bound
2018-12-03 Dave Airlievirgl: fix const warning on debug flags.
2018-12-01 Karol Herbstnv50,nvc0: Fix gallium nine regression regarding sample...
2018-11-30 Gurchetan Singhvirgl: don't mark buffers as unclean after a write
2018-11-30 Gurchetan Singhvirgl: avoid large inline transfers
2018-11-30 Gurchetan Singhvirgl: quadruple command buffer size
2018-11-29 Marek Olšákradeonsi: add memory management stress tests for GDS
2018-11-29 Marek Olšákwinsys/amdgpu: add support for allocating GDS and OA...
2018-11-29 Marek Olšákradeonsi: allow si_cp_dma_clear_buffer to clear GDS...
2018-11-29 Marek Olšákwinsys/amdgpu,radeon: pass vm_alignment to buffer_from_...
2018-11-29 Marek Olšákradeonsi: fix is_oneway_access_only for bindless images
2018-11-29 Marek Olšákradeonsi/nir: parse more information about bindless...
2018-11-29 Marek Olšákradeonsi: small cleanup for memory opcodes
2018-11-29 Marek Olšákradeonsi: fix is_oneway_access_only for image stores
2018-11-29 Marek Olšákradeonsi: use structured buffer intrinsics for image...
next