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
/
radeonsi_pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: new shader cap bit for the amount of sampler views
Roland Scheidegger
2013-11-28
1
-0
/
+1
*
radeonsi: implement MSAA for CIK
Marek Olšák
2013-11-23
1
-1
/
+3
*
radeonsi: add support for Hawaii asics (v2)
Alex Deucher
2013-11-15
1
-0
/
+2
*
radeonsi: implement texture buffer objects
Marek Olšák
2013-11-04
1
-4
/
+7
*
radeonsi: report our border color behavior
Marek Olšák
2013-11-04
1
-1
/
+3
*
radeonsi: bind a dummy constant buffer in place of NULL buffers
Marek Olšák
2013-11-04
1
-0
/
+22
*
radeonsi: implement uniform buffer objects
Marek Olšák
2013-11-04
1
-1
/
+1
*
gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
Ilia Mirkin
2013-10-26
1
-0
/
+1
*
r600g,radeonsi: use fences provided by the winsys
Marek Olšák
2013-10-25
1
-176
/
+3
*
radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3
Tom Stellard
2013-10-16
1
-0
/
+4
*
r600g,radeonsi: create aux_context last
Marek Olšák
2013-10-03
1
-0
/
+3
*
r600g,radeonsi: workaround for late shared screen initialization
Marek Olšák
2013-09-30
1
-0
/
+2
*
radeon: make texture logging more useful
Marek Olšák
2013-09-29
1
-2
/
+0
*
r600g,radeonsi: consolidate tiling_info initialization
Marek Olšák
2013-09-29
1
-68
/
+4
*
radeonsi: implement clear_buffer using CP DMA, initialize CMASK with it
Marek Olšák
2013-09-29
1
-15
/
+17
*
radeonsi: move debug options to R600_DEBUG
Marek Olšák
2013-09-29
1
-0
/
+5
*
radeonsi: move radeonsi-specific functions out of r600_texture.c
Marek Olšák
2013-09-29
1
-1
/
+0
*
radeon drivers: handle PIPE_CAP_MAX_VIEWPORTS
Marek Olšák
2013-09-29
1
-0
/
+3
*
radeon/winsys: keep screen pointer in winsys v2
Christian König
2013-09-25
1
-0
/
+3
*
radeonsi: fix and enable transform feedback for CIK
Marek Olšák
2013-09-13
1
-1
/
+1
*
radeonsi: enable streamout AKA transform feedback for SI
Marek Olšák
2013-09-13
1
-10
/
+4
*
radeonsi: initialize the first CS like any other
Marek Olšák
2013-09-13
1
-2
/
+3
*
radeonsi: integrate shared streamout state
Marek Olšák
2013-09-13
1
-0
/
+2
*
radeonsi: simplify and improve flushing
Marek Olšák
2013-08-31
1
-0
/
+4
*
radeonsi: use r600_common_context, r600_common_screen, r600_resource
Marek Olšák
2013-08-31
1
-111
/
+82
*
radeonsi: Do not suspend timer queries
Niels Ole Salscheider
2013-08-30
1
-1
/
+1
*
radeonsi: Handle additional PIPE_COMPUTE_CAP_*
Niels Ole Salscheider
2013-08-23
1
-1
/
+14
*
radeonsi: copy r600_get_timestamp
Niels Ole Salscheider
2013-08-23
1
-0
/
+9
*
radeonsi: Implement PIPE_QUERY_TIMESTAMP
Niels Ole Salscheider
2013-08-23
1
-1
/
+1
*
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
1
-2
/
+2
*
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
1
-1
/
+2
*
radeonsi: port texture improvements from r600g
Marek Olšák
2013-08-17
1
-3
/
+5
*
radeonsi: implement FMASK decompression for MSAA texturing
Marek Olšák
2013-08-17
1
-0
/
+1
*
radeonsi: implement uncompressed MSAA texturing
Marek Olšák
2013-08-17
1
-1
/
+2
*
radeonsi: implement uncompressed MSAA rendering and color resolving
Marek Olšák
2013-08-17
1
-0
/
+1
*
radeonsi: add flexible shader descriptor management and use it for sampler views
Marek Olšák
2013-08-17
1
-1
/
+6
*
radeonsi: unduplicate code in create_context
Marek Olšák
2013-08-15
1
-6
/
+0
*
vl: Add support for max level query v2
Rico Schüller
2013-08-14
1
-0
/
+2
*
gallium: Add PIPE_CAP_ENDIANNESS
Tom Stellard
2013-07-22
1
-0
/
+2
*
mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependencies
Marek Olšák
2013-07-02
1
-1
/
+0
*
radeonsi: add llvm processor names for CIK
Alex Deucher
2013-06-28
1
-0
/
+3
*
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
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
1
-2
/
+4
*
radeonsi/compute: Add missing PIPE_COMPUTE caps
Tom Stellard
2013-06-03
1
-0
/
+16
*
radeonsi: Enable GLSL 1.30
Michel Dänzer
2013-05-28
1
-1
/
+1
*
radeonsi: update r600_get_llvm_processor_name for hainan
Alex Deucher
2013-05-14
1
-0
/
+1
*
radeonsi: add support for hainan chips
Alex Deucher
2013-05-14
1
-0
/
+1
[next]