index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-22
radeonsi: emit rw_buffers for tes_shader only if tes_shader present
shader-state
Nicolai Hähnle
1
-3
/
+5
2016-01-22
radeonsi: do not set the shader->key for gs copy shaders
Nicolai Hähnle
1
-1
/
+0
2016-01-22
radeonsi: si_llvm_emit_vs_epilogue is never used with gs copy shaders
Nicolai Hähnle
1
-2
/
+3
2016-01-22
radeonsi: move is_gs_copy_shader to si_shader_context
Nicolai Hähnle
2
-6
/
+5
2016-01-22
radeonsi: replace use of is_gs_copy_shader in si_shader_vs
Nicolai Hähnle
1
-1
/
+1
2016-01-22
radeonsi: ensure that VGT_GS_MODE is sent when necessary
Nicolai Hähnle
1
-8
/
+21
2016-01-22
radeonsi: extract the VGT_GS_MODE calculation into its own function
Nicolai Hähnle
1
-19
/
+28
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
2016-01-22
radeonsi: set CB_SHADER_MASK according to SPI color formats
Marek Olšák
1
-16
/
+35
2016-01-22
radeonsi: use SPI_SHADER_COL_FORMAT fields instead of export_16bpc
Marek Olšák
7
-38
/
+91
2016-01-22
radeonsi: don't enable blending if colormask == 0
Marek Olšák
1
-0
/
+3
2016-01-22
glsl: always compute proper varying type, irrespective of varying packing
Ilia Mirkin
1
-8
/
+5
2016-01-22
egl/dri2: expose srgb configs when KHR_gl_colorspace is available
Emil Velikov
1
-0
/
+2
2016-01-22
targets/dri: android: use WHOLE static libraries
Emil Velikov
1
-1
/
+3
2016-01-22
i915: correctly parse/set the context flags
Emil Velikov
1
-0
/
+2
2016-01-22
glsl/lower_instructions: fix regression in dldexp_to_arith
Iago Toral Quiroga
1
-2
/
+2
2016-01-21
i965/vec4/tcs: Return NULL instead of false in brw_compile_tcs()
Eduardo Lima Mitev
1
-1
/
+1
2016-01-21
freedreno/a4xx: Add support for adreno 430
cstout
1
-0
/
+1
2016-01-21
freedreno: make opc array static const
Christian Gmeiner
1
-1
/
+1
2016-01-21
freedreno: implement emit_string_marker
Rob Clark
2
-1
/
+28
2016-01-21
gallium: add GREMEDY_string_marker
Rob Clark
20
-0
/
+38
2016-01-21
mesa: wire up EmitStringMarker for KHR_debug
Rob Clark
1
-0
/
+7
2016-01-21
mesa: add GREMEDY_string_marker
Rob Clark
9
-0
/
+49
2016-01-21
texobj: Remove redundant checks that the texture cube faces match size
Neil Roberts
1
-10
/
+0
2016-01-21
texobj: Fix the completeness checks for cube textures
Neil Roberts
1
-1
/
+11
2016-01-21
r600g: don't leak driver const buffers
Grazvydas Ignotas
1
-0
/
+6
2016-01-21
mesa: Deal with size differences between GLuint and GLhandleARB in GetAttache...
Jeremy Huddleston Sequoia
1
-1
/
+17
2016-01-21
mesa: Fix format warnings
Jeremy Huddleston Sequoia
1
-1
/
+1
2016-01-21
mesa: Fix some function prototype mismatching
Jeremy Huddleston Sequoia
4
-27
/
+26
2016-01-21
glapi: Build glapi_gentable.c only on Darwin
Andreas Boll
3
-4
/
+18
2016-01-21
mesa: Reduce libGL.so binary size by about 15%
Arlie Davis
1
-16
/
+41
2016-01-20
nv50/ir: 64-bit splitting fixes
Ilia Mirkin
1
-1
/
+2
2016-01-20
gk110/ir: allow carry to be set/read by imad
Ilia Mirkin
1
-0
/
+4
[next]