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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeon/video: always use the reusable buffer pool
Nicolai Hähnle
2016-04-27
4
-5
/
+5
*
radeonsi: work around an MSAA fast stencil clear problem
Nicolai Hähnle
2016-04-27
1
-3
/
+15
*
radeonsi: expclear must be disabled on first Z/S clear
Nicolai Hähnle
2016-04-27
1
-2
/
+2
*
radeonsi: move blend choice out of loop in si_blit_decompress_color
Nicolai Hähnle
2016-04-27
1
-9
/
+9
*
radeonsi: use level mask for early out in si_blit_decompress_color
Nicolai Hähnle
2016-04-27
1
-6
/
+8
*
radeonsi: si_blit_decompress_depth is only used for staging
Nicolai Hähnle
2016-04-27
1
-21
/
+5
*
radeonsi: only decompress the required ZS planes from si_blit
Nicolai Hähnle
2016-04-27
1
-6
/
+7
*
radeonsi: decompress Z & S planes in one pass
Nicolai Hähnle
2016-04-27
1
-28
/
+73
*
radeonsi: early out of si_blit_decompress_depth_in_place based on dirty mask
Nicolai Hähnle
2016-04-27
1
-6
/
+14
*
radeonsi: use MIN2 instead of expanded ?: operator
Nicolai Hähnle
2016-04-27
1
-3
/
+3
*
radeonsi: fix brace style
Nicolai Hähnle
2016-04-27
1
-2
/
+4
*
gallium/util: add u_bit_consecutive for generating a consecutive range of bits
Nicolai Hähnle
2016-04-27
1
-0
/
+12
*
swr: s/Elements/ARRAY_SIZE/
Tim Rowley
2016-04-27
3
-7
/
+7
*
radeonsi: emit s_waitcnt for shader memory barriers and volatile
Nicolai Hähnle
2016-04-27
1
-13
/
+23
*
swr: [rasterizer] warning cleanup
Tim Rowley
2016-04-27
9
-74
/
+27
*
swr: [rasterizer core] implement legacy depth bias enable
Tim Rowley
2016-04-27
4
-21
/
+25
*
swr: [rasterizer jitter] support for dumping x86 asm
Tim Rowley
2016-04-27
2
-0
/
+50
*
swr: [rasterizer core] more backend refactoring
Tim Rowley
2016-04-27
8
-963
/
+573
*
swr: [rasterizer jitter] add mSimdInt1Ty
Tim Rowley
2016-04-27
2
-0
/
+2
*
swr: [rasterizer core] backend refactor
Tim Rowley
2016-04-27
5
-238
/
+633
*
svga: use the SVGA3D_DEVCAP_MAX_FRAGMENT_SHADER_INSTRUCTIONS query
Brian Paul
2016-04-27
1
-0
/
+3
*
nouveau: codegen: LOAD: Take src swizzle into account
Hans de Goede
2016-04-27
2
-2
/
+9
*
nouveau: codegen: LOAD: Do not call fetchSrc(1) if the address is immediate
Hans de Goede
2016-04-27
1
-2
/
+3
*
nouveau: codegen: LOAD: Always use component 0 when getting the address
Hans de Goede
2016-04-27
1
-1
/
+3
*
r600g: fix and optimize tgsi_cmp when using ABS and NEG modifier
Patrick Rudolph
2016-04-27
1
-1
/
+10
*
softpipe: add support for compute shaders. (v2)
Dave Airlie
2016-04-27
8
-3
/
+369
*
tgsi/exec: initialise SysSemanticToIndex array to -1
Dave Airlie
2016-04-27
1
-0
/
+3
*
tgsi/exec: implement restartable machine.
Dave Airlie
2016-04-27
2
-17
/
+35
*
tgsi/exec: make inputs/outputs optional for compute shaders.
Dave Airlie
2016-04-27
1
-19
/
+24
*
tgsi/exec: implement load/store/atomic on MEMORY.
Dave Airlie
2016-04-27
2
-3
/
+150
*
tgsi/exec: split out setting up masks to separate function
Dave Airlie
2016-04-27
1
-9
/
+14
*
tgsi: accept a starting PC value for exec machine.
Dave Airlie
2016-04-27
5
-5
/
+5
*
tgsi: move to using vector for system values.
Dave Airlie
2016-04-27
4
-7
/
+7
*
tgsi/exec: fix system value handling.
Dave Airlie
2016-04-27
1
-3
/
+5
*
swr: autogenerate swr_context_llvm.h
Tim Rowley
2016-04-26
6
-128
/
+16
*
gallium: Remove every double semi-colon
Jakob Sinclair
2016-04-26
10
-15
/
+15
*
gallium/r600: removing double semi-colons
Jakob Sinclair
2016-04-26
1
-1
/
+1
*
radeonsi: add RW_BUFFERS only once in si_ce_needed_cs_space
Marek Olšák
2016-04-26
1
-2
/
+2
*
nvc0: expose GLSL version 420 on GK110
Samuel Pitoiset
2016-04-26
1
-1
/
+1
*
nvc0: enable ARB_shader_image_load_store on GK110
Samuel Pitoiset
2016-04-26
1
-1
/
+1
*
gk110/ir: add emission for VSHL
Samuel Pitoiset
2016-04-26
1
-0
/
+58
*
gk110/ir: add emission for OP_SUEAU, OP_SUBFM and OP_SUCLAMP
Samuel Pitoiset
2016-04-26
1
-0
/
+87
*
gk110/ir: add emission for OP_SULDB and OP_SUSTx
Samuel Pitoiset
2016-04-26
1
-0
/
+155
*
gk110/ir: add emission for OP_MADSP
Samuel Pitoiset
2016-04-26
1
-0
/
+23
*
gk110/ir: add emission for OP_PERMT
Samuel Pitoiset
2016-04-26
1
-0
/
+12
*
nvc0: expose GLSL version 420 on GK104
Samuel Pitoiset
2016-04-26
1
-0
/
+2
*
nvc0: enable ARB_shader_image_load_store on GK104
Ilia Mirkin
2016-04-26
1
-0
/
+2
*
nvc0: inform users that 3D images are not fully supported
Samuel Pitoiset
2016-04-26
3
-5
/
+10
*
nvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+
Samuel Pitoiset
2016-04-26
1
-1
/
+1
*
nvc0/ir: check that the image format doesn't mismatch
Samuel Pitoiset
2016-04-26
3
-2
/
+25
[prev]
[next]