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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
virtio_gpu: Add PCI ID to driver map
Rob Herring
2016-01-23
1
-0
/
+7
*
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
*
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
*
winsys/amdgpu: compute num_good_compute_units correctly
Marek Olšák
2016-01-22
1
-10
/
+5
*
gallium/radeon: rename max_compute_units -> num_good_compute_units
Marek Olšák
2016-01-22
6
-11
/
+11
*
radeonsi: disable SPI color outputs the shader doesn't write
Marek Olšák
2016-01-22
2
-0
/
+16
*
radeonsi: use all SPI color formats
Marek Olšák
2016-01-22
6
-58
/
+195
*
radeonsi: use 32_AR for alpha-to-coverage without a color buffer
Marek Olšák
2016-01-22
1
-1
/
+1
*
radeonsi: add shader conversion code for all SPI color formats
Marek Olšák
2016-01-22
2
-14
/
+140
*
radeonsi: set CB_SHADER_MASK according to SPI color formats
Marek Olšák
2016-01-22
1
-16
/
+35
[next]