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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-07
radeonsi: enable GLSL 4.50
ARB_enhanced_layouts
Nicolai Hähnle
1
-1
/
+1
2016-10-07
st/mesa: enable ARB_enhanced_layouts and turn the cap on
Nicolai Hähnle
6
-12
/
+19
2016-10-07
st/glsl_to_tgsi: adjust swizzles and writemasks for explicit components
Nicolai Hähnle
1
-19
/
+51
2016-10-07
st/glsl_to_tgsi: explicitly track all input and output declaration
Nicolai Hähnle
1
-133
/
+144
2016-10-07
st/glsl_to_tgsi: mark "gaps" in input/output arrays as used
Nicolai Hähnle
1
-8
/
+24
2016-10-07
st/glsl_to_tgsi: disable on-the-fly peephole for 64-bit operations
Nicolai Hähnle
1
-0
/
+4
2016-10-07
st/glsl_to_tgsi: simpler fixup of empty writemasks
Nicolai Hähnle
1
-27
/
+10
2016-10-07
st/glsl_to_tgsi: explicit handling of writemask for depth/stencil export
Nicolai Hähnle
1
-8
/
+17
2016-10-07
glsl: dump explicit location when printing IR
Nicolai Hähnle
1
-3
/
+7
2016-10-07
tgsi/ureg: add ureg_DECL_output_layout
Nicolai Hähnle
2
-15
/
+40
2016-10-07
tgsi/ureg: add layout/component input declarations
Nicolai Hähnle
2
-13
/
+77
2016-10-07
tgsi/scan: fix num_inputs/num_outputs for shaders with overlapping arrays
Nicolai Hähnle
1
-6
/
+3
2016-10-07
gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
Nicolai Hähnle
17
-0
/
+24
2016-10-07
radeonsi: make more use of si_have_tgsi_compute
Nicolai Hähnle
1
-3
/
+1
2016-10-07
gallium/radeon: assign a name to LLVM output variables in debug builds
Nicolai Hähnle
1
-1
/
+6
2016-10-07
gallium/radeon: avoid redundant work with overlapping in/out arrays
Nicolai Hähnle
1
-1
/
+4
2016-10-06
intel: aubinator: add missing return characters
Lionel Landwerlin
1
-5
/
+5
2016-10-06
nir: Delete open coded type printing.
Kenneth Graunke
3
-36
/
+11
2016-10-06
anv: fix GetPhysicalDeviceProperties to return timestampPeriod in ns
Philipp Zabel
1
-1
/
+1
2016-10-06
i965: remove remaining tabs in brw_draw.c
Timothy Arceri
1
-13
/
+13
2016-10-06
i965: get inputs read from nir info
Timothy Arceri
10
-20
/
+39
2016-10-06
i965: get outputs written from nir info
Timothy Arceri
6
-22
/
+34
2016-10-06
i965: get outputs read from nir info
Timothy Arceri
2
-2
/
+3
2016-10-06
i965: remove remaining tabs in brw_wm.c
Timothy Arceri
1
-44
/
+44
2016-10-06
mesa: remove the UsesDFdy flag
Timothy Arceri
5
-22
/
+2
2016-10-06
i965: get uses discard from nir info
Timothy Arceri
1
-2
/
+4
2016-10-06
i965: get uses texture gather from nir info
Timothy Arceri
3
-9
/
+11
2016-10-05
i965: Eliminate brw->cs.prog_data pointer.
Kenneth Graunke
6
-17
/
+18
2016-10-05
i965: Eliminate brw->wm.prog_data pointer.
Kenneth Graunke
14
-50
/
+68
2016-10-05
i965: Eliminate brw->gs.prog_data pointer.
Kenneth Graunke
10
-59
/
+73
2016-10-05
i965: Eliminate brw->tes.prog_data pointer.
Kenneth Graunke
10
-25
/
+29
2016-10-05
i965: Eliminate brw->tcs.prog_data pointer.
Kenneth Graunke
8
-25
/
+28
2016-10-05
i965: Eliminate brw->vs.prog_data pointer.
Kenneth Graunke
18
-96
/
+121
2016-10-05
i965: Introduce downcast helpers for prog_data structures.
Kenneth Graunke
7
-62
/
+66
2016-10-05
i965/sync: Rename awkward variable
Chad Versace
1
-6
/
+6
2016-10-05
i965/sync: Rename intel_syncobj.c -> brw_sync.c
Chad Versace
3
-2
/
+2
2016-10-05
i965/sync: Replace 'intel' prefix with 'brw'
Chad Versace
3
-37
/
+37
2016-10-05
i965/sync: Fix uninitalized usage and leak of mutex
Chad Versace
1
-2
/
+12
2016-10-05
nir: Use the correct infos structure for copying atomic sources
Jason Ekstrand
1
-1
/
+1
2016-10-05
nvc0: dump program binary when chipset has been forced
Samuel Pitoiset
1
-0
/
+5
2016-10-05
radeonsi: fix texture border colors for compute shaders
Marek Olšák
1
-0
/
+12
2016-10-05
gallium/radeon/winsyses: set reasonable max_alloc_size
Marek Olšák
2
-3
/
+5
2016-10-05
radeonsi: fix interpolateAt opcodes for .zw components
Marek Olšák
1
-1
/
+1
2016-10-05
radeonsi: add assertions to validate interpolation flags
Marek Olšák
1
-0
/
+34
2016-10-05
radeonsi: interpolate colors after interpolation weight shuffling
Marek Olšák
1
-48
/
+48
2016-10-05
tgsi/scan: don't set interp flags for inputs only used by INTERP (v2)
Marek Olšák
1
-48
/
+57
2016-10-05
ddebug: dump most driver information with GALLIUM_DDEBUG=always
Marek Olšák
1
-1
/
+5
2016-10-05
nv50/ra: let simplify return an error and handle that
Karol Herbst
1
-5
/
+7
2016-10-05
intel/blorp: Use documented RECTLIST vertex positions
Nanley Chery
1
-3
/
+3
2016-10-05
anv/meta: Roll clear_image into CmdClearDepthStencilImage
Jason Ekstrand
1
-56
/
+28
[next]