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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover: Fix build against LLVM SVN >= r266163
Michel Dänzer
2016-04-14
1
-0
/
+14
*
nir/dead_variables: Configurably work with any variable mode
Jason Ekstrand
2016-04-13
2
-2
/
+2
*
gallium/swr: Make flat shading tris work.
George Kyriazis
2016-04-13
2
-0
/
+5
*
Revert "freedreno/a4xx: better occlusion/sample counting"
Rob Clark
2016-04-13
1
-6
/
+1
*
freedreno/a4xx: rasterizer_discard support
Rob Clark
2016-04-13
1
-0
/
+17
*
freedreno/ir3: fix array textures on a4xx
Rob Clark
2016-04-13
1
-3
/
+9
*
freedreno: fix stream-out offset handling for lines/tris
Rob Clark
2016-04-13
1
-1
/
+1
*
freedreno: fix handling for stream-out offsets
Rob Clark
2016-04-13
1
-1
/
+2
*
freedreno: fix prims-emitted query
Rob Clark
2016-04-13
3
-2
/
+12
*
freedreno: fix max-line-width
Rob Clark
2016-04-13
1
-0
/
+10
*
freedreno: add flag to enable dEQP hacks
Rob Clark
2016-04-13
2
-0
/
+2
*
freedreno/ir3: hack to avoid getting stuck in a loop
Rob Clark
2016-04-13
1
-1
/
+11
*
freedreno/ir3: use (ss) instead of (sy) for ldlv
Rob Clark
2016-04-13
1
-1
/
+7
*
freedreno/ir3: cleanup double cmps.s from frontend
Rob Clark
2016-04-13
1
-0
/
+31
*
gallivm: Workaround LLVM PR 27332.
Jose Fonseca
2016-04-13
1
-3
/
+14
*
gallium/radeon: move a comment to the correct place
Marek Olšák
2016-04-13
1
-3
/
+3
*
radeonsi: gate PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT by LLVM version
Nicolai Hähnle
2016-04-13
1
-1
/
+2
*
gallium/radeon: add an env variable to force a level of aniso filtering
Marek Olšák
2016-04-13
5
-9
/
+31
*
llvmpipe: Test rounding of x.5.
Jose Fonseca
2016-04-13
1
-1
/
+2
*
gallivm: use llvm.nearbyint instead of llvm.round.
Roland Scheidegger
2016-04-13
1
-98
/
+1
*
nv50/ra: `isinf()` is in namespace `std` since C++11.
Pierre Moreau
2016-04-13
1
-0
/
+4
*
scons: Allow building with Address Sanitizer.
Jose Fonseca
2016-04-13
1
-4
/
+8
*
softpipe: Free tgsi.image elements on context destruction.
Jose Fonseca
2016-04-13
1
-0
/
+2
*
softpipe: Enable ARB_framebuffer_no_attachments
Edward O'Callaghan
2016-04-13
1
-1
/
+2
*
vc4: Work around hardware limits on the number of verts in a single draw.
Eric Anholt
2016-04-12
1
-18
/
+92
*
softpipe: avoid buffer overflow
Thomas Hindoe Paaboel Andersen
2016-04-13
2
-8
/
+8
*
tgsi: fix buffer overflow
Thomas Hindoe Paaboel Andersen
2016-04-13
1
-1
/
+1
*
swr: handle pci cap requests
Tim Rowley
2016-04-12
1
-0
/
+4
*
swr: support samplers in vertex shaders
Tim Rowley
2016-04-12
6
-105
/
+228
*
radeonsi: enable GLSL 4.20 and therefore OpenGL 4.2
Nicolai Hähnle
2016-04-12
1
-1
/
+2
*
va: check null context in vlVaDestroyContext
Iurie Salomov
2016-04-13
1
-0
/
+4
*
radeonsi: fix a critical SI hang since PIPELINESTAT_START/STOP was added
Marek Olšák
2016-04-13
2
-9
/
+2
*
radeonsi: fix bounds check in si_create_vertex_elements
Nicolai Hähnle
2016-04-12
1
-1
/
+1
*
radeonsi: enable shader buffer pipe caps
Nicolai Hähnle
2016-04-12
1
-2
/
+2
*
radeonsi: add shader buffer support to TGSI_OPCODE_RESQ
Nicolai Hähnle
2016-04-12
1
-6
/
+11
*
radeonsi: add shader buffer support to TGSI_OPCODE_STORE
Nicolai Hähnle
2016-04-12
1
-18
/
+111
*
radeonsi: add shader buffer support to TGSI_OPCODE_LOAD
Nicolai Hähnle
2016-04-12
1
-19
/
+70
*
radeonsi: add shader buffer support to TGSI_OPCODE_ATOM*
Nicolai Hähnle
2016-04-12
1
-15
/
+46
*
radeonsi: add offset parameter to buffer_append_args
Nicolai Hähnle
2016-04-12
1
-5
/
+10
*
radeonsi: adjust buffer_append_args to take a 128 bit resource
Nicolai Hähnle
2016-04-12
1
-7
/
+23
*
radeonsi: preload shader buffers in shaders
Nicolai Hähnle
2016-04-12
1
-0
/
+17
*
radeonsi: implement set_shader_buffers
Nicolai Hähnle
2016-04-12
5
-58
/
+125
*
radeonsi: move resetting of constant buffers into a separate function
Nicolai Hähnle
2016-04-12
1
-15
/
+26
*
radeonsi: Mark ARB_robust_buffer_access_behavior as supported.
Bas Nieuwenhuizen
2016-04-12
1
-1
/
+1
*
gallium: Add capability for ARB_robust_buffer_access_behavior.
Bas Nieuwenhuizen
2016-04-12
17
-0
/
+21
*
swr: [rasterizer core] warning cleanup
Tim Rowley
2016-04-12
2
-5
/
+4
*
swr: [rasterizer] Put in rudimentary garbage collection for the global arena ...
Tim Rowley
2016-04-12
3
-61
/
+187
*
swr: [rasterizer core] Put DRAW_CONTEXT on a diet
Tim Rowley
2016-04-12
7
-49
/
+43
*
swr: [rasterizer core] Add experimental support for hyper-threaded front-end
Tim Rowley
2016-04-12
5
-56
/
+139
*
swr: [rasterizer] Avoid segv in thread creation on machines with non-consecut...
Tim Rowley
2016-04-12
1
-0
/
+4
[next]