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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: small cleanup in si_shader_selector_key
Marek Olšák
2015-03-16
1
-12
/
+12
*
radeonsi: simplify accessing alpha pointer in si_llvm_emit_fs_epilogue
Marek Olšák
2015-03-16
1
-7
/
+8
*
radeonsi: add support for easy opcodes from ARB_gpu_shader5
Marek Olšák
2015-03-16
1
-0
/
+8
*
radeonsi: implement bit-finding opcodes from ARB_gpu_shader5
Marek Olšák
2015-03-16
1
-0
/
+92
*
radeonsi: implement gl_SampleMaskIn
Marek Olšák
2015-03-16
1
-0
/
+4
*
radeonsi: add support for SQRT
Marek Olšák
2015-03-16
2
-1
/
+3
*
radeonsi: add support for FMA
Marek Olšák
2015-03-16
2
-1
/
+4
*
gallium/radeon: don't use LLVMReadOnlyAttribute for ALU
Marek Olšák
2015-03-16
1
-16
/
+9
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
11
-3
/
+16
*
freedreno: update generated headers
Rob Clark
2015-03-15
5
-6
/
+6
*
freedreno/ir3: remove old compiler
Rob Clark
2015-03-15
7
-1574
/
+10
*
freedreno/ir3: avoid scheduler deadlock
Rob Clark
2015-03-15
3
-0
/
+45
*
freedreno/ir3: bit of cleanup
Rob Clark
2015-03-15
3
-19
/
+23
*
freedreno: fix slice pitch calculations
Ilia Mirkin
2015-03-13
1
-1
/
+1
*
freedreno/a3xx: use the same layer size for all slices
Ilia Mirkin
2015-03-13
1
-1
/
+8
*
nvc0: fix wrong max value for driver queries
Samuel Pitoiset
2015-03-09
1
-4
/
+3
*
r600g: Use R600_MAX_VIEWPORTS instead of 16
Alexandre Demers
2015-03-09
5
-12
/
+14
*
r300g: fix sRGB->sRGB blits
Marek Olšák
2015-03-09
1
-0
/
+9
*
r300g: fix a crash when resolving into an sRGB texture
Marek Olšák
2015-03-09
1
-3
/
+5
*
r300g: use memset for clearing the shader key
Marek Olšák
2015-03-09
1
-1
/
+2
*
r300g: remove the broken SNORM->UNORM shader lowering pass
Marek Olšák
2015-03-09
3
-54
/
+0
*
r300g: fix RGTC1 and LATC1 SNORM formats
Marek Olšák
2015-03-09
2
-31
/
+17
*
r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)
Stefan Dösinger
2015-03-09
1
-1
/
+3
*
radeonsi: Add additional information to shader dumps
Tom Stellard
2015-03-09
1
-6
/
+12
*
radeonsi/compute: Use value from compiler for COMPUTE_PGM_RSRC1.FLOAT_MODE
Tom Stellard
2015-03-09
3
-1
/
+4
*
freedreno/ir3: get the # of miplevels from getinfo
Ilia Mirkin
2015-03-09
1
-0
/
+20
*
freedreno/ir3: fix array count returned by TXQ
Ilia Mirkin
2015-03-09
1
-2
/
+42
*
freedreno: move fb state copy after checking for size change
Ilia Mirkin
2015-03-09
1
-2
/
+2
*
freedreno: replace glsl130 debug flag with glsl120
Rob Clark
2015-03-08
2
-12
/
+10
*
freedreno/ir3: relative dst
Rob Clark
2015-03-08
5
-42
/
+244
*
freedreno/ir3: split out array_fanin() helper
Rob Clark
2015-03-08
1
-17
/
+30
*
freedreno/ir3: drop deref nodes
Rob Clark
2015-03-08
7
-80
/
+53
*
freedreno/ir3: helpful iterator macros
Rob Clark
2015-03-08
9
-111
/
+109
*
freedreno/ir3: fix register usage calculations
Rob Clark
2015-03-08
1
-7
/
+14
*
freedreno/ir3: couple tweaks for cmdline compiler
Rob Clark
2015-03-08
1
-1
/
+4
*
freedreno/ir3: split up ssa_dst
Rob Clark
2015-03-08
1
-17
/
+25
*
freedreno/ir3: fix failed assert in grouping
Rob Clark
2015-03-08
1
-27
/
+44
*
r300g: Fix build, invalid extern "C" around header inclusion.
Mark Janes
2015-03-06
1
-0
/
+8
*
nouveau: Fix build, invalid extern "C" around header inclusion.
Mark Janes
2015-03-06
1
-2
/
+0
*
nv50,nvc0: remove bogus 64_FLOAT formats
Ilia Mirkin
2015-03-06
1
-5
/
+0
*
ilo: clarify valid and preferred tilings
Chia-I Wu
2015-03-07
2
-15
/
+29
*
ilo: clean up Gen6 WAs
Chia-I Wu
2015-03-07
1
-34
/
+62
*
ilo: add generic ilo_render_3dprimitive()
Chia-I Wu
2015-03-07
4
-53
/
+29
*
ilo: add generic ilo_render_pipe_control()
Chia-I Wu
2015-03-07
5
-101
/
+56
*
ilo: fix padding of linear sampler views
Chia-I Wu
2015-03-07
1
-4
/
+2
*
ilo: do not check for interleaved_samples
Chia-I Wu
2015-03-07
1
-2
/
+1
*
ilo: enable L3 cache in MOCS
Chia-I Wu
2015-03-06
5
-17
/
+85
*
ilo: track if a ilo_view_surface is a scanout
Chia-I Wu
2015-03-06
2
-16
/
+16
*
ilo: clean up SURFACE_STATE and BINDING_TABLE_STATE
Chia-I Wu
2015-03-06
2
-21
/
+35
*
freedreno/ir3: fix silly typo for binning pass shaders
Rob Clark
2015-03-05
1
-1
/
+1
[next]