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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-26
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
21
-76
/
+41
2016-10-26
mesa: set tcs shader_info metadata directly
Timothy Arceri
2
-7
/
+1
2016-10-26
st/mesa: switch tcs over to shared shader_info
Timothy Arceri
2
-2
/
+2
2016-10-26
i965: switch tcs over to shared shader_info
Timothy Arceri
2
-22
/
+17
2016-10-26
glsl: add temporary copy_shader_info() function
Timothy Arceri
8
-53
/
+97
2016-10-26
glsl: add a shader info field to the gl_program type
Timothy Arceri
3
-1
/
+11
2016-10-26
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
65
-358
/
+372
2016-10-26
nir: move nir_shader_info to a common compiler header
Timothy Arceri
3
-97
/
+134
2016-10-26
mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shader
Timothy Arceri
6
-32
/
+34
2016-10-26
vulkan/wsi/wayland: fix ARGB window support
Fredrik Höglund
1
-1
/
+4
2016-10-26
vulkan/wsi/x11: fix ARGB window support
Fredrik Höglund
1
-4
/
+15
2016-10-26
radv: mark the fence as submitted and signalled in vkAcquireNextImageKHR
Fredrik Höglund
3
-9
/
+18
2016-10-25
radv: Replace "abi_versions" with correct "api_version".
Matt Turner
2
-2
/
+2
2016-10-25
anv: Replace "abi_versions" with correct "api_version".
Matt Turner
2
-2
/
+2
2016-10-25
nv50/ir: start LocalCSE with getFirst to merge PHI instructions
Karol Herbst
1
-1
/
+1
2016-10-25
nvc0: use correct bufctx when invalidating CP textures
Samuel Pitoiset
1
-1
/
+1
2016-10-25
vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHR
Eduardo Lima Mitev
1
-3
/
+8
2016-10-25
mesa: fix error handling in DrawBuffers
Tapani Pälli
1
-34
/
+37
2016-10-25
egl: add check that eglCreateContext gets a valid config
Tapani Pälli
1
-1
/
+3
2016-10-25
mesa: add missing formats to driGLFormatToImageFormat
Tapani Pälli
1
-0
/
+2
2016-10-25
egl: fix type mismatch error type in _eglInitSurface
Tapani Pälli
1
-1
/
+1
2016-10-25
Revert "egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHT"
Tapani Pälli
1
-2
/
+0
2016-10-25
egl/dri2: set max values for pbuffer width and height
Tapani Pälli
1
-0
/
+9
2016-10-24
gallium/stapi: fix comment for st_visual::buffer_mask
Brian Paul
1
-1
/
+1
2016-10-24
isl/format: Correct ASTC entries of format info table
Nanley Chery
1
-28
/
+42
2016-10-24
i965: Drop nir_inputs from fs_visitor.
Kenneth Graunke
1
-1
/
+0
2016-10-24
i965: Don't use nir_assign_var_locations for VS/TES/GS outputs.
Kenneth Graunke
5
-62
/
+12
2016-10-24
i965: Make split_virtual_grfs() call compact_virtual_grfs().
Kenneth Graunke
1
-0
/
+6
2016-10-24
i965: Drop unnecessary switch statement in nir_setup_outputs()
Kenneth Graunke
1
-12
/
+3
2016-10-24
tgsi: trivial build fix for MSVC
Brian Paul
1
-1
/
+1
2016-10-24
nv50/ir: do not perform global membar for shared memory
Samuel Pitoiset
1
-1
/
+4
2016-10-24
st/nine: Fix locking CubeTexture surfaces.
Axel Davy
1
-0
/
+1
2016-10-24
st/nine: Fix mistake in Volume9 UnlockBox
Axel Davy
1
-1
/
+1
2016-10-24
st/nine: Use align_calloc instead of align_malloc
Axel Davy
5
-7
/
+7
2016-10-24
gallium/util: Add align_calloc
Axel Davy
1
-0
/
+8
2016-10-24
st/nine: Fix leak with integer and boolean constants
Axel Davy
1
-21
/
+18
2016-10-24
tgsi/scan: scan texture offset operands
Marek Olšák
1
-0
/
+16
2016-10-24
tgsi/scan: move src operand processing into a separate function
Marek Olšák
1
-171
/
+183
2016-10-24
tgsi/scan: get information about shader buffer usage
Marek Olšák
2
-0
/
+23
2016-10-24
tgsi/scan: handle indirect image indexing correctly
Marek Olšák
2
-8
/
+17
2016-10-24
tgsi/scan: don't treat RESQ etc. as memory instructions
Marek Olšák
1
-5
/
+13
2016-10-24
tgsi/scan: get information about indirect 2D file access
Marek Olšák
2
-0
/
+7
2016-10-24
tgsi/scan: get information about indirect CONST access
Marek Olšák
2
-0
/
+15
2016-10-24
i965/gen8: Don't enable alpha test and alpha to coverage if draw bufer zero i...
Anuj Phogat
1
-6
/
+9
2016-10-24
i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_ps_blend()
Anuj Phogat
1
-5
/
+2
2016-10-24
i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_blend_state()
Anuj Phogat
1
-8
/
+2
2016-10-24
nv50/ir: display OP_BAR subops in debug mode
Samuel Pitoiset
1
-0
/
+9
2016-10-24
glsl: add matrix layout information to interface block types
Iago Toral Quiroga
9
-12
/
+43
2016-10-24
st/mesa: cleanup and fix primitive restart for indirect draws
Nicolai Hähnle
1
-17
/
+28
2016-10-24
glsl/mesa: remove unused namespace support from the symbol table
Timothy Arceri
6
-265
/
+128
[prev]
[next]