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
/
drivers
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: shrink r600d_common.h and stop using it
Marek Olšák
2017-10-09
5
-35
/
+38
*
radeonsi: import cayman_msaa.c from drivers/radeon
Marek Olšák
2017-10-09
4
-296
/
+0
*
radeonsi: remove r600_emit_reloc
Marek Olšák
2017-10-09
3
-24
/
+10
*
radeonsi: import r600_streamout from drivers/radeon
Marek Olšák
2017-10-09
5
-380
/
+4
*
radeonsi: disable primitive binning on Vega10 (v2)
Marek Olšák
2017-10-09
2
-0
/
+4
*
radeonsi: enumerize DBG flags
Marek Olšák
2017-10-09
4
-111
/
+122
*
radeonsi: move si_draw_rectangle into si_state_draw.c
Marek Olšák
2017-10-07
2
-88
/
+0
*
gallium/radeon: remove r600_atom::num_dw
Marek Olšák
2017-10-07
3
-36
/
+2
*
gallium/radeon: remove old r600g code checking chip_class and family
Marek Olšák
2017-10-07
7
-226
/
+53
*
gallium: Remove util_format_s3tc_init()
Matt Turner
2017-10-02
1
-1
/
+0
*
radeonsi: move current_rast_prim into si_context
Nicolai Hähnle
2017-10-02
2
-5
/
+0
*
radeonsi: move and rename scissor and viewport state and functions
Nicolai Hähnle
2017-10-02
2
-36
/
+0
*
radeonsi: remove si_apply_scissor_bug_workaround
Nicolai Hähnle
2017-10-02
1
-2
/
+0
*
radeonsi: move r600_viewport.c to si_viewport.c
Nicolai Hähnle
2017-10-02
2
-451
/
+0
*
radeonsi: fix maximum advertised point size / line width
Nicolai Hähnle
2017-10-02
1
-6
/
+1
*
radeonsi: don't discard points and lines
Nicolai Hähnle
2017-10-02
1
-2
/
+19
*
radeonsi: move current_rast_prim to r600_common_context
Nicolai Hähnle
2017-10-02
2
-0
/
+5
*
radeonsi: clamp depth comparison value only for fixed point formats
Nicolai Hähnle
2017-09-29
2
-1
/
+5
*
gallium/radeon: fix a comment
Nicolai Hähnle
2017-09-29
1
-1
/
+1
*
gallium/radeon: consolidate PIPE_BIND_SHARED/SCANOUT handling
Marek Olšák
2017-09-27
2
-13
/
+4
*
gallium/radeon: more use of vi_dcc_formats_are_incompatible()
Samuel Pitoiset
2017-09-27
1
-2
/
+1
*
r600: fork and import gallium/radeon
Marek Olšák
2017-09-26
22
-879
/
+646
*
radeonsi: reallocate if a non-sharable textures is being shared
Marek Olšák
2017-09-18
1
-1
/
+5
*
radeonsi: PIPE_BIND_SHARED should allow inter-process sharing
Marek Olšák
2017-09-18
1
-5
/
+4
*
radeonsi: enable out-of-order rasterization when possible on VI and GFX9 dGPUs
Nicolai Hähnle
2017-09-18
2
-1
/
+2
*
gallium/radeon: pass old_(perfect_)enable to set_occlusion_query_state
Nicolai Hähnle
2017-09-18
2
-2
/
+5
*
gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
2017-09-18
2
-6
/
+16
*
radeonsi: remove SET_PREDICATION workaround on newer firmware
Nicolai Hähnle
2017-09-13
1
-2
/
+4
*
amd/common: get ME/PFP/CE firmware feature versions as well
Nicolai Hähnle
2017-09-13
1
-0
/
+3
*
radeonsi: implement pipe_context::fence_server_sync
Marek Olšák
2017-09-11
2
-0
/
+52
*
gallium/radeon: add a proper fail path for calloc in r600_flush_from_st
Marek Olšák
2017-09-11
1
-3
/
+6
*
radeonsi/gfx9: fix interprocess resource sharing on Raven
Marek Olšák
2017-09-11
1
-1
/
+3
*
r600: handle the non-TXF_LZ support path.
Dave Airlie
2017-09-11
1
-1
/
+1
*
gallium/u_blitter: use draw_rectangle for all blits except cubemaps
Marek Olšák
2017-09-11
1
-1
/
+5
*
gallium/u_blitter: use draw_rectangle callback for layered clears
Marek Olšák
2017-09-11
2
-4
/
+12
*
gallium/u_blitter: add new union blitter_attrib to replace pipe_color_union
Marek Olšák
2017-09-11
2
-11
/
+11
*
gallium/radeon: use rectangles for 1D and 2D texture blits
Marek Olšák
2017-09-11
1
-7
/
+13
*
ac/surface: add radeon_surf::has_stencil for convenience
Marek Olšák
2017-09-07
1
-2
/
+2
*
radeon/uvd: fix the assertion check for YUYV format
Leo Liu
2017-09-06
1
-3
/
+5
*
radeonsi/gfx9: implement primitive binning
Marek Olšák
2017-09-05
2
-0
/
+4
*
gallium/radeon: sort DBG shader flags according to pipe_shader_type
Marek Olšák
2017-09-04
2
-31
/
+14
*
radeonsi: ensure cache flushes happen before SET_PREDICATION packets
Nicolai Hähnle
2017-09-04
2
-4
/
+8
*
radeonsi: fix ARB_transform_feedback_overflow_query on <= VI
Nicolai Hähnle
2017-09-04
2
-0
/
+9
*
gallium/radeon: always use two-dimensional constant references
Nicolai Hähnle
2017-09-04
1
-18
/
+18
*
radeon/uvd: add Define Restart Interval to MJPEG bitstream reconstruction
Leo Liu
2017-09-02
1
-0
/
+11
*
radeon/uvd: fix MJPEG quantization table index
Leo Liu
2017-09-02
1
-1
/
+1
*
radeonsi: set a per-buffer flag that disables inter-process sharing (v4)
Marek Olšák
2017-08-31
2
-4
/
+23
*
radeonsi: update dirty_level_mask before dispatching
Samuel Pitoiset
2017-08-30
1
-0
/
+1
*
gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation
Marek Olšák
2017-08-28
1
-3
/
+9
*
gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZED
Marek Olšák
2017-08-28
1
-1
/
+1
[next]