index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-06
anv: Annotate entrypoint table with index and func name
Chad Versace
1
-2
/
+2
2017-09-06
intel: Remove unused device info for KBL GT1.5
Anuj Phogat
1
-11
/
+0
2017-09-04
anv: fix off by one in array check
Eric Engestrom
1
-1
/
+1
2017-09-02
genxml: Make Border Color Pointer an address on Gen4-5, not an offset.
Kenneth Graunke
3
-3
/
+3
2017-09-01
aubinator: remove duplicate initialisation
Eric Engestrom
1
-1
/
+0
2017-08-31
anv/formats: Nicely handle unknown VkFormat enums
Jason Ekstrand
1
-5
/
+14
2017-08-31
anv: fix build errors on android
Tapani Pälli
1
-2
/
+3
2017-08-30
blorp: Make blorp_buffer_copy work on Gen4-6.
Kenneth Graunke
1
-9
/
+10
2017-08-30
blorp: Turn anv_CmdCopyBuffer into a blorp_buffer_copy() helper.
Kenneth Graunke
3
-99
/
+143
2017-08-30
anv: use device->info instead of brw->is_*
Lionel Landwerlin
1
-1
/
+1
2017-08-30
anv: set right datatypes in anv_pipeline_binding
Juan A. Suarez Romero
3
-4
/
+4
2017-08-29
blorp: Explicitly cast between different enums
Matt Turner
1
-5
/
+5
2017-08-29
intel/isl: Mark functions used conditionally as UNUSED
Matt Turner
1
-1
/
+1
2017-08-29
intel/isl: Explicitly cast between different enums
Matt Turner
1
-8
/
+9
2017-08-29
intel/isl: Remove 'inline' keywords
Matt Turner
3
-4
/
+4
2017-08-29
anv: Mark functions used conditionally as UNUSED
Matt Turner
4
-6
/
+6
2017-08-29
anv: Explicitly cast between different enums
Matt Turner
2
-4
/
+4
2017-08-29
anv: Remove 'inline' keywords
Matt Turner
8
-19
/
+19
2017-08-29
anv: Use GNU C empty brace initializer
Matt Turner
2
-11
/
+11
2017-08-29
i965: Drop unnecessary conditional
Matt Turner
1
-4
/
+4
2017-08-29
configure: Test for -Wno-initializer-overrides
Matt Turner
1
-1
/
+1
2017-08-28
anv: Add support for the SYNC_FD handle type for fences
Jason Ekstrand
4
-11
/
+87
2017-08-28
anv: Implement VK_KHR_external_fence
Jason Ekstrand
3
-5
/
+161
2017-08-28
anv: Use DRM sync objects to back fences whenever possible
Jason Ekstrand
4
-9
/
+139
2017-08-28
anv/gem: Add support for syncobj wait and reset
Jason Ekstrand
3
-0
/
+87
2017-08-28
anv/gem: Add a flags parameter to syncobj_create
Jason Ekstrand
4
-5
/
+5
2017-08-28
anv: Rename anv_fence_state to anv_bo_fence_state
Jason Ekstrand
3
-18
/
+18
2017-08-28
anv: Pull the guts of anv_fence into anv_fence_impl
Jason Ekstrand
3
-49
/
+159
2017-08-28
anv/wsi: Use QueueSubmit to trigger the fence in AcquireNextImage
Jason Ekstrand
1
-3
/
+6
2017-08-28
anv: Rework fences to work more like BO semaphores
Jason Ekstrand
3
-68
/
+51
2017-08-28
anv/queue: Allow temporary import of SYNC_FD semaphores
Jason Ekstrand
1
-3
/
+0
2017-08-28
intel/compiler: Cast reg types explicitly
Topi Pohjolainen
1
-2
/
+2
2017-08-25
i965: Do not store SRC after 0 on component control.
Rafael Antognolli
1
-2
/
+2
2017-08-24
anv,i965: Move CS shared lowering into anv
Jason Ekstrand
2
-2
/
+5
2017-08-23
i965: Stop using wm_prog_data->binding_table.render_target_start.
Kenneth Graunke
1
-2
/
+7
2017-08-23
i965: Add a brw_wm_prog_data::has_render_target_reads field.
Kenneth Graunke
2
-0
/
+3
2017-08-22
anv: Check that in_fence fd is valid before closing it.
Francisco Jerez
1
-1
/
+2
2017-08-22
anv: Add error handling to setup_empty_execbuf().
Francisco Jerez
1
-9
/
+13
2017-08-21
i965: Mark functions static
Matt Turner
3
-20
/
+21
2017-08-21
i965/vec4: Use 'class' src_reg, rather than 'struct' src_reg
Matt Turner
1
-1
/
+1
2017-08-21
i965/vec4: Return float from spill_cost_for_type()
Matt Turner
1
-1
/
+1
2017-08-21
anv: Move clamp_int64() inside the IVB check
Matt Turner
1
-1
/
+1
2017-08-21
i965: Optimize reading the destination type
Matt Turner
1
-1
/
+3
2017-08-21
i965: Mark brw_hw_type_to_reg_type() as a pure function
Matt Turner
1
-1
/
+7
2017-08-21
i965: Hide the register type hardware encodings
Matt Turner
2
-31
/
+31
2017-08-21
i965: Stop using hardware register types directly
Matt Turner
4
-158
/
+113
2017-08-21
i965: Add brw_hw_reg_type_to_letters() and use it in brw_disasm.c
Matt Turner
3
-39
/
+45
2017-08-21
i965: Move brw_reg_type_letters() as well
Matt Turner
6
-33
/
+37
2017-08-21
i965: Switch to using the logical register types
Matt Turner
2
-21
/
+19
2017-08-21
i965: Add functions to abstract access to register types
Matt Turner
2
-51
/
+79
[next]