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
*
radeonsi: implement ARB_draw_indirect
Marek Olšák
2014-07-18
5
-17
/
+128
*
radeonsi: don't add info->start to the index buffer offset
Marek Olšák
2014-07-18
1
-11
/
+25
*
radeonsi: use an SGPR instead of VGT_INDX_OFFSET
Marek Olšák
2014-07-18
4
-14
/
+23
*
radeonsi: assume LLVM 3.4.2 is always present
Marek Olšák
2014-07-18
5
-49
/
+7
*
radeonsi: partially revert "switch descriptors to i32 vectors"
Marek Olšák
2014-07-14
1
-0
/
+12
*
radeonsi: rename definitions of shader limits
Marek Olšák
2014-07-11
7
-44
/
+57
*
radeonsi: switch descriptors to i32 vectors
Marek Olšák
2014-07-11
1
-13
/
+16
*
radeonsi: properly implement texture opcodes that take an offset
Marek Olšák
2014-07-11
1
-84
/
+104
*
radeonsi: fix texture fetches with derivatives for 1DArray and 3D textures
Marek Olšák
2014-07-11
1
-4
/
+30
*
radeonsi: fix samplerCubeShadow with bias
Marek Olšák
2014-07-11
1
-6
/
+6
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
1
-3
/
+3
*
radeonsi: fix order of r600_need_dma_space and r600_context_bo_reloc
Christian König
2014-07-09
1
-1
/
+2
*
radeonsi: mark MSAA config state as dirty at the beginning of CS
Marek Olšák
2014-07-08
1
-0
/
+1
*
gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT
Ilia Mirkin
2014-07-03
1
-1
/
+1
*
Revert "radeonsi: Use dma_copy when possible for si_blit."
Michel Dänzer
2014-07-03
1
-19
/
+0
*
gallium: Add PIPE_SHADER_CAP_DOUBLES
Tom Stellard
2014-07-02
1
-0
/
+5
*
gallium: add a cap for max vertex streams
Ilia Mirkin
2014-07-01
1
-0
/
+2
*
radeonsi: Use dma_copy when possible for si_blit.
Axel Davy
2014-07-01
1
-0
/
+19
*
radeonsi: implement ARB_texture_query_lod
Marek Olšák
2014-06-19
2
-25
/
+40
*
radeonsi: pass ARB_conservative_depth parameters to the hardware
Marek Olšák
2014-06-19
4
-1
/
+29
*
radeonsi: cosmetic changes in si_shader.c
Marek Olšák
2014-06-19
1
-18
/
+13
*
radeonsi: implement ARB_texture_gather and Gather functions from GLSL 4.00
Marek Olšák
2014-06-19
2
-12
/
+123
*
radeonsi: add sampling of 4:2:2 subsampled textures
Grigori Goronzy
2014-06-18
2
-37
/
+69
*
radeonsi: fixup sizes of shader resource and sampler arrays
Marek Olšák
2014-06-16
1
-2
/
+2
*
r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-cleared
Marek Olšák
2014-06-03
1
-1
/
+2
*
radeonsi: BlitFramebuffer should follow render condition
Marek Olšák
2014-06-03
1
-5
/
+6
*
radeonsi: enable ARB_sample_shading
Marek Olšák
2014-06-02
1
-1
/
+1
*
radeonsi: implement SAMPLEMASK fragment shader output
Marek Olšák
2014-06-02
1
-3
/
+15
*
radeonsi: interpolate varyings at sample when full sample shading is enabled
Marek Olšák
2014-06-02
3
-12
/
+15
*
radeonsi: implement SAMPLEPOS fragment shader input
Marek Olšák
2014-06-02
2
-0
/
+48
*
radeonsi: implement SAMPLEID fragment shader input
Marek Olšák
2014-06-02
1
-1
/
+17
*
radeonsi: implement set_min_samples
Marek Olšák
2014-06-02
4
-2
/
+36
*
radeon: add basic register setup for per-sample shading
Marek Olšák
2014-06-02
1
-4
/
+2
*
radeon: split cayman_emit_msaa_state into 2 functions
Marek Olšák
2014-06-02
1
-1
/
+2
*
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
1
-0
/
+1
*
gallium/radeon: link in libradeon.la at target level
Emil Velikov
2014-05-15
1
-2
/
+0
*
gallium/radeon: build only a single common library libradeon
Emil Velikov
2014-05-15
1
-2
/
+1
*
radeonsi: Fix anisotropic filtering state setup
Michel Dänzer
2014-05-14
1
-4
/
+3
*
radeonsi: prepare depth export registers at compile time
Marek Olšák
2014-05-10
3
-14
/
+14
*
radeonsi: simplify depth/stencil export code
Marek Olšák
2014-05-10
1
-11
/
+5
*
radeonsi: add and use a helper function for loading constants
Marek Olšák
2014-05-10
1
-19
/
+19
*
radeonsi: only count CS space for state atoms if we're going to draw
Marek Olšák
2014-05-10
1
-5
/
+5
*
radeonsi: remove unused variable exports_ps in si_pipe_shader_ps
Marek Olšák
2014-05-10
1
-12
/
+1
*
radeonsi: use DRAW_PREAMBLE on CIK
Marek Olšák
2014-05-10
2
-5
/
+10
*
radeonsi: Enable geometry shaders with LLVM 3.4.1
Tom Stellard
2014-05-09
4
-9
/
+13
*
radeonsi: Don't use anonymous struct trick in atom tracking
Adam Jackson
2014-05-08
6
-10
/
+10
*
gallium: add a cap for supporting 4-offset TG4 opcodes
Ilia Mirkin
2014-05-07
1
-1
/
+2
*
radeonsi: implement ARB_texture_cube_map_array
Marek Olšák
2014-05-06
3
-6
/
+47
*
radeonsi: add support for Mullins asics.
Samuel Li
2014-05-02
1
-0
/
+2
*
gallium: add basic support for ARB_sample_shading
Ilia Mirkin
2014-04-26
1
-0
/
+1
[next]