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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit mesa-public/master into vulkan
Jason Ekstrand
2016-02-05
631
-327
/
+1057
|
\
|
*
glsl: move to compiler/
Emil Velikov
2016-01-26
497
-84
/
+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
24
-15
/
+116
|
*
compiler: introduce a libcompiler static library
Emil Velikov
2016-01-26
9
-5
/
+35
*
|
Merge branch mesa-public/master into vulkan
Jason Ekstrand
2016-02-05
70
-311
/
+1185
|
\
|
|
*
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
5
-2
/
+80
|
*
virtio_gpu: Add PCI ID to driver map
Rob Herring
2016-01-23
2
-0
/
+8
|
*
i965: Implement a drirc workaround for broken dual color blending.
Kenneth Graunke
2016-01-22
8
-9
/
+28
|
*
radeonsi: add ETC1 support for Stoney
Marek Olšák
2016-01-22
1
-0
/
+1
|
*
radeonsi: change LLVM intrinsics for BREV, CLAMP, EX2
Marek Olšák
2016-01-22
1
-3
/
+6
|
*
radeonsi: add max waves / SIMD to shader stats (v2)
Marek Olšák
2016-01-22
1
-5
/
+49
|
*
radeonsi: enable late VS allocation (v3)
Marek Olšák
2016-01-22
1
-3
/
+23
|
*
radeonsi: allow using all CUs for tessellation and on-chip GS (v2)
Marek Olšák
2016-01-22
1
-2
/
+2
|
*
Revert "mesa: Deal with size differences between GLuint and GLhandleARB in Ge...
Jeremy Huddleston Sequoia
2016-01-22
1
-17
/
+1
|
*
i965/fs: Remove unused count from vs urb setup
Ben Widawsky
2016-01-22
1
-6
/
+0
|
*
Revert "radeonsi: fix discard-only fragment shaders (v2)"
Nicolai Hähnle
2016-01-22
1
-4
/
+0
|
*
radeonsi: fix discard-only fragment shaders (v2)
Nicolai Hähnle
2016-01-22
1
-0
/
+4
|
*
mesa: Update _mesa_has_geometry_shaders
Marta Lofstedt
2016-01-22
1
-1
/
+2
|
*
glsl: add support for GL_OES_geometry_shader
Marta Lofstedt
2016-01-22
4
-14
/
+23
|
*
mesa: enable enums for OES_geometry_shader
Marta Lofstedt
2016-01-22
2
-30
/
+86
|
*
glapi: add GL_OES_geometry_shader extension
Marta Lofstedt
2016-01-22
5
-3
/
+50
|
*
docs: correct 11.1.1 release year
Emil Velikov
2016-01-22
1
-1
/
+1
|
*
docs: add news item and link release notes for 11.0.9
Emil Velikov
2016-01-22
2
-0
/
+11
|
*
docs: add sha256 checksums for 11.0.9
Emil Velikov
2016-01-22
1
-1
/
+2
|
*
docs: add release notes for 11.0.9
Emil Velikov
2016-01-22
1
-0
/
+126
|
*
radeonsi: add ETC2 support for Stoney
Marek Olšák
2016-01-22
2
-10
/
+38
|
*
radeonsi: implement SAMPLEPOS system value without a constant buffer load
Marek Olšák
2016-01-22
1
-2
/
+13
[next]