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
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gallium: add shader cap for dldexp/dfracexp support
Ilia Mirkin
2015-02-19
1
-0
/
+1
*
gallium: add a cap to enable double rounding opcodes
Ilia Mirkin
2015-02-19
1
-0
/
+1
*
radeonsi: fix a crash if a stencil ref state is set before a DSA state
Marek Olšák
2015-02-17
1
-4
/
+8
*
r600g,radeonsi: implement GL_AMD_pinned_memory
Marek Olšák
2015-02-17
1
-0
/
+3
*
radeonsi: small fix in SPI state
Marek Olšák
2015-02-17
1
-2
/
+4
*
gallium: Add MULTISAMPLE_Z_RESOLVE cap
Axel Davy
2015-02-06
1
-0
/
+1
*
radeonsi: implement polygon stippling
Marek Olšák
2015-02-04
7
-5
/
+79
*
radeonsi: add polygon stipple texture slot
Marek Olšák
2015-02-04
1
-5
/
+8
*
radeonsi: deduce rasterizer primitive type at the beginning of draw_vbo
Marek Olšák
2015-02-04
2
-13
/
+17
*
radeonsi: allow 64 descriptors per array
Marek Olšák
2015-02-04
2
-34
/
+34
*
radeonsi: add support for sampler views where resource = NULL
Marek Olšák
2015-02-04
2
-6
/
+22
*
radeonsi: add support for NULL texture sampler views that return (0,0,0,1)
Marek Olšák
2015-02-04
1
-2
/
+28
*
radeonsi: fix a crash when binding a NULL sampler view list
Marek Olšák
2015-02-04
1
-1
/
+1
*
radeonsi: move the buffer descriptor to the end of the image descriptor
Marek Olšák
2015-02-04
4
-7
/
+9
*
radeonsi: don't use tgsi_parse_context to get processor type
Marek Olšák
2015-02-04
1
-7
/
+1
*
radeonsi: fix instanced arrays with non-zero start instance
Marek Olšák
2015-02-04
1
-3
/
+3
*
gallium: add a cap to determine whether the driver supports offset_clamp
Ilia Mirkin
2015-02-02
1
-0
/
+1
*
dir-locals.el: Don't set variables for non-programming modes
Neil Roberts
2015-02-02
1
-1
/
+1
*
radeonsi: Enable VGPR spilling for all shader types v5
Tom Stellard
2015-01-28
8
-52
/
+217
*
radeonsi/compute: Allocate the scratch buffer during state creation
Tom Stellard
2015-01-28
2
-24
/
+62
*
radeonsi: Add radeon_shader_binary member to struct si_shader
Tom Stellard
2015-01-28
2
-6
/
+6
*
radeonsi/compute: Rename si_compute::program to si_compute::shader
Tom Stellard
2015-01-28
1
-5
/
+5
*
radeonsi: Avoid leaking memory when rebuilding shader states
Marek Olšák
2015-01-28
3
-4
/
+13
*
radeonsi/compute: Use relocs for scratch pointer rather than user sgprs v2
Tom Stellard
2015-01-20
1
-0
/
+42
*
radeon: Teach radeon_elf_read() how to parse reloc information v3
Tom Stellard
2015-01-20
2
-2
/
+2
*
radeon: Add a helper function for freeing members of radeon_shader_binary
Tom Stellard
2015-01-20
2
-6
/
+2
*
Revert "radeonsi: only set BC_OPTIMIZE_DISABLE when necessary"
Michel Dänzer
2015-01-15
2
-15
/
+6
*
Revert "radeonsi: reduce the size of si_pm4_state"
Marek Olšák
2015-01-08
2
-3
/
+12
*
radeonsi: Fix crash when destroying si_screen
Tom Stellard
2015-01-07
1
-2
/
+4
*
radeonsi: enable LLVM optimizations that assume no NaNs for non-compute shaders
Marek Olšák
2015-01-07
3
-4
/
+12
*
radeonsi: emit SURFACE_SYNC last
Marek Olšák
2015-01-07
1
-23
/
+35
*
radeonsi: flush all CB/DB caches unconditionally when changing the framebuffer
Marek Olšák
2015-01-07
1
-11
/
+7
*
radeonsi: change TC cache flushing strategy for textures
Marek Olšák
2015-01-07
2
-4
/
+6
*
radeonsi: improve and fix streamout flushing
Marek Olšák
2015-01-07
3
-10
/
+40
*
radeonsi: use TC L2 for CP DMA operations with shader resources on CIK
Marek Olšák
2015-01-07
2
-10
/
+27
*
radeonsi: use TC L2 for updating descriptors on CIK
Marek Olšák
2015-01-07
2
-5
/
+10
*
radeonsi: don't use TC L2 for updating descriptors on SI
Marek Olšák
2015-01-07
2
-2
/
+14
*
radeonsi: only flush the right set of caches for CP DMA operations
Marek Olšák
2015-01-07
4
-25
/
+32
*
radeonsi: implement separate ICACHE and KCACHE flush for SI
Marek Olšák
2015-01-07
1
-9
/
+17
*
radeonsi: add a combined flag for flushing a framebuffer
Marek Olšák
2015-01-07
3
-20
/
+10
*
radeonsi: rename flush flags, split the TC flag into L1 and L2
Marek Olšák
2015-01-07
7
-91
/
+109
*
r600g,radeonsi: separate cache flush flags
Marek Olšák
2015-01-07
3
-4
/
+22
*
radeonsi: only set BC_OPTIMIZE_DISABLE when necessary
Marek Olšák
2015-01-07
2
-6
/
+15
*
radeonsi: do not define FACE as an ordinary PS input
Marek Olšák
2015-01-07
1
-1
/
+2
*
radeonsi: remove flatshade from the shader key
Marek Olšák
2015-01-07
3
-7
/
+7
*
radeonsi: remove special handling of TGSI_INTERPOLATE_COLOR in shader codegen
Marek Olšák
2015-01-07
1
-6
/
+10
*
radeonsi: implement VERTEXID_NOBASE and BASEVERTEX system values
Marek Olšák
2015-01-07
1
-0
/
+10
*
radeonsi: fix VertexID for OpenGL
Marek Olšák
2015-01-07
1
-2
/
+5
*
radeonsi: clarify a hw bug in shader exports
Marek Olšák
2015-01-07
1
-5
/
+10
*
radeonsi: use ordered compares for SSG and face selection
Marek Olšák
2015-01-07
1
-1
/
+1
[prev]
[next]