index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-26
nir: move shader_enums.[ch] to compiler
Emil Velikov
24
-15
/
+116
2016-01-26
compiler: introduce a libcompiler static library
Emil Velikov
9
-5
/
+35
2016-01-26
gallium/ddebug: add 'verbose' option
Nicolai Hähnle
5
-5
/
+12
2016-01-26
gallium/ddebug: make 'noflush' also affect 'always' mode
Nicolai Hähnle
2
-5
/
+10
2016-01-26
radeonsi: use llvm.amdgcn.s.barrier instead of llvm.AMDGPU.barrier.local
Nicolai Hähnle
1
-1
/
+3
2016-01-25
i965/bxt: Fix conservative wm thread counts.
Ben Widawsky
1
-1
/
+1
2016-01-25
meta: Use internal functions to set texture parameters
Ian Romanick
4
-24
/
+49
2016-01-25
meta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state for GL_TEXTURE_RECTANGLE
Ian Romanick
1
-8
/
+8
2016-01-25
meta/copy_image: Fix typo in comment
Ian Romanick
1
-1
/
+1
2016-01-25
mesa: Don't include meta.h
Ian Romanick
1
-1
/
+0
2016-01-25
radeonsi: add DCC buffer for sampler views on new CS
Nicolai Hähnle
1
-15
/
+18
2016-01-25
radeonsi: emit rw_buffers for tes_shader only if tes_shader present
Nicolai Hähnle
1
-3
/
+5
2016-01-25
radeonsi: do not set the shader->key for gs copy shaders
Nicolai Hähnle
1
-1
/
+0
2016-01-25
radeonsi: si_llvm_emit_vs_epilogue is never used with gs copy shaders
Nicolai Hähnle
1
-2
/
+3
2016-01-25
radeonsi: move is_gs_copy_shader to si_shader_context
Nicolai Hähnle
2
-6
/
+5
2016-01-25
radeonsi: replace use of is_gs_copy_shader in si_shader_vs
Nicolai Hähnle
1
-1
/
+1
2016-01-25
radeonsi: ensure that VGT_GS_MODE is sent when necessary
Nicolai Hähnle
1
-8
/
+21
2016-01-25
radeonsi: extract the VGT_GS_MODE calculation into its own function
Nicolai Hähnle
1
-19
/
+28
2016-01-24
trace: fix a segfault when tracing indirect draw calls
Samuel Pitoiset
1
-1
/
+16
2016-01-24
Revert "mesa: enable enums for OES_geometry_shader"
Marek Olšák
2
-86
/
+30
2016-01-23
winsys/amdgpu: optionally use buffer lists with all allocated buffers
Marek Olšák
5
-3
/
+61
2016-01-22
glsl: Conditionalize atan2 math.
Kenneth Graunke
1
-1
/
+1
2016-01-23
virgl: enable building on Android
Rob Herring
5
-2
/
+80
2016-01-23
virtio_gpu: Add PCI ID to driver map
Rob Herring
2
-0
/
+8
2016-01-22
i965: Implement a drirc workaround for broken dual color blending.
Kenneth Graunke
8
-9
/
+28
2016-01-22
radeonsi: add ETC1 support for Stoney
Marek Olšák
1
-0
/
+1
2016-01-22
radeonsi: change LLVM intrinsics for BREV, CLAMP, EX2
Marek Olšák
1
-3
/
+6
2016-01-22
radeonsi: add max waves / SIMD to shader stats (v2)
Marek Olšák
1
-5
/
+49
2016-01-22
radeonsi: enable late VS allocation (v3)
Marek Olšák
1
-3
/
+23
2016-01-22
radeonsi: allow using all CUs for tessellation and on-chip GS (v2)
Marek Olšák
1
-2
/
+2
2016-01-22
Revert "mesa: Deal with size differences between GLuint and GLhandleARB in Ge...
Jeremy Huddleston Sequoia
1
-17
/
+1
2016-01-22
i965/fs: Remove unused count from vs urb setup
Ben Widawsky
1
-6
/
+0
2016-01-22
Revert "radeonsi: fix discard-only fragment shaders (v2)"
Nicolai Hähnle
1
-4
/
+0
2016-01-22
radeonsi: fix discard-only fragment shaders (v2)
Nicolai Hähnle
1
-0
/
+4
2016-01-22
mesa: Update _mesa_has_geometry_shaders
Marta Lofstedt
1
-1
/
+2
2016-01-22
glsl: add support for GL_OES_geometry_shader
Marta Lofstedt
4
-14
/
+23
2016-01-22
mesa: enable enums for OES_geometry_shader
Marta Lofstedt
2
-30
/
+86
2016-01-22
glapi: add GL_OES_geometry_shader extension
Marta Lofstedt
5
-3
/
+50
2016-01-22
docs: correct 11.1.1 release year
Emil Velikov
1
-1
/
+1
2016-01-22
docs: add news item and link release notes for 11.0.9
Emil Velikov
2
-0
/
+11
2016-01-22
docs: add sha256 checksums for 11.0.9
Emil Velikov
1
-1
/
+2
2016-01-22
docs: add release notes for 11.0.9
Emil Velikov
1
-0
/
+126
2016-01-22
radeonsi: add ETC2 support for Stoney
Marek Olšák
2
-10
/
+38
2016-01-22
radeonsi: implement SAMPLEPOS system value without a constant buffer load
Marek Olšák
1
-2
/
+13
2016-01-22
winsys/amdgpu: compute num_good_compute_units correctly
Marek Olšák
1
-10
/
+5
2016-01-22
gallium/radeon: rename max_compute_units -> num_good_compute_units
Marek Olšák
6
-11
/
+11
2016-01-22
radeonsi: disable SPI color outputs the shader doesn't write
Marek Olšák
2
-0
/
+16
2016-01-22
radeonsi: use all SPI color formats
Marek Olšák
6
-58
/
+195
2016-01-22
radeonsi: use 32_AR for alpha-to-coverage without a color buffer
Marek Olšák
1
-1
/
+1
2016-01-22
radeonsi: add shader conversion code for all SPI color formats
Marek Olšák
2
-14
/
+140
[next]