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-11-01
util: Include string.h in bitscan.h.
Vinson Lee
1
-0
/
+1
2016-11-01
st/omx/dec: disable tunnel for size different case
Leo Liu
3
-1
/
+11
2016-11-01
st/omx/dec: result buffers size should match codec decoder size
Leo Liu
3
-19
/
+18
2016-11-01
i965/fs/generator: Don't use the address immediate for MOV_INDIRECT
Jason Ekstrand
1
-28
/
+27
2016-11-01
radeonsi: fix behavior of GLSL findLSB(0)
Marek Olšák
1
-4
/
+13
2016-11-01
radeonsi: set VGT_GS_ONCHIP_CNTL on CIK and later
Marek Olšák
1
-0
/
+8
2016-11-01
glsl: Improve accuracy of alpha scaling in advanced blend lowering.
Kenneth Graunke
1
-2
/
+8
2016-11-01
intel/blorp: Rework our usage of ralloc when compiling shaders
Jason Ekstrand
4
-14
/
+14
2016-11-01
intel/blorp: Rename compile_nir_shader to compile_fs
Jason Ekstrand
4
-14
/
+14
2016-11-01
intel/blorp: Fix a couple asserts around image copy rectangles
Jason Ekstrand
1
-2
/
+6
2016-11-01
nvc0/ir: fix emission of IMAD with NEG modifiers
Samuel Pitoiset
2
-2
/
+2
2016-10-27
glsl: update default precision qualifier when it is set in the shader
Samuel Iglesias Gonsálvez
1
-1
/
+4
2016-10-27
mesa/program: Add _mesa_symbol_table_replace_symbol()
Samuel Iglesias Gonsálvez
2
-0
/
+18
2016-10-27
glsl/mesa: remove unused namespace support from the symbol table
Timothy Arceri
6
-265
/
+128
2016-10-27
glsl: Size TCS->TES unsized arrays to gl_MaxPatchVertices for queries.
Kenneth Graunke
4
-3
/
+49
2016-10-27
glsl: Pass ctx to program interface query helper functions.
Kenneth Graunke
1
-13
/
+20
2016-10-27
egl: set preserved behavior for surface only if config supports it
Tapani Pälli
1
-1
/
+5
2016-10-27
radv/ac/llvm: trim texture return values
Dave Airlie
1
-1
/
+2
2016-10-27
nvc0/ir: fix emission of SHLADD with NEG modifiers
Samuel Pitoiset
2
-2
/
+2
2016-10-27
egl/dri2: swap_buffers_with_damage falls back to swap_buffers
Eric Engestrom
1
-1
/
+2
2016-10-27
st/mesa: allow multiple concurrent waiters in ClientWaitSync
Marek Olšák
1
-4
/
+22
2016-10-27
st/mesa: unduplicate st_check_sync code
Marek Olšák
1
-20
/
+6
2016-10-27
winsys/amdgpu: fix radeon_surf::macro_tile_index for imported textures
Marek Olšák
1
-0
/
+17
2016-10-27
gallium/radeon: make sure the address of separate CMASK is aligned properly
Marek Olšák
1
-2
/
+3
2016-10-27
gallium/radeon: fix incorrect bpe use in si_set_optimal_micro_tile_mode
Marek Olšák
1
-7
/
+7
2016-10-27
vulkan/wsi/wayland: fix ARGB window support
Fredrik Höglund
1
-1
/
+4
2016-10-27
vulkan/wsi/x11: fix ARGB window support
Fredrik Höglund
1
-4
/
+15
2016-10-27
radv: mark the fence as submitted and signalled in vkAcquireNextImageKHR
Fredrik Höglund
3
-9
/
+18
2016-10-27
radv: Replace "abi_versions" with correct "api_version".
Matt Turner
2
-2
/
+2
2016-10-27
anv: Replace "abi_versions" with correct "api_version".
Matt Turner
2
-2
/
+2
2016-10-27
nvc0: use correct bufctx when invalidating CP textures
Samuel Pitoiset
1
-1
/
+1
2016-10-27
mesa: fix error handling in DrawBuffers
Tapani Pälli
1
-34
/
+37
2016-10-27
egl: add check that eglCreateContext gets a valid config
Tapani Pälli
1
-1
/
+3
2016-10-27
Revert "egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHT"
Tapani Pälli
1
-2
/
+0
2016-10-27
egl/dri2: set max values for pbuffer width and height
Tapani Pälli
1
-0
/
+9
2016-10-27
i965: Drop nir_inputs from fs_visitor.
Kenneth Graunke
1
-1
/
+0
2016-10-27
i965: Don't use nir_assign_var_locations for VS/TES/GS outputs.
Kenneth Graunke
5
-62
/
+12
2016-10-27
i965: Make split_virtual_grfs() call compact_virtual_grfs().
Kenneth Graunke
1
-0
/
+6
2016-10-27
i965: Drop unnecessary switch statement in nir_setup_outputs()
Kenneth Graunke
1
-12
/
+3
2016-10-27
st/nine: Fix locking CubeTexture surfaces.
Axel Davy
1
-0
/
+1
2016-10-27
st/nine: Fix mistake in Volume9 UnlockBox
Axel Davy
1
-1
/
+1
2016-10-27
st/nine: Fix leak with integer and boolean constants
Axel Davy
1
-21
/
+18
2016-10-27
st/mesa: cleanup and fix primitive restart for indirect draws
Nicolai Hähnle
1
-17
/
+28
2016-10-24
mapi: automake: set VISIBILITY_CFLAGS for shared glapi
Jonathan Gray
1
-0
/
+3
2016-10-24
anv: automake: cleanup the generated json file during make clean
Emil Velikov
1
-1
/
+1
2016-10-24
egl/wayland: add missing destroy_window callback
Stencel, Joanna
1
-2
/
+13
2016-10-24
radv: allow cmask transitions without fast clear
Dave Airlie
1
-3
/
+0
2016-10-24
anv: Suffix the intel_icd file with the host CPU
Jason Ekstrand
3
-3
/
+9
2016-10-24
Revert "Revert "mapi: export all GLES 3.2 functions in libGLESv2.so""
Francisco Jerez
1
-0
/
+12
2016-10-24
glapi: Move PrimitiveBoundingBox and BlendBarrier definitions into ES3.2 cate...
Francisco Jerez
1
-13
/
+17
[next]