index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: move scissor and viewport states into gallium/radeon
Marek Olšák
2016-04-12
12
-319
/
+388
*
radeonsi: use guard band clipping
Marek Olšák
2016-04-12
1
-4
/
+69
*
radeonsi: compute scissor from viewport in set_viewport_states
Marek Olšák
2016-04-12
2
-30
/
+48
*
gallium/radeon: set GTT WC on tiled textures
Marek Olšák
2016-04-12
1
-1
/
+2
*
gallium/radeon: relax requirements on VRAM placements on APUs
Marek Olšák
2016-04-12
4
-0
/
+37
*
winsys/amdgpu: remove hack for low VRAM configuration
Marek Olšák
2016-04-12
1
-10
/
+0
*
r600g: disable aniso filtering for non-mipmap textures on EG
Marek Olšák
2016-04-12
1
-1
/
+3
*
r600g: clean up aniso state translation
Marek Olšák
2016-04-12
6
-31
/
+29
*
radeonsi: disable aniso filtering for non-mipmap textures on SI-CI
Marek Olšák
2016-04-12
2
-1
/
+45
*
radeonsi: clean up aniso state translation
Marek Olšák
2016-04-12
3
-15
/
+23
*
radeonsi: enable some sampler fields to match the closed driver
Marek Olšák
2016-04-12
2
-2
/
+10
*
gallium/radeon: fix maximum texture anisotropy setup
Marek Olšák
2016-04-12
1
-5
/
+9
*
gallium/radeon: never choose a linear tiling for DB surfaces
Marek Olšák
2016-04-12
1
-7
/
+6
*
gallium/radeon: removing dead code for sharing stencil buffers
Marek Olšák
2016-04-12
1
-4
/
+0
*
radeonsi: allow clearing buffers >= 4 GB
Marek Olšák
2016-04-12
4
-7
/
+7
*
gallium/radeon: allow allocating textures >= 4 GB
Marek Olšák
2016-04-12
3
-14
/
+17
*
winsys/radeon: fix printing allocation failures
Marek Olšák
2016-04-12
1
-4
/
+4
*
winsys/amdgpu: add support for 64-bit buffer sizes
Marek Olšák
2016-04-12
5
-19
/
+30
*
pb_buffer: switch pb_buffer::size to 64 bits
Marek Olšák
2016-04-12
8
-16
/
+21
*
gallium/radeon: remove R600_QUERY_HW_FLAG_TIMER
Marek Olšák
2016-04-12
4
-7
/
+3
*
gallium/radeon: merge timer and non-timer query lists
Marek Olšák
2016-04-12
4
-82
/
+23
*
r600g: don't manually stop queries for blitter
Marek Olšák
2016-04-12
1
-3
/
+0
*
r600g: add pausing pipeline & streamout queries into set_active_query_state
Marek Olšák
2016-04-12
5
-1
/
+38
*
r600g: implement set_active_query_state for pausing occlusion queries
Marek Olšák
2016-04-12
7
-9
/
+24
*
r600g: simplify r600_set_occlusion_query_state
Marek Olšák
2016-04-12
4
-7
/
+3
*
gallium/radeon: move pipeline stat context flags to common code
Marek Olšák
2016-04-12
4
-10
/
+10
*
r600g: fix typo in r600 register definitions
Marek Olšák
2016-04-12
1
-1
/
+1
*
gallium/radeon: unify checking streamout enable state
Marek Olšák
2016-04-12
4
-11
/
+9
*
radeonsi: fix mask checking when emitting scissors and viewports
Marek Olšák
2016-04-12
1
-4
/
+8
*
radeonsi: implement and rely on set_active_query_state
Marek Olšák
2016-04-12
4
-4
/
+45
*
gallium: pause queries for all meta ops
Marek Olšák
2016-04-12
6
-0
/
+12
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
20
-0
/
+142
*
radeonsi: Synchronize a streamout write after read hazard.
Bas Nieuwenhuizen
2016-04-12
1
-0
/
+6
*
nv30: Add missing PIPE_SHADER_CAP_INTEGERS to get_shader_param()
Hans de Goede
2016-04-12
1
-0
/
+1
*
softpipe: add SSBO/shader atomics support.
Dave Airlie
2016-04-12
11
-6
/
+466
*
draw: add support for passing buffers to vs/gs shaders.
Dave Airlie
2016-04-12
5
-3
/
+32
*
tgsi: add support for buffer/atomic operations to tgsi_exec.
Dave Airlie
2016-04-12
5
-14
/
+245
*
tgsi: set nonhelpermask for vertex shaders
Dave Airlie
2016-04-12
1
-0
/
+1
*
radeon/uvd: alignment fix for decode message buffer
Boyuan Zhang
2016-04-11
1
-1
/
+1
*
nir/lower_system_values: Add support for several computed values
Jason Ekstrand
2016-04-11
1
-0
/
+1
*
drivers/softpipe: add missing header to the tarball
Emil Velikov
2016-04-11
1
-0
/
+1
*
Part revert "gallium/auxiliary: don't build NIR sources with MSVC2008 flags"
Emil Velikov
2016-04-11
1
-15
/
+3
*
tgsi/doc: fix spelling error
Oded Gabbay
2016-04-11
1
-1
/
+1
*
nir: add bit_size info to nir_load_const_instr_create()
Samuel Iglesias Gonsálvez
2016-04-11
1
-1
/
+1
*
nvc0: handle the case where there are no framebuffer attachments
Ilia Mirkin
2016-04-09
4
-11
/
+44
*
nv50,nvc0: support sending string markers down into the command stream
Ilia Mirkin
2016-04-09
4
-2
/
+52
*
nv50,nvc0: add invalidate_resource support for buffer resources
Ilia Mirkin
2016-04-09
7
-2
/
+51
*
vc4: Move FRAG_X/Y/REV_FLAG to a QFILE like VPM or TLB color writes.
Eric Anholt
2016-04-08
4
-27
/
+29
*
vc4: Allow TLB Z/color/stencil writes from any ALU operation in QIR.
Eric Anholt
2016-04-08
5
-65
/
+100
*
vc4: Add a helper function for the construction of qregs.
Eric Anholt
2016-04-08
4
-12
/
+13
[next]