index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-03
r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-cleared
Marek Olšák
1
-1
/
+2
2014-06-03
radeonsi: BlitFramebuffer should follow render condition
Marek Olšák
1
-5
/
+6
2014-06-02
radeonsi: enable ARB_sample_shading
Marek Olšák
1
-1
/
+1
2014-06-02
radeonsi: implement SAMPLEMASK fragment shader output
Marek Olšák
1
-3
/
+15
2014-06-02
radeonsi: interpolate varyings at sample when full sample shading is enabled
Marek Olšák
3
-12
/
+15
2014-06-02
radeonsi: implement SAMPLEPOS fragment shader input
Marek Olšák
2
-0
/
+48
2014-06-02
radeonsi: implement SAMPLEID fragment shader input
Marek Olšák
1
-1
/
+17
2014-06-02
radeonsi: implement set_min_samples
Marek Olšák
4
-2
/
+36
2014-06-02
radeon: add basic register setup for per-sample shading
Marek Olšák
1
-4
/
+2
2014-06-02
radeon: split cayman_emit_msaa_state into 2 functions
Marek Olšák
1
-1
/
+2
2014-06-02
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
1
-0
/
+1
2014-05-15
gallium/radeon: link in libradeon.la at target level
Emil Velikov
1
-2
/
+0
2014-05-15
gallium/radeon: build only a single common library libradeon
Emil Velikov
1
-2
/
+1
2014-05-14
radeonsi: Fix anisotropic filtering state setup
Michel Dänzer
1
-4
/
+3
2014-05-10
radeonsi: prepare depth export registers at compile time
Marek Olšák
3
-14
/
+14
2014-05-10
radeonsi: simplify depth/stencil export code
Marek Olšák
1
-11
/
+5
2014-05-10
radeonsi: add and use a helper function for loading constants
Marek Olšák
1
-19
/
+19
2014-05-10
radeonsi: only count CS space for state atoms if we're going to draw
Marek Olšák
1
-5
/
+5
2014-05-10
radeonsi: remove unused variable exports_ps in si_pipe_shader_ps
Marek Olšák
1
-12
/
+1
2014-05-10
radeonsi: use DRAW_PREAMBLE on CIK
Marek Olšák
2
-5
/
+10
2014-05-09
radeonsi: Enable geometry shaders with LLVM 3.4.1
Tom Stellard
4
-9
/
+13
2014-05-08
radeonsi: Don't use anonymous struct trick in atom tracking
Adam Jackson
6
-10
/
+10
2014-05-07
gallium: add a cap for supporting 4-offset TG4 opcodes
Ilia Mirkin
1
-1
/
+2
2014-05-06
radeonsi: implement ARB_texture_cube_map_array
Marek Olšák
3
-6
/
+47
2014-05-02
radeonsi: add support for Mullins asics.
Samuel Li
1
-0
/
+2
2014-04-26
gallium: add basic support for ARB_sample_shading
Ilia Mirkin
1
-0
/
+1
2014-04-25
radeonsi: implement GL_ARB_vertex_type_10f_11f_11f_rev
Marek Olšák
1
-0
/
+6
2014-04-22
radeonsi: Fix calculation of number of banks for SI
Michel Dänzer
3
-16
/
+20
2014-04-18
radeonsi: fix num banks selection on SI for dma setup (v2)
Alex Deucher
3
-24
/
+19
2014-04-18
r600g,radeonsi: don't skip the context flush if a fence should be returned
Marek Olšák
1
-1
/
+1
2014-04-17
radeonsi: Added Diag Handler to receive LLVM Error messages
Darren Powell
2
-3
/
+11
2014-04-16
r600g,radeonsi: share some of gfx flush code
Marek Olšák
1
-41
/
+3
2014-04-16
r600g,radeonsi: share r600_flush_from_st
Marek Olšák
1
-17
/
+0
2014-04-16
radeonsi: merge si_flush with si_context_flush
Marek Olšák
3
-38
/
+29
2014-04-16
gallium/radeon: create and return a fence in the flush function
Marek Olšák
3
-19
/
+14
2014-04-16
winsys/radeon: fold cs_set_flush_callback into cs_create
Marek Olšák
1
-2
/
+3
2014-04-16
radeonsi: cleanup redundant computation of flush flags and rename a function
Marek Olšák
1
-8
/
+9
2014-04-10
gallium: add a way to query min/max texture gather offsets
Ilia Mirkin
1
-0
/
+2
2014-04-10
winsys/radeon: fix a race condition between winsys_create and winsys_destroy
Marek Olšák
1
-1
/
+1
2014-04-09
gallium/radeon: fix warnings
Marek Olšák
1
-1
/
+1
2014-04-07
gallium: add support for LODQ opcodes.
Dave Airlie
1
-0
/
+1
2014-04-02
mesa/soft/llvmpipe: add fake MSAA support
Dave Airlie
1
-0
/
+1
2014-03-20
radeonsi: Implement DMA blit
Niels Ole Salscheider
6
-20
/
+391
2014-03-15
radeonsi/compute: Fix memory leak
Aaron Watry
1
-0
/
+6
2014-03-14
radeonsi: flush the dma ring in si_flush_from_st
Niels Ole Salscheider
1
-0
/
+7
2014-03-11
r600g,radeonsi: attempt to fix racy multi-context apps calling BufferData
Marek Olšák
1
-4
/
+1
2014-03-11
r600g,radeonsi: use a fallback in dma_copy instead of failing
Marek Olšák
1
-8
/
+11
2014-03-11
radeonsi: small cleanup in get_param
Marek Olšák
1
-4
/
+2
2014-03-11
radeonsi: set correct alignment for texture buffers and constant buffers
Marek Olšák
1
-3
/
+2
2014-03-11
r600g, radeonsi: fix primitives-generated query with disabled streamout
Marek Olšák
4
-1
/
+3
[next]