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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add PROGRAM_IMMEDIATE, PROGRAM_BUFFER
Ilia Mirkin
2016-01-29
2
-1
/
+2
*
glsl: keep track of ssbo variable being accessed, add access params
Ilia Mirkin
2016-01-29
5
-6
/
+57
*
glsl: always initialize image_* fields, copy them on interface init
Ilia Mirkin
2016-01-29
3
-1
/
+12
*
tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsics
Ilia Mirkin
2016-01-29
3
-2
/
+24
*
winsys/amdgpu: Process RADEON_FLAG_* independently from RADEON_DOMAIN_*
Michel Dänzer
2016-01-29
1
-10
/
+9
*
winsys/amdgpu: Handle RADEON_FLAG_NO_CPU_ACCESS
Michel Dänzer
2016-01-29
1
-0
/
+2
*
nv50/ir: optimize mad/fma with third argument 0 to mul
Karol Herbst
2016-01-28
1
-0
/
+21
*
nv50/ir: run DCE backwards
Karol Herbst
2016-01-28
1
-3
/
+3
*
nv50/ir: optimize shl(shr(a, c), c) to and(a, ~((1 << c) - 1))
Karol Herbst
2016-01-28
1
-0
/
+8
*
glsl: disallow implicit conversions in ESSL shaders
Ilia Mirkin
2016-01-28
2
-0
/
+11
*
radeonsi: Add option for SI scheduler
Axel Davy
2016-01-28
3
-1
/
+7
*
glsl: double-precision values don't support interpolation
Samuel Iglesias Gonsálvez
2016-01-28
1
-2
/
+7
*
vc4: Throttle outstanding rendering after submission.
Eric Anholt
2016-01-27
1
-0
/
+9
*
vc4: Don't record the seqno of a failed job submit.
Eric Anholt
2016-01-27
1
-2
/
+2
*
i965/skl: Utilize new 5th bit for gateway messages
Ben Widawsky
2016-01-27
1
-2
/
+4
*
glsl: only expose double mod when doubles are available
Ilia Mirkin
2016-01-27
1
-17
/
+18
*
nv50/ir: fix memory corruption when spilling and redoing RA
Karol Herbst
2016-01-26
1
-0
/
+3
*
glsl: remove old FINISHME
Timothy Arceri
2016-01-27
1
-2
/
+0
*
r600,compute: Plug few memory leaks
Jan Vesely
2016-01-26
8
-21
/
+55
*
r600: Typos and whitespace fixes
Jan Vesely
2016-01-26
3
-7
/
+7
*
radeonsi: fix clover crash
Marek Olšák
2016-01-26
1
-1
/
+1
*
radeonsi: fix shader precompilation for shader-db
Marek Olšák
2016-01-26
1
-9
/
+35
*
glsl: add GL_OES_geometry_point_size and conditionalize gl_PointSize
Ilia Mirkin
2016-01-26
5
-1
/
+17
*
glsl: move to compiler/
Emil Velikov
2016-01-26
496
-83
/
+498
*
nir: move to compiler/
Emil Velikov
2016-01-26
105
-157
/
+310
*
compiler: move the glsl_types C wrapper alongside their C++ brethren
Emil Velikov
2016-01-26
6
-7
/
+8
*
nir: move glsl_types.{cpp,h} to compiler
Emil Velikov
2016-01-26
70
-76
/
+68
*
nir: move shader_enums.[ch] to compiler
Emil Velikov
2016-01-26
23
-15
/
+115
*
compiler: introduce a libcompiler static library
Emil Velikov
2016-01-26
8
-5
/
+34
*
gallium/ddebug: add 'verbose' option
Nicolai Hähnle
2016-01-26
5
-5
/
+12
*
gallium/ddebug: make 'noflush' also affect 'always' mode
Nicolai Hähnle
2016-01-26
2
-5
/
+10
*
radeonsi: use llvm.amdgcn.s.barrier instead of llvm.AMDGPU.barrier.local
Nicolai Hähnle
2016-01-26
1
-1
/
+3
*
i965/bxt: Fix conservative wm thread counts.
Ben Widawsky
2016-01-25
1
-1
/
+1
*
meta: Use internal functions to set texture parameters
Ian Romanick
2016-01-25
4
-24
/
+49
*
meta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state for GL_TEXTURE_RECTANGLE
Ian Romanick
2016-01-25
1
-8
/
+8
*
meta/copy_image: Fix typo in comment
Ian Romanick
2016-01-25
1
-1
/
+1
*
mesa: Don't include meta.h
Ian Romanick
2016-01-25
1
-1
/
+0
*
radeonsi: add DCC buffer for sampler views on new CS
Nicolai Hähnle
2016-01-25
1
-15
/
+18
*
radeonsi: emit rw_buffers for tes_shader only if tes_shader present
Nicolai Hähnle
2016-01-25
1
-3
/
+5
*
radeonsi: do not set the shader->key for gs copy shaders
Nicolai Hähnle
2016-01-25
1
-1
/
+0
*
radeonsi: si_llvm_emit_vs_epilogue is never used with gs copy shaders
Nicolai Hähnle
2016-01-25
1
-2
/
+3
*
radeonsi: move is_gs_copy_shader to si_shader_context
Nicolai Hähnle
2016-01-25
2
-6
/
+5
*
radeonsi: replace use of is_gs_copy_shader in si_shader_vs
Nicolai Hähnle
2016-01-25
1
-1
/
+1
*
radeonsi: ensure that VGT_GS_MODE is sent when necessary
Nicolai Hähnle
2016-01-25
1
-8
/
+21
*
radeonsi: extract the VGT_GS_MODE calculation into its own function
Nicolai Hähnle
2016-01-25
1
-19
/
+28
*
trace: fix a segfault when tracing indirect draw calls
Samuel Pitoiset
2016-01-24
1
-1
/
+16
*
Revert "mesa: enable enums for OES_geometry_shader"
Marek Olšák
2016-01-24
2
-86
/
+30
*
winsys/amdgpu: optionally use buffer lists with all allocated buffers
Marek Olšák
2016-01-23
5
-3
/
+61
*
glsl: Conditionalize atan2 math.
Kenneth Graunke
2016-01-22
1
-1
/
+1
*
virgl: enable building on Android
Rob Herring
2016-01-23
4
-0
/
+78
[next]