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
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
vl: add entrypoint to get_video_param
Christian König
2013-08-19
1
-1
/
+2
*
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
2013-08-19
3
-7
/
+7
*
vl: use a template for create_video_decoder
Christian König
2013-08-19
2
-13
/
+3
*
radeonsi: fix feature support reporting
Marek Olšák
2013-08-17
1
-0
/
+1
*
radeonsi: require LLVM 3.4 for MSAA
Marek Olšák
2013-08-17
2
-2
/
+3
*
radeonsi: don't make scanout resources linear except for cursors
Marek Olšák
2013-08-17
1
-1
/
+1
*
radeonsi: remove useless code from tex_fetch_args
Marek Olšák
2013-08-17
1
-18
/
+0
*
radeonsi: disable unbound colorbuffers
Marek Olšák
2013-08-17
1
-2
/
+7
*
radeonsi: port texture improvements from r600g
Marek Olšák
2013-08-17
6
-263
/
+366
*
radeonsi: implement texture fetching for compressed MSAA textures (v2)
Marek Olšák
2013-08-17
1
-5
/
+116
*
radeonsi: add FMASK texture binding slots and resource setup (v2)
Marek Olšák
2013-08-17
6
-3
/
+67
*
radeonsi: implement FMASK decompression for MSAA texturing
Marek Olšák
2013-08-17
5
-17
/
+142
*
radeonsi: scanout buffers cannot be a destination of MSAA resolve
Marek Olšák
2013-08-17
1
-1
/
+3
*
radeonsi: implement MSAA colorbuffer compression for rendering
Marek Olšák
2013-08-17
9
-2
/
+208
*
radeonsi: implement uncompressed MSAA texturing
Marek Olšák
2013-08-17
2
-7
/
+13
*
radeonsi: disable alpha-to-coverage for integer colorbuffers
Marek Olšák
2013-08-17
2
-1
/
+9
*
radeonsi: implement GL_SAMPLE_ALPHA_TO_ONE
Marek Olšák
2013-08-17
5
-1
/
+30
*
radeonsi: implement uncompressed MSAA rendering and color resolving
Marek Olšák
2013-08-17
9
-23
/
+423
*
radeonsi: add flexible shader descriptor management and use it for sampler views
Marek Olšák
2013-08-17
10
-56
/
+535
*
radeonsi/compute: Let the state tracker do all the flushing
Tom Stellard
2013-08-17
1
-3
/
+0
*
radeonsi: Pixel shaders pre-load one more SGPR
Michel Dänzer
2013-08-15
1
-2
/
+3
*
radeonsi: TGSI_SEMANTIC_CLIPVERTEX doesn't use any parameters
Michel Dänzer
2013-08-15
1
-0
/
+1
*
radeonsi: Don't export unused clip distance vectors from vertex shader
Michel Dänzer
2013-08-15
3
-1
/
+14
*
radeonsi: Don't leave gaps between position exports from vertex shader
Michel Dänzer
2013-08-15
3
-59
/
+83
*
radeonsi: unduplicate code in create_context
Marek Olšák
2013-08-15
1
-6
/
+0
*
radeonsi: initialize the radeon_surface structure
Marek Olšák
2013-08-15
1
-1
/
+1
*
radeonsi: correct sampler function names
Marek Olšák
2013-08-15
1
-23
/
+23
*
radeonsi: rename r600_texture::dirty_db_mask to dirty_level_mask
Marek Olšák
2013-08-15
4
-8
/
+8
*
radeonsi: rename r600_resource_texture to r600_texture
Marek Olšák
2013-08-15
7
-48
/
+48
*
vl: Add support for max level query v2
Rico Schüller
2013-08-14
1
-0
/
+2
*
radeonsi: Number of SGPRs retrieved from LLVM already includes VCC
Michel Dänzer
2013-08-06
1
-8
/
+8
*
gallium: Add PIPE_CAP_ENDIANNESS
Tom Stellard
2013-07-22
1
-0
/
+2
*
radeonsi: Handle TGSI_OPCODE_DDX/Y using local memory
Michel Dänzer
2013-07-10
4
-2
/
+103
*
radeonsi: Handle TGSI_OPCODE_TXD
Michel Dänzer
2013-07-10
1
-2
/
+25
*
mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependencies
Marek Olšák
2013-07-02
1
-1
/
+0
*
radeonsi: disable 2D tiling on CIK for now
Alex Deucher
2013-06-28
1
-1
/
+4
*
radeonsi: add llvm processor names for CIK
Alex Deucher
2013-06-28
1
-0
/
+3
*
radeonsi: emit PA_SC_RASTER_CONFIG[_1] on cik
Alex Deucher
2013-06-28
1
-17
/
+34
*
radeonsi: PA_CL_ENHANCE is privileged on CIK
Alex Deucher
2013-06-28
1
-2
/
+3
*
radeonsi: update surface sync packet emit for CIK
Alex Deucher
2013-06-28
1
-6
/
+17
*
radeonsi: store chip class in the pm4 struct
Alex Deucher
2013-06-28
5
-19
/
+62
*
radeonsi: properly handle DB tiling setup on CIK
Alex Deucher
2013-06-28
1
-7
/
+155
*
radeonsi: emit additional shader pgm rsrc registers for CIK
Alex Deucher
2013-06-28
1
-0
/
+11
*
radeonsi: emit TA_BC_BASE_ADDR_HI for border color on CIK
Alex Deucher
2013-06-28
1
-0
/
+2
*
radeonsi: fix VGT_PRIMITIVE_TYPE emit for CIK
Alex Deucher
2013-06-28
1
-1
/
+4
*
radeonsi: register updates for CIK
Alex Deucher
2013-06-28
1
-65
/
+931
*
radeonsi: initial PM4 changes for CIK
Alex Deucher
2013-06-28
2
-8
/
+15
*
radeonsi: initial support for CIK chips
Alex Deucher
2013-06-28
1
-1
/
+13
*
radeonsi: rename SI chip class from TAHITI to SI
Alex Deucher
2013-06-28
1
-2
/
+2
*
radeonsi/compute: Fix memory leak in radeonsi_launch_grid.
Vinson Lee
2013-06-27
1
-0
/
+1
[next]