index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/a6xx: move VBO state to stateobj
Rob Clark
2018-10-17
3
-8
/
+19
*
freedreno/a6xx: move ZSA state to stateobj
Rob Clark
2018-10-17
2
-19
/
+39
*
freedreno/a6xx: remove vismode param
Rob Clark
2018-10-17
1
-14
/
+2
*
freedreno/ir3: move binning-pass fixup for a6xx+
Rob Clark
2018-10-17
1
-20
/
+37
*
freedreno/a6xx: a bit more state emit cleanup
Rob Clark
2018-10-17
4
-37
/
+27
*
freedreno/a6xx: move framebuffer state emit to emit_mrt()
Rob Clark
2018-10-17
2
-29
/
+24
*
freedreno/a6xx: small emit_mrt() cleanup
Rob Clark
2018-10-17
1
-14
/
+7
*
freedreno/a6xx: use program cache
Rob Clark
2018-10-17
7
-130
/
+247
*
freedreno/ir3: shader variant cache
Rob Clark
2018-10-17
5
-0
/
+214
*
freedreno/ir3: move binning_pass out of shader variant key
Rob Clark
2018-10-17
21
-75
/
+109
*
freedreno/ir3: track # of samplers used by shader
Rob Clark
2018-10-17
8
-25
/
+19
*
freedreno/a6xx: texture state obj
Rob Clark
2018-10-17
6
-33
/
+251
*
freedreno: add resource seqno
Rob Clark
2018-10-17
4
-3
/
+11
*
freedreno/a6xx: move const emit to state group
Rob Clark
2018-10-17
4
-15
/
+70
*
freedreno/a6xx: add infrastructure for CP_DRAW_STATE
Rob Clark
2018-10-17
2
-0
/
+46
*
freedreno: reduce resource dependency tracking overhead
Rob Clark
2018-10-17
1
-42
/
+67
*
freedreno: Remove the Emacs mode lines
Neil Roberts
2018-10-17
113
-226
/
+0
*
freedreno: Fix the Emacs indentation configuration file
Neil Roberts
2018-10-17
1
-1
/
+1
*
freedreno: allocate batches from the cache in launch_grid
Hyunjun Ko
2018-10-17
1
-1
/
+2
*
freedreno: adds nondraw param to fd_bc_alloc_batch
Hyunjun Ko
2018-10-17
4
-6
/
+6
*
freedreno/a6xx: remove fd6_emit_render_cntl()
Rob Clark
2018-10-17
2
-34
/
+0
*
freedreno/ir3: fix broken texcoord inputs
Rob Clark
2018-10-17
1
-21
/
+1
*
freedreno: fix off-by-one error in BEGIN_RING()
Rob Clark
2018-10-17
1
-1
/
+1
*
radeonsi: track context rolls better for the Vega scissor bug workaround
Marek Olšák
2018-10-16
7
-34
/
+80
*
radeonsi: emit sample locations for 1xAA only when the hw bug is present
Marek Olšák
2018-10-16
1
-4
/
+2
*
radeonsi: use compute shaders for clear_buffer & copy_buffer
Marek Olšák
2018-10-16
8
-203
/
+350
*
radeonsi: use copy_buffer in buffer_do_flush_region directly
Marek Olšák
2018-10-16
1
-11
/
+4
*
radeonsi: use faster integer division for instance divisors
Marek Olšák
2018-10-16
3
-36
/
+83
*
radeonsi: use higher subpixel precision (QUANT_MODE) for smaller viewports
Marek Olšák
2018-10-16
3
-9
/
+53
*
radeonsi: move emission of PA_SU_VTX_CNTL into emit_guardband
Marek Olšák
2018-10-16
4
-6
/
+11
*
radeonsi: don't re-upload the sample position constant buffer repeatedly
Marek Olšák
2018-10-16
4
-16
/
+33
*
radeonsi: set PA_SU_PRIM_FILTER_CNTL optimally
Marek Olšák
2018-10-16
3
-4
/
+13
*
radeonsi: center viewport to improve guardband clipping for high resolutions
Marek Olšák
2018-10-16
4
-14
/
+62
*
radeonsi: save raster config in screen, add se_tile_repeat
Marek Olšák
2018-10-16
3
-7
/
+17
*
radeonsi: switch back to standard DX sample positions
Marek Olšák
2018-10-16
1
-17
/
+26
*
radeonsi: add GDS support to CP DMA
Marek Olšák
2018-10-16
3
-21
/
+89
*
radeonsi: rename si_gfx_* functions to si_cp_*
Marek Olšák
2018-10-16
5
-59
/
+59
*
radeonsi: make si_gfx_write_event_eop more configurable
Marek Olšák
2018-10-16
5
-15
/
+29
*
intel/nir, freedreno/ir3: Use the separated dead write vars pass
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+1
*
v3d: Add support for hardware pack/unpack of half floats.
Eric Anholt
2018-10-15
1
-0
/
+1
*
gallium/ttn: Convert inputs and outputs to derefs of variables.
Eric Anholt
2018-10-15
4
-69
/
+64
*
gallium/ttn: Fix the type of gl_FragDepth.
Eric Anholt
2018-10-15
1
-0
/
+1
*
freedreno/a6xx: Enable blitter
Kristian H. Kristensen
2018-10-15
5
-0
/
+623
*
freedreno/a6xx: Update headers
Kristian H. Kristensen
2018-10-15
1
-16
/
+30
*
freedreno/a6xx: Remove unnecessary GRAS_2D_BLIT_INFO write
Kristian H. Kristensen
2018-10-15
1
-2
/
+0
*
gallium/u_transfer_helper: Add support for separate Z24/S8 as well.
Kenneth Graunke
2018-10-14
5
-22
/
+60
*
gallium/format: Add a helper to combine separate Z24 and S8 stencil.
Kenneth Graunke
2018-10-14
2
-0
/
+22
*
gallium/auxiliary: Add util_format_get_depth_only() helper.
Kenneth Graunke
2018-10-14
1
-0
/
+21
*
r600/sb: Fix constant-logical-operand warning.
Vinson Lee
2018-10-12
1
-1
/
+1
*
scons: Allow building with custom MSVC_USE_SCRIPT script.
Jose Fonseca
2018-10-12
1
-0
/
+1
[next]