index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: move scissor and viewport states into gallium/radeon
Marek Olšák
2016-04-12
6
-317
/
+14
*
radeonsi: use guard band clipping
Marek Olšák
2016-04-12
1
-4
/
+69
*
radeonsi: compute scissor from viewport in set_viewport_states
Marek Olšák
2016-04-12
2
-30
/
+48
*
radeonsi: disable aniso filtering for non-mipmap textures on SI-CI
Marek Olšák
2016-04-12
2
-1
/
+45
*
radeonsi: clean up aniso state translation
Marek Olšák
2016-04-12
2
-15
/
+8
*
radeonsi: enable some sampler fields to match the closed driver
Marek Olšák
2016-04-12
2
-2
/
+10
*
radeonsi: allow clearing buffers >= 4 GB
Marek Olšák
2016-04-12
1
-3
/
+3
*
gallium/radeon: move pipeline stat context flags to common code
Marek Olšák
2016-04-12
3
-9
/
+6
*
gallium/radeon: unify checking streamout enable state
Marek Olšák
2016-04-12
1
-2
/
+1
*
radeonsi: fix mask checking when emitting scissors and viewports
Marek Olšák
2016-04-12
1
-4
/
+8
*
radeonsi: implement and rely on set_active_query_state
Marek Olšák
2016-04-12
4
-4
/
+45
*
radeonsi: Synchronize a streamout write after read hazard.
Bas Nieuwenhuizen
2016-04-12
1
-0
/
+6
*
radeonsi: do per-pixel clipping based on viewport states
Marek Olšák
2016-04-08
2
-11
/
+85
*
radeonsi: raise number of samplers per shader to 32
Nicolai Hähnle
2016-04-07
1
-3
/
+3
*
radeonsi: expand the compressed color and depth texture masks to 64 bits
Nicolai Hähnle
2016-04-07
3
-18
/
+18
*
radeonsi: replace magic 16 by SI_NUM_USER_SAMPLERS
Nicolai Hähnle
2016-04-07
1
-1
/
+1
*
radeonsi: disable perfect ZPASS counts for PIPE_QUERY_OCCLUSION_PREDICATE
Marek Olšák
2016-04-07
1
-2
/
+4
*
radeonsi: don't use the real barrier instruction in tess ctrl shaders
Marek Olšák
2016-04-07
1
-0
/
+8
*
radeonsi: Enable ARB_framebuffer_no_attachments
Edward O'Callaghan
2016-04-07
1
-1
/
+1
*
radeonsi: Improve assert info out of si_set_framebuffer_state()
Edward O'Callaghan
2016-04-07
1
-0
/
+2
*
radeonsi: Allow 16 samples MSAA mode for PIPE_FORMAT_NONE
Edward O'Callaghan
2016-04-07
1
-0
/
+5
*
gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
Edward O'Callaghan
2016-04-07
1
-0
/
+1
*
radeonsi: use bounded indexing for samplers
Bas Nieuwenhuizen
2016-04-05
1
-1
/
+4
*
radeonsi: use bounded indexing for constant buffers
Bas Nieuwenhuizen
2016-04-05
1
-2
/
+3
*
gallium: distinguish between shader IR in get_compute_param
Bas Nieuwenhuizen
2016-04-02
1
-1
/
+1
*
radeonsi: use util_strchrnul() to fix android build error
Mauro Rossi
2016-04-01
1
-1
/
+2
*
tgsi: split tgsi_util_get_texture_coord_dim() function into two
Brian Paul
2016-03-31
1
-4
/
+3
*
radeonsi: ignore PIPE_BIND_LINEAR in si_is_format_supported v2
Christian König
2016-03-29
1
-0
/
+5
*
radeonsi: add support for Polaris (v2)
Sonny Jiang
2016-03-24
2
-0
/
+10
*
radeonsi: silence a coverity warning
Nicolai Hähnle
2016-03-24
1
-1
/
+1
*
radeonsi: fix out-of-bounds indexing of shader images
Nicolai Hähnle
2016-03-23
1
-1
/
+43
*
radeonsi: cache flush/invalidation for missing PIPE_BARRIER_*_BUFFER bits (v2)
Nicolai Hähnle
2016-03-23
1
-2
/
+12
*
radeonsi: fix 2D array MSAA failures since image support landed
Marek Olšák
2016-03-23
1
-1
/
+2
*
radeonsi: Set PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Edward O'Callaghan
2016-03-21
1
-1
/
+2
*
radeonsi: disable early Z if the fragment shader writes to memory
Nicolai Hähnle
2016-03-21
1
-2
/
+12
*
radeonsi: force the DCC enable bit off in image descriptors for writing (v2)
Nicolai Hähnle
2016-03-21
1
-8
/
+49
*
radeonsi: implement MemoryBarrier (v2)
Nicolai Hähnle
2016-03-21
1
-0
/
+37
*
radeonsi: implement volatile memory access
Nicolai Hähnle
2016-03-21
1
-0
/
+4
*
radeonsi: implement coherent memory access (v2)
Nicolai Hähnle
2016-03-21
1
-4
/
+13
*
radeonsi: Lower TGSI_OPCODE_MEMBAR down to LLVM op
Nicolai Hähnle
2016-03-21
1
-0
/
+31
*
radeonsi: Lower TGSI_OPCODE_ATOM* down to LLVM op
Nicolai Hähnle
2016-03-21
1
-8
/
+113
*
radeonsi: Lower TGSI_OPCODE_STORE down to LLVM op
Nicolai Hähnle
2016-03-21
1
-3
/
+80
*
radeonsi: Lower TGSI_OPCODE_LOAD down to LLVM op (v3)
Nicolai Hähnle
2016-03-21
1
-0
/
+139
*
radeonsi: extract the LLVM type name construction into its own function
Nicolai Hähnle
2016-03-21
1
-7
/
+19
*
radeonsi: Lower TGSI_OPCODE_RESQ down to LLVM op
Nicolai Hähnle
2016-03-21
1
-0
/
+129
*
radeonsi: extract TXQ buffer size computation into its own function
Nicolai Hähnle
2016-03-21
1
-20
/
+35
*
radeonsi: decompress shader images
Nicolai Hähnle
2016-03-21
1
-3
/
+33
*
radeonsi: update shader image descriptor for invalidated buffer
Nicolai Hähnle
2016-03-21
1
-1
/
+21
*
radeonsi: implement set_shader_images (v2)
Nicolai Hähnle
2016-03-21
6
-29
/
+254
*
gallium/radeon: remove old CS tracing
Marek Olšák
2016-03-20
2
-5
/
+3
[next]