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
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-15
anv: Fix a harmless overflow warning
Chad Versace
1
-1
/
+1
2016-06-13
isl: Replace bash generator with python generator
Dylan Baker
4
-137
/
+217
2016-06-13
anv/pipeline: Don't dereference NULL dynamic state pointers
Nanley Chery
1
-22
/
+48
2016-06-13
anv: Document and rename anv_pipeline_init_dynamic_state()
Nanley Chery
1
-3
/
+16
2016-06-12
i965: Fix shared local memory size for Gen9+.
Kenneth Graunke
2
-18
/
+2
2016-06-10
anv/entrypoints: Rework #if guards
Jason Ekstrand
1
-7
/
+9
2016-06-10
anv/entrypoints: Use the function pointer types provided by vulkan.h
Jason Ekstrand
1
-1
/
+1
2016-06-10
anv: Remove the PhysicalDeviceLimits FINISHME
Jason Ekstrand
1
-2
/
+0
2016-06-10
anv/pipeline_cache: Allow for an zero-sized cache
Jason Ekstrand
1
-1
/
+4
2016-06-10
anv/pipeline: Store the (set, binding, index) tripple in the bind map
Jason Ekstrand
5
-15
/
+25
2016-06-10
anv/descriptor_set: Ensure that bindings are always in increasing order
Jason Ekstrand
1
-0
/
+13
2016-06-10
anv/descriptor_set: Add a type field in debug builds
Jason Ekstrand
2
-0
/
+10
2016-06-10
anv/descriptor_set: Set array_size to zero for non-existant descriptors
Jason Ekstrand
1
-0
/
+1
2016-06-07
anv/entrypoints: Stop using the C preprocessor
Jason Ekstrand
1
-12
/
+2
2016-06-07
anv/entrypoints: Emit #if guards for all platforms
Jason Ekstrand
1
-10
/
+22
2016-06-06
anv/pipeline: Add support for caching the push constant map
Jason Ekstrand
1
-4
/
+29
2016-06-05
anv/entrypoints: don't go using wayland/xcb unless they are configured
Dave Airlie
1
-6
/
+9
2016-06-03
anv/blit: Use CLAMP_TO_EDGE for scaled blits
Jason Ekstrand
1
-0
/
+3
2016-06-03
anv/copy: Account for the anv_surface.offset when creating a blit2d_surf
Jason Ekstrand
1
-17
/
+17
2016-06-03
anv/pipeline: Add support for early depth stencil
Jason Ekstrand
2
-2
/
+17
2016-06-03
anv/pipeline: Silently pass tests if depth or stencil is missing
Jason Ekstrand
3
-3
/
+35
2016-06-03
anv/pipeline: Unify gen7/8 emit_ds_state
Jason Ekstrand
3
-85
/
+60
2016-06-03
genxml/gen6,7,75: s/BackFace/Backface
Jason Ekstrand
5
-8
/
+8
2016-06-03
anv/pipeline: Refactor specialization constant handling a bit
Jason Ekstrand
1
-5
/
+4
2016-06-03
anv/clear: Handle ClearImage on 3-D images
Jason Ekstrand
1
-2
/
+4
2016-06-04
anv: add the X related and Wayland CFLAGS to VULKAN_ENTRYPOINT_CPPFLAGS
Emil Velikov
1
-0
/
+2
2016-06-02
isl: add support for Android libmesa_isl static library
Mauro Rossi
2
-0
/
+237
2016-06-02
isl: automake: don't include isl_format_layout.c in two lists.
Emil Velikov
2
-2
/
+1
2016-06-01
i965: Remove old CS local ID handling
Jordan Justen
1
-4
/
+1
2016-06-01
anv: Support new local ID generation & cross-thread constants
Jordan Justen
4
-48
/
+42
2016-06-01
i965: Store number of threads in brw_cs_prog_data
Jordan Justen
6
-12
/
+8
2016-06-01
i965: Add uniform for a CS thread local base ID
Jordan Justen
1
-0
/
+4
2016-05-31
Don't use python 3
Dylan Baker
1
-2
/
+2
2016-05-31
genxml: change chbang to python 2
Dylan Baker
1
-1
/
+1
2016-05-31
genxml: use the isalpha method rather than str.isalpha.
Dylan Baker
1
-1
/
+1
2016-05-31
genxml: require future imports for python2 compatibility.
Dylan Baker
1
-0
/
+3
2016-05-31
genxml: mark re strings as raw
Dylan Baker
1
-2
/
+2
2016-05-31
genxml: Make classes descendants of object
Dylan Baker
1
-4
/
+4
2016-05-31
genxml: mark gen_pack_header.py as encoded in utf-8
Dylan Baker
1
-0
/
+1
2016-05-31
anv: let anv_entrypoints_gen.py generate proper Wayland/Xcb guards
Emil Velikov
1
-0
/
+28
2016-05-30
automake: move the git_sha1.h rule a level up
Emil Velikov
1
-1
/
+1
2016-05-30
anv: automake: don't forget to cleanup dev_icd.json
Emil Velikov
1
-1
/
+1
2016-05-30
anv: automake: bring back VULKAN_ENTRYPOINT_CPPFLAGS
Emil Velikov
1
-2
/
+6
2016-05-30
anv: automake: ship the json files in the release tarball
Emil Velikov
1
-1
/
+3
2016-05-30
isl: add isl_priv.h to the sources list
Emil Velikov
1
-0
/
+1
2016-05-30
isl: move the sources lists to Makefile.sources
Mauro Rossi
2
-32
/
+39
2016-05-30
isl: automake: list builddir before srcdir in the includes list
Emil Velikov
1
-4
/
+3
2016-05-30
isl: automake: flatten the tests rules
Emil Velikov
1
-9
/
+4
2016-05-30
isl: automake: remove unneeded install-lib-links.mk include
Emil Velikov
1
-2
/
+0
2016-05-30
isl: automake: remove unneeded SUBDIRS
Emil Velikov
1
-3
/
+0
[next]