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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeon: move get_driver_query_info to r600_query.c
Nicolai Hähnle
2015-11-18
3
-45
/
+51
*
vc4: Don't bother lowering uniforms when the same value is used twice.
Eric Anholt
2015-11-17
1
-13
/
+33
*
vc4: Fix uniform reordering to support reading the same uniform twice.
Eric Anholt
2015-11-17
1
-8
/
+18
*
vc4: Fix documentation on vc4_qir_lower_uniforms.c.
Eric Anholt
2015-11-17
1
-7
/
+3
*
vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.
Eric Anholt
2015-11-17
5
-0
/
+26
*
radeonsi: enable optimal raster config setting for fiji (v2)
Alex Deucher
2015-11-16
1
-3
/
+9
*
radeonsi: use proper GRBM_GFX_INDEX offset for CI+
Alex Deucher
2015-11-16
1
-4
/
+12
*
nv50: add missing header into the sources list
Emil Velikov
2015-11-16
1
-0
/
+1
*
nv50,nvc0: disable render condition around clear_* functions
Ilia Mirkin
2015-11-14
4
-0
/
+32
*
nv50: add support for performance metrics on G84+
Samuel Pitoiset
2015-11-14
4
-3
/
+259
*
nv50: add compute-related MP perf counters on G84+
Samuel Pitoiset
2015-11-14
9
-2
/
+548
*
nv50: implement a basic compute support
Samuel Pitoiset
2015-11-14
10
-9
/
+1006
*
nv50: free interpolation parameters in nv50_program_destroy()
Samuel Pitoiset
2015-11-14
1
-1
/
+1
*
nvc0: reduce the number of GPR used when reading MP perf counters
Samuel Pitoiset
2015-11-14
1
-1
/
+2
*
nouveau: don't expose HEVC decoding support
Ilia Mirkin
2015-11-14
1
-0
/
+1
*
radeonsi: remove dead code after ES-GS linkage change
Marek Olšák
2015-11-13
3
-57
/
+0
*
radeonsi: link ES-GS just like LS-HS
Marek Olšák
2015-11-13
3
-39
/
+19
*
radeonsi: calculate optimal GS ring sizes to fix GS hangs on Tonga
Marek Olšák
2015-11-13
5
-47
/
+113
*
radeonsi: rename si_update_gs_rings
Marek Olšák
2015-11-13
1
-2
/
+2
*
radeonsi: calculate ESGS_RING_ITEMSIZE in create_shader
Marek Olšák
2015-11-13
2
-1
/
+3
*
radeonsi: move maximum gs stream calculation into create_shader
Marek Olšák
2015-11-13
2
-16
/
+7
*
radeonsi: clean up small duplication in si_shader_gs
Marek Olšák
2015-11-13
2
-6
/
+8
*
gallium/radeon: shorten render_cond variable names
Marek Olšák
2015-11-13
5
-13
/
+13
*
gallium/radeon: remove predicate_drawing flag
Marek Olšák
2015-11-13
4
-4
/
+2
*
gallium/radeon: atomize render condition (SET_PREDICATION)
Marek Olšák
2015-11-13
10
-45
/
+45
*
gallium/radeon: simplify restoring render condition after flush
Marek Olšák
2015-11-13
3
-26
/
+5
*
gallium/radeon: don't use PREDICATION_OP_CLEAR
Marek Olšák
2015-11-13
1
-36
/
+24
*
gallium/radeon: simplify disabling render condition for u_blitter
Marek Olšák
2015-11-13
5
-23
/
+22
*
r600g: don't set predication on non-draw packets
Marek Olšák
2015-11-13
1
-8
/
+8
*
gallium/radeon: inline the r600_rings structure
Marek Olšák
2015-11-13
24
-266
/
+262
*
radeonsi: prevent recursion in si_context_gfx_flush
Marek Olšák
2015-11-13
2
-0
/
+8
*
gallium/radeon: remove the IB flushing flag
Marek Olšák
2015-11-13
4
-14
/
+2
*
gallium/radeon: move GFX/DMA flushing from add_to_buffer_list to need_cs_space
Marek Olšák
2015-11-13
4
-15
/
+14
*
radeonsi: rename cache flushing flags once more
Marek Olšák
2015-11-13
7
-35
/
+30
*
radeonsi: set the DISABLE_WR_CONFIRM flag on CI-VI as well
Marek Olšák
2015-11-13
1
-2
/
+2
*
radeonsi: initialize SX_PS_DOWNCONVERT to 0 on Stoney
Marek Olšák
2015-11-13
1
-0
/
+3
*
radeonsi: add glClearBufferSubData acceleration
Marek Olšák
2015-11-13
1
-0
/
+60
*
radeonsi: add SI_SAVE_FRAGMENT_STATE blitter flag
Marek Olšák
2015-11-13
1
-19
/
+25
*
radeonsi: fix a future crash in emit_cb_target_mask
Marek Olšák
2015-11-13
1
-1
/
+1
*
radeonsi: fix unaligned clear_buffer fallback
Marek Olšák
2015-11-13
1
-6
/
+8
*
r600g: fix clear_buffer fallback with offset != 0
Marek Olšák
2015-11-13
1
-0
/
+1
*
gallium/radeon: fix PIPE_QUERY_GPU_FINISHED
Marek Olšák
2015-11-13
1
-1
/
+1
*
nvc0/ir: add support for TGSI_SEMANTIC_HELPER_INVOCATION
Ilia Mirkin
2015-11-12
6
-0
/
+6
*
nv50,nvc0: add ARB_clear_texture support
Ilia Mirkin
2015-11-11
5
-7
/
+101
*
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
2015-11-11
14
-0
/
+14
*
r600: initialised PGM_RESOURCES_2 for ES/GS
Dave Airlie
2015-11-12
2
-0
/
+6
*
r600g: Pass conservative depth parameters to hw
Glenn Kennard
2015-11-11
7
-1
/
+53
*
Revert "r600g: Pass conservative depth parameters to hw"
Dave Airlie
2015-11-11
6
-46
/
+0
*
r600g: Implement ARB_texture_view
Glenn Kennard
2015-11-11
2
-7
/
+18
*
r600g: Pass conservative depth parameters to hw
Glenn Kennard
2015-11-11
6
-0
/
+46
[prev]
[next]