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_pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: move all shader-related functions to a new file si_state_shaders.c
Marek Olšák
2014-12-10
1
-0
/
+1
*
radeonsi: support gl_FragCoord at integer pixel center
Marek Olšák
2014-11-18
1
-1
/
+1
*
radeonsi: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
Marek Olšák
2014-11-16
1
-1
/
+1
*
radeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2
Tom Stellard
2014-10-31
1
-0
/
+4
*
gallium: introduce PIPE_CAP_CLIP_HALFZ.
Mathias Fröhlich
2014-10-24
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa
Marek Olšák
2014-10-21
1
-0
/
+2
*
radeonsi: fix CS tracing and remove excessive CS dumping
Marek Olšák
2014-10-04
1
-1
/
+2
*
radeonsi: release GS rings at context destruction
Marek Olšák
2014-09-24
1
-0
/
+2
*
r600g,radeonsi: add debug option which forces DMA for copy_region and blit
Marek Olšák
2014-09-12
1
-0
/
+3
*
gallium: add a texture target to sampler view and a CAP to use it
Ilia Mirkin
2014-09-12
1
-0
/
+1
*
radeonsi: Compile dummy pixel shader on demand
Michel Dänzer
2014-09-02
1
-7
/
+0
*
radeonsi: move DB_RENDER_CONTROL into draw_vbo
Marek Olšák
2014-09-01
1
-6
/
+1
*
gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
Timothy Arceri
2014-08-27
1
-0
/
+3
*
gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTED
Tobias Klausmann
2014-08-19
1
-0
/
+1
*
radeonsi: use r600_draw_rectangle from r600g
Marek Olšák
2014-08-19
1
-1
/
+1
*
gallium/r300/r600/radeonsi: handle query_renderer caps
Emil Velikov
2014-08-15
1
-0
/
+11
*
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
2014-08-14
1
-0
/
+1
*
radeon/compute: Report a value for PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZE
Tom Stellard
2014-08-13
1
-0
/
+7
*
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
Marek Olšák
2014-08-11
1
-3
/
+0
*
radeonsi: fix CMASK and HTILE allocation on Tahiti
Marek Olšák
2014-08-09
1
-1
/
+54
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
1
-2
/
+2
*
radeonsi: implement ARB_draw_indirect
Marek Olšák
2014-07-18
1
-0
/
+1
*
radeonsi: assume LLVM 3.4.2 is always present
Marek Olšák
2014-07-18
1
-8
/
+4
*
radeonsi: rename definitions of shader limits
Marek Olšák
2014-07-11
1
-3
/
+3
*
gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT
Ilia Mirkin
2014-07-03
1
-1
/
+1
*
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: implement ARB_texture_query_lod
Marek Olšák
2014-06-19
1
-1
/
+1
*
radeonsi: implement ARB_texture_gather and Gather functions from GLSL 4.00
Marek Olšák
2014-06-19
1
-4
/
+8
*
radeonsi: enable ARB_sample_shading
Marek Olšák
2014-06-02
1
-1
/
+1
*
radeonsi: implement set_min_samples
Marek Olšák
2014-06-02
1
-0
/
+3
*
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
1
-0
/
+1
*
radeonsi: Enable geometry shaders with LLVM 3.4.1
Tom Stellard
2014-05-09
1
-2
/
+2
*
radeonsi: Don't use anonymous struct trick in atom tracking
Adam Jackson
2014-05-08
1
-3
/
+3
*
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
1
-1
/
+1
*
gallium: add basic support for ARB_sample_shading
Ilia Mirkin
2014-04-26
1
-0
/
+1
*
r600g,radeonsi: share r600_flush_from_st
Marek Olšák
2014-04-16
1
-17
/
+0
*
radeonsi: merge si_flush with si_context_flush
Marek Olšák
2014-04-16
1
-34
/
+3
*
gallium/radeon: create and return a fence in the flush function
Marek Olšák
2014-04-16
1
-11
/
+8
*
winsys/radeon: fold cs_set_flush_callback into cs_create
Marek Olšák
2014-04-16
1
-2
/
+3
*
radeonsi: cleanup redundant computation of flush flags and rename a function
Marek Olšák
2014-04-16
1
-8
/
+9
*
gallium: add a way to query min/max texture gather offsets
Ilia Mirkin
2014-04-10
1
-0
/
+2
*
winsys/radeon: fix a race condition between winsys_create and winsys_destroy
Marek Olšák
2014-04-10
1
-1
/
+1
*
gallium: add support for LODQ opcodes.
Dave Airlie
2014-04-07
1
-0
/
+1
*
mesa/soft/llvmpipe: add fake MSAA support
Dave Airlie
2014-04-02
1
-0
/
+1
*
radeonsi: flush the dma ring in si_flush_from_st
Niels Ole Salscheider
2014-03-14
1
-0
/
+7
*
radeonsi: small cleanup in get_param
Marek Olšák
2014-03-11
1
-4
/
+2
*
radeonsi: set correct alignment for texture buffers and constant buffers
Marek Olšák
2014-03-11
1
-3
/
+2
*
r600g, radeonsi: fix primitives-generated query with disabled streamout
Marek Olšák
2014-03-11
1
-0
/
+1
[next]