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: don't rebind GSVS ring buffers every draw call using GS
Marek Olšák
2015-09-01
3
-3
/
+10
*
radeonsi: don't clear the tessellation factor ring buffer
Marek Olšák
2015-09-01
1
-2
/
+0
*
radeonsi: remove the tf_ring state, add the registers to init_config
Marek Olšák
2015-09-01
4
-15
/
+13
*
radeonsi: remove the gs_rings state, add the registers to init_config
Marek Olšák
2015-09-01
4
-16
/
+14
*
radeonsi: use a bitmask for tracking dirty atoms
Marek Olšák
2015-09-01
3
-13
/
+18
*
radeonsi: initialize atom IDs for external atoms
Marek Olšák
2015-09-01
2
-4
/
+13
*
radeonsi: call si_init_atom for remaining radeonsi atoms
Marek Olšák
2015-09-01
8
-41
/
+29
*
radeonsi: initialize atom IDs
Marek Olšák
2015-09-01
1
-6
/
+8
*
radeonsi: define the state atom array separately
Marek Olšák
2015-09-01
4
-21
/
+23
*
radeonsi: optimize viewport states
Marek Olšák
2015-09-01
6
-26
/
+54
*
radeonsi: optimize scissor states
Marek Olšák
2015-09-01
8
-27
/
+79
*
radeonsi: add SI_MAX_ATTRIBS
Marek Olšák
2015-09-01
2
-5
/
+6
*
radeonsi: fix memory usage checking for big IBs
Marek Olšák
2015-09-01
1
-8
/
+9
*
radeonsi: set all 16 viewport Z bounds for GL 4.1
Marek Olšák
2015-09-01
1
-2
/
+6
*
radeonsi: fix a Unigine Heaven hang when drirc is missing
Marek Olšák
2015-09-01
4
-1
/
+28
*
winsys/amdgpu: use small IBs for better performance on VI
Marek Olšák
2015-09-01
1
-7
/
+9
*
gallium/util: add u_bit_scan_consecutive_range
Marek Olšák
2015-09-01
1
-0
/
+20
*
r600g: fix calculation for gpr allocation
Dave Airlie
2015-09-01
1
-1
/
+1
*
r600/sb: update last_cf for finalize if.
Dave Airlie
2015-09-01
1
-0
/
+3
*
r600: move prim convert from geom shader to function.
Dave Airlie
2015-08-31
2
-25
/
+26
*
r600g: Use TGSI parse results instead of manually exfiltrating
Edward O'Callaghan
2015-08-30
1
-1
/
+1
*
r600g: Set geometry properties in r600_create_shader_state()
Edward O'Callaghan
2015-08-30
3
-25
/
+23
*
r600g: Move geometry properties state from shader to selector
Edward O'Callaghan
2015-08-30
6
-22
/
+23
*
r600g: Remove dead assigment to 'gs_input_prim' in shader state
Edward O'Callaghan
2015-08-30
2
-4
/
+0
*
radeonsi: don't use the emit qt keyword in si_init_atom
Marek Olšák
2015-08-29
1
-2
/
+2
*
radeonsi: remove no-op 32-bit masking
Marek Olšák
2015-08-29
5
-7
/
+7
*
gallium/radeon: fix the ADDRESS_HI mask for EVENT_WRITE CIK packets
Marek Olšák
2015-08-29
1
-8
/
+8
*
winsys/radeon: handle non-zero finite timeout when waiting for buffers
Marek Olšák
2015-08-29
2
-38
/
+41
*
freedreno/a3xx: implement half-z clipping
Ilia Mirkin
2015-08-29
3
-2
/
+4
*
freedreno/a3xx: add basic clip plane support
Ilia Mirkin
2015-08-29
3
-1
/
+24
*
nvc0: change prefix of MP performance counters to HW_SM
Samuel Pitoiset
2015-08-29
2
-149
/
+149
*
nvc0: sort performance counter queries by name
Samuel Pitoiset
2015-08-29
2
-142
/
+142
*
nvc0: make names of performance counter queries consistent
Samuel Pitoiset
2015-08-29
2
-56
/
+56
*
nvc0: use enumerations for driver queries
Samuel Pitoiset
2015-08-29
1
-120
/
+123
*
nvc0: remove commented out code related to PCOUNTER queries
Samuel Pitoiset
2015-08-29
1
-20
/
+0
*
r600: port si_conv_prim_to_gs_out from radeonsi
Dave Airlie
2015-08-29
1
-15
/
+16
*
r600g: use PRIi64 for some compute debug printfs
Dave Airlie
2015-08-29
1
-4
/
+4
*
gallium/util: fix debug_get_flags_option on 32-bit
Dave Airlie
2015-08-29
1
-3
/
+4
*
r600g/sb: Don't crash on empty if jump target
Glenn Kennard
2015-08-28
1
-1
/
+4
*
r600g/sb: Don't read junk after EOP
Glenn Kennard
2015-08-28
3
-1
/
+6
*
r600g/sb: Handle undef in read port tracker
Glenn Kennard
2015-08-28
1
-1
/
+1
*
nir: Convert the builder to use the new NIR cursor API.
Kenneth Graunke
2015-08-27
4
-22
/
+22
*
gallium/util: fix code formatting in u_blitter.h
Brian Paul
2015-08-27
1
-30
/
+25
*
nouveau: avoid build failures since 0fc21ecf
Ilia Mirkin
2015-08-26
3
-3
/
+3
*
gallium/radeon: read_registers should return bool meaning success or failure
Marek Olšák
2015-08-26
4
-8
/
+10
*
radeonsi: add IB parser support for CP DMA packets
Marek Olšák
2015-08-26
4
-61
/
+122
*
radeonsi: add IB tracing support for debug contexts
Marek Olšák
2015-08-26
5
-16
/
+105
*
radeonsi: remove old CS tracing code
Marek Olšák
2015-08-26
5
-47
/
+3
*
radeonsi: parse and dump status registers on GPU hang
Marek Olšák
2015-08-26
1
-0
/
+52
*
radeonsi: add an IB parser
Marek Olšák
2015-08-26
1
-0
/
+245
[prev]
[next]