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
/
si_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g,radeonsi: consolidate tiling_info initialization
Marek Olšák
2013-09-29
1
-1
/
+1
*
r600g,radeonsi: share the async dma interface
Marek Olšák
2013-09-29
1
-0
/
+13
*
radeonsi: move radeonsi-specific functions out of r600_texture.c
Marek Olšák
2013-09-29
1
-0
/
+38
*
radeonsi: fix blitting the last 2 mipmap levels of compressed textures
Marek Olšák
2013-09-25
1
-2
/
+3
*
radeonsi: add missing colorbuffer formats (rework format translation)
Marek Olšák
2013-09-25
1
-346
/
+104
*
radeonsi: bypass alpha-test for integer colorbuffers
Marek Olšák
2013-09-25
1
-1
/
+10
*
radeonsi: simplify and fix MSAA texture sampling for array textures
Marek Olšák
2013-09-20
1
-1
/
+2
*
radeonsi: implement glDrawTransformFeedback functionality
Marek Olšák
2013-09-13
1
-0
/
+1
*
radeonsi: handle rasterizer_discard and set GS_OUT_PRIM_TYPE
Marek Olšák
2013-09-13
1
-0
/
+1
*
radeonsi: integrate shared streamout state
Marek Olšák
2013-09-13
1
-2
/
+4
*
radeonsi: Expose pure integer vertex formats
Michel Dänzer
2013-09-02
1
-1
/
+6
*
radeonsi: simplify and improve flushing
Marek Olšák
2013-08-31
1
-26
/
+20
*
radeonsi: convert constant buffers to si_descriptors
Marek Olšák
2013-08-31
1
-42
/
+0
*
radeonsi: use r600_common_context, r600_common_screen, r600_resource
Marek Olšák
2013-08-31
1
-65
/
+62
*
radeonsi: Ensure fmask_format is initialized in release builds.
Vinson Lee
2013-08-19
1
-0
/
+1
*
radeonsi: require LLVM 3.4 for MSAA
Marek Olšák
2013-08-17
1
-1
/
+1
*
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
1
-8
/
+13
*
radeonsi: add FMASK texture binding slots and resource setup (v2)
Marek Olšák
2013-08-17
1
-0
/
+52
*
radeonsi: implement FMASK decompression for MSAA texturing
Marek Olšák
2013-08-17
1
-3
/
+20
*
radeonsi: implement MSAA colorbuffer compression for rendering
Marek Olšák
2013-08-17
1
-0
/
+28
*
radeonsi: implement uncompressed MSAA texturing
Marek Olšák
2013-08-17
1
-6
/
+11
*
radeonsi: implement GL_SAMPLE_ALPHA_TO_ONE
Marek Olšák
2013-08-17
1
-0
/
+12
*
radeonsi: implement uncompressed MSAA rendering and color resolving
Marek Olšák
2013-08-17
1
-17
/
+272
*
radeonsi: add flexible shader descriptor management and use it for sampler views
Marek Olšák
2013-08-17
1
-33
/
+14
*
radeonsi: Don't export unused clip distance vectors from vertex shader
Michel Dänzer
2013-08-15
1
-0
/
+4
*
radeonsi: correct sampler function names
Marek Olšák
2013-08-15
1
-23
/
+23
*
radeonsi: rename r600_resource_texture to r600_texture
Marek Olšák
2013-08-15
1
-8
/
+8
*
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: store chip class in the pm4 struct
Alex Deucher
2013-06-28
1
-11
/
+21
*
radeonsi: properly handle DB tiling setup on CIK
Alex Deucher
2013-06-28
1
-7
/
+155
*
radeonsi: emit TA_BC_BASE_ADDR_HI for border color on CIK
Alex Deucher
2013-06-28
1
-0
/
+2
*
radeonsi/compute: Pass kernel arguments in a buffer v2
Tom Stellard
2013-06-03
1
-21
/
+3
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-6
/
+10
*
radeonsi: Make border colour state handling safe for integer textures
Michel Dänzer
2013-05-28
1
-19
/
+26
*
radeonsi: Fix hardware state for dual source blending
Michel Dänzer
2013-05-28
1
-6
/
+10
*
radeonsi: Handle TGSI_SEMANTIC_CLIPVERTEX
Michel Dänzer
2013-05-21
1
-1
/
+9
*
radeonsi: Initial support for multiple constant buffers
Michel Dänzer
2013-05-21
1
-43
/
+38
*
radeonsi: Fix handling of TGSI_SEMANTIC_PSIZE
Michel Dänzer
2013-05-21
1
-4
/
+0
*
radeonsi: add support for hainan chips
Alex Deucher
2013-05-14
1
-0
/
+3
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
1
-1
/
+1
*
radeonsi: add support for compressed texture v2
Jerome Glisse
2013-04-18
1
-2
/
+69
*
radeonsi: add 2d tiling support for texture v3
Jerome Glisse
2013-04-18
1
-69
/
+12
*
radeonsi: add instance divisor support v3
Christian König
2013-04-02
1
-19
/
+25
*
radeonsi: fix crash while binding a NULL constant buffer
Marek Olšák
2013-03-26
1
-1
/
+1
*
radeonsi: switch to using resource destribtors for constants v2
Christian König
2013-03-19
1
-11
/
+21
*
radeonsi: Fix memory leak in si_set_constant_buffer.
Vinson Lee
2013-02-26
1
-0
/
+1
*
radeonsi: Don't pretend there is any R8G8B8 support
Michel Dänzer
2013-02-22
1
-1
/
+0
*
radeonsi: Fix up and enable flat shading.
Michel Dänzer
2013-02-21
1
-3
/
+2
[next]