index
:
~jljusten/mesa-archive
1d-array-issue
9.0-for-precise
allow-3.2-override
amd_vertex_shader_layer
anv-l3
anv-l3-v1
aubinator
aubinator-error-decode
bdw-aux-hiz
bdw-aux-hiz-v1
bdw-aux-hiz-v2
bdw-aux-surf
bdw-cms
bdw-more-hiz
braswell
bsw-krh-fast-batch
coarse-bo-locks
code-gen-api-exec+gl-core-sanity
context-tests
core-context
cpu-10
cs
cs+ils
cs+ils-1
cs+ps
cs-13
cs-16
cs-17
cs-18
cs-27
cs-29
cs-30
cs-33
cs-34
cs-35
cs-40
cs-gen8
cs-gen8-junk
cs-global-id-v1
cs-global-id-v2
cs-indirect-dispatch-v1
cs-local-index-v1
cs-num-work-groups-v1
cs-old
cs-parse-shared-vars-v1
cs-parse-shared-vars-v2
cs-shader-barrier-funcs-v1
cs-shader-barrier-funcs-v3
cs-shared-variables-v1
cs-shared-variables-v2
cs-shared-variables-v3
cs-simd32+ids
dont-zerofill-ralloc
early-extension-override
env-lri
es31-cts-failure
es31-gen8-v1
for-upstream
fs-to-scalar
gen6-layered
gen6-layered-1
gen6-layered-2
gen6-layered-3
gen6-layered-4
gen6-layered-5
gen6-layered-6
gen6-layered-7
gen6-layered-8
gen6-layered-9
gen6-layered-v3
gen6-z16-hiz-workaround
genxml-reg
gl-core-sanity
gles3-fmt
gles3-syncobj
global-id-temp
glsl-nir-shared-vars
gregory-sso
gs-inv-id
gs-inv-id-v3
gs-inv-id-v4
hsw-cs-cross-thread-constants
hsw-cs-cross-thread-constants-v1
hsw-cs-cross-thread-constants-v2
hsw-cs-cross-thread-constants-v3
hsw-cs-cross-thread-constants-v4
i965-barrier-v1
i965-barrier-v2
i965-cs
i965-cs-atomic-counters-v1
i965-cs-prog-v1
i965-cs-prog-v2
i965-dispatch-compute-v1
i965-get-program-binary
i965-get-program-binary-v1
i965-get-program-binary-v2
i965-l3-partitioning
i965-local-inv-id-v1
i965-pipelines
i965-pipelines-v1
i965-pipelines-v2
i965-pipelines-v3
i965-primitive-restart
i965-qbo
i965-qbo-hsw
i965-qbo-v1
i965-qbo-v2
i965-shader-cache
i965-shader-cache-v1
i965-shader-cache-v2
i965-shader-cache-v2.5
i965-shader-cache-v3
i965-shader-cache-v3.5
i965-workgroup-id-v1
igalia-ssbo-wip
instanced_arrays
interface-blocks
ivb-full-depth-buffer
ivb-layered-color-renderbuffer
ivb-sim
llvm-wip
lrp-opt
map-state-to-atoms
maxubo
megadriver_stub_compat
mesa-9.1-precise
mesa-9.1-quantal
non-miptree-hiz
non-miptree-hiz-v1
partial-fast-depth-clear
pbo+blit+atoms
pipe_stats
primitive-restart-xfb
rgb10_a2ui
rm-blorp-offsets
show-hiz-size
shrink-hiz-buf
simd32
snb-blit
snb-blorp-clears
split-blorp-blit
split-blorp-blit-v-1
split-blorp-blit-v1
split-blorp-blit-v2
sw-primitive-restart
ubuntu-precise
ue4
unused-varyings
version-gles3-dispatch
vk-gen7
jljusten's mesa archive repo (old and merged branches)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intel
/
vulkan
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-05
anv/query: Busy-wait for available query entries
Jason Ekstrand
1
-6
/
+56
2017-04-05
anv/device: Add a helper for querying whether a BO is busy
Jason Ekstrand
3
-6
/
+47
2017-04-05
anv: provide required gem stubs for the tests
Emil Velikov
1
-0
/
+19
2017-04-04
anv: Advertise larger heap sizes
Jason Ekstrand
3
-14
/
+75
2017-04-04
anv: Add support for 48-bit addresses
Jason Ekstrand
5
-0
/
+54
2017-04-04
anv: Replace anv_bo::is_winsys_bo with a uint32_t flags
Jason Ekstrand
3
-9
/
+11
2017-04-04
anv/blorp: Align vertex buffers to 64B
Jason Ekstrand
1
-1
/
+14
2017-04-04
anv: Query the kernel for reset status
Jason Ekstrand
4
-40
/
+107
2017-04-04
anv: Check for device loss at the end of WaitForFences
Jason Ekstrand
1
-5
/
+14
2017-04-04
anv/pipeline: Properly handle unset gl_Layer and gl_ViewportIndex
Jason Ekstrand
1
-3
/
+24
2017-04-03
anv: Implement VK_KHR_incremental_present
Jason Ekstrand
3
-2
/
+15
2017-04-03
vulkan/wsi: Plumb present regions through the common code
Jason Ekstrand
1
-1
/
+2
2017-03-31
anv: change BLOCK_POOL_MEMFD_SIZE to 1GB
Tapani Pälli
1
-2
/
+2
2017-03-29
anv/cmd_buffer: fix host memory leak
Craig Stout
1
-1
/
+9
2017-03-29
anv/batch_chain: Handle another OOM in cmd_buffer_execbuf
Jason Ekstrand
1
-2
/
+4
2017-03-28
anv/cmd_buffer: Refactor flush_pipeline_select_*
Jason Ekstrand
1
-26
/
+16
2017-03-28
anv: Flush caches prior to PIPELINE_SELECT on all gens
Jason Ekstrand
1
-2
/
+1
2017-03-28
anv/cmd_buffer: Fix bad indentation
Jason Ekstrand
1
-24
/
+25
2017-03-28
anv/cmd_buffer: Apply flush operations prior to executing secondaries
Jason Ekstrand
1
-0
/
+5
2017-03-28
anv/blorp: Use anv_get_layerCount everywhere
Jason Ekstrand
1
-8
/
+12
2017-03-28
anv: Make anv_get_layerCount a macro
Jason Ekstrand
1
-7
/
+7
2017-03-28
intel: Fix requests for exact surface row pitch (v2)
Chad Versace
2
-15
/
+16
2017-03-27
anv/blorp: Fix a crash in CmdClearColorImage
Xu Randy
1
-2
/
+2
2017-03-27
anv: enable sampling from fast-cleared images on SKL
Samuel Iglesias Gonsálvez
1
-2
/
+2
2017-03-24
anv/query: handle out of host memory without crashing in compute_query_result()
Iago Toral Quiroga
1
-0
/
+5
2017-03-24
anv/pipeline: make FragCoord include sample positions when sample shading
Iago Toral Quiroga
2
-8
/
+19
2017-03-24
nir/lower_wpos_center: support adding sample position to fragment coordinate
Iago Toral Quiroga
1
-1
/
+1
2017-03-24
anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lost
Iago Toral Quiroga
2
-1
/
+24
2017-03-24
anv/device: keep track of 'device lost' state
Iago Toral Quiroga
2
-0
/
+6
2017-03-24
anv/device: return VK_ERROR_DEVICE_LOST for errors during queue submissions
Iago Toral Quiroga
1
-0
/
+25
2017-03-22
anv: Remove dead prototype from entrypoints
Dylan Baker
1
-1
/
+0
2017-03-22
anv: use cElementTree in anv_entrypoints_gen.py
Dylan Baker
1
-1
/
+1
2017-03-22
anv: don't use Element.get in anv_entrypoints_gen.py
Dylan Baker
1
-6
/
+7
2017-03-22
anv: use dict.get in anv_entrypoints_gen.py
Dylan Baker
1
-4
/
+1
2017-03-22
anv: anv_entrypoints_gen.py: use reduce function.
Dylan Baker
1
-5
/
+3
2017-03-22
anv: anv-entrypoints_gen.py: rename hash to cal_hash.
Dylan Baker
1
-3
/
+4
2017-03-22
anv: Generate anv_entrypoints header and code in one command
Dylan Baker
1
-11
/
+8
2017-03-22
anv: anv_entrypoints_gen.py: directly write files instead of piping
Dylan Baker
1
-14
/
+17
2017-03-22
anv: convert C generation to template in anv_entrypoints_gen.py
Dylan Baker
1
-173
/
+167
2017-03-22
anv: convert header generation in anv_entrypoints_gen.py to mako
Dylan Baker
1
-35
/
+42
2017-03-22
anv: Update "do not edit" comments with proper filename
Dylan Baker
1
-5
/
+7
2017-03-22
anv: split main into two functions in anv_entrypoints_gen.py
Dylan Baker
1
-52
/
+56
2017-03-22
anv: don't pass xmlfile via stdin anv_entrypoints_gen.py
Dylan Baker
1
-10
/
+9
2017-03-22
anv: make constants capitals in anv_entrypoints_gen.py
Dylan Baker
1
-19
/
+19
2017-03-22
anv: Use python style in anv_entrypoints_gen.py
Dylan Baker
1
-31
/
+36
2017-03-22
anv: anv_entrypoints_gen.py: use a main function
Dylan Baker
1
-225
/
+233
2017-03-22
anv/device: Move push descriptor query handling
Jason Ekstrand
1
-8
/
+8
2017-03-22
anv/image: Return early when unbinding an image
Jason Ekstrand
1
-4
/
+5
2017-03-21
i965: Drop AUB_TRACE_* stuff.
Kenneth Graunke
1
-1
/
+0
2017-03-20
anv/genX: Solve the vkCreateGraphicsPipelines crash
Xu,Randy
1
-2
/
+2
[next]