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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-01
amd: fix a typo in PIXEL_PIPE_STAT_RESET definition
Marek Olšák
1
-1
/
+1
2016-11-01
gallium/radeon: add enum radeon_micro_mode
Marek Olšák
3
-7
/
+14
2016-11-01
gallium/radeon: make it clear that DRM 2.x.x fast clear constraint is CIK-only
Marek Olšák
1
-2
/
+2
2016-11-01
gallium/radeon: remove r600_surface::level_info
Marek Olšák
3
-7
/
+6
2016-11-01
gallium/radeon: add radeon_surf::is_linear
Marek Olšák
8
-13
/
+15
2016-11-01
gallium/radeon: remove radeon_surf_level::pitch_bytes
Marek Olšák
13
-44
/
+48
2016-11-01
gallium/radeon: don't call u_format helpers if we have that info already
Marek Olšák
2
-10
/
+8
2016-11-01
gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levels
Marek Olšák
6
-15
/
+19
2016-11-01
radeonsi: add a driver query for counting CP DMA calls
Marek Olšák
4
-0
/
+13
2016-11-01
radeonsi: add a driver query for shader cache hits
Marek Olšák
4
-1
/
+16
2016-11-01
gbm: set up the interop extension for egl/drm
Marek Olšák
3
-0
/
+3
2016-11-01
nvc0: do not duplicate similar performance metrics
Samuel Pitoiset
1
-43
/
+7
2016-11-01
anv/device: Return DEVICE_LOST if execbuf2 fails
Jason Ekstrand
1
-6
/
+4
2016-11-01
i965/gen8: Fix vertex attrib upload for dvec3/4 shader inputs
Antia Puentes
5
-22
/
+20
2016-11-01
radv: drop some unused cmask info members.
Dave Airlie
2
-8
/
+0
2016-10-31
intel: aubinator: fix printing missing gen option
Lionel Landwerlin
1
-2
/
+2
2016-10-31
intel: aubinator: fix assumptions on amount of required data
Lionel Landwerlin
1
-1
/
+5
2016-10-31
intel: aubinator: don't print out blocks twice
Lionel Landwerlin
1
-1
/
+0
2016-10-31
i965: Move gen8_disable_stages to brw_upload_initial_gpu_state
Nanley Chery
4
-56
/
+13
2016-10-31
i965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_invariant_state
Nanley Chery
3
-36
/
+10
2016-10-31
st/omx/dec: disable tunnel for size different case
Leo Liu
3
-1
/
+11
2016-10-31
st/omx/dec: result buffers size should match codec decoder size
Leo Liu
3
-19
/
+18
2016-10-31
swr: [rasterizer] added EventHandlerFile contructor
George Kyriazis
1
-1
/
+6
2016-10-31
swr: [rasterizer core] Frontend dependency work
George Kyriazis
3
-2
/
+18
2016-10-31
swr: [rasterizer core] Refactor/cleanup backends
George Kyriazis
2
-360
/
+351
2016-10-31
swr: [rasterizer core] Remove deprecated simd intrinsics
George Kyriazis
4
-990
/
+1
2016-10-31
swr: [rasterizer archrast] Add thread tags to event files.
George Kyriazis
5
-4
/
+24
2016-10-31
glsl: use a non-malloc'd storage for short ir_variable names
Marek Olšák
3
-3
/
+22
2016-10-31
glsl: use the linear allocator in opt_constant_propagation
Marek Olšák
1
-3
/
+11
2016-10-31
glsl: use the linear allocator in opt_copy_propagation
Marek Olšák
1
-1
/
+6
2016-10-31
glsl: use the linear allocator in opt_copy_propagation_elements
Marek Olšák
1
-4
/
+11
2016-10-31
glsl: use the linear allocator in opt_dead_code_local
Marek Olšák
1
-3
/
+9
2016-10-31
glsl: use the linear allocator in glsl_symbol_table
Marek Olšák
1
-8
/
+8
2016-10-31
glsl: use the linear allocator for ast_node and derived classes
Marek Olšák
6
-113
/
+114
2016-10-31
glsl/lexer: use the linear allocator
Marek Olšák
3
-8
/
+12
2016-10-31
glcpp: use the linear allocator for most objects
Marek Olšák
3
-118
/
+91
2016-10-31
ralloc: add a linear allocator as a child node of ralloc
Marek Olšák
2
-4
/
+433
2016-10-31
ralloc: remove memset from ralloc_size
Marek Olšák
1
-15
/
+11
2016-10-31
ralloc: use rzalloc where it's necessary
Marek Olšák
11
-15
/
+19
2016-10-31
ralloc: add DECLARE_RZALLOC_CXX_OPERATORS
Marek Olšák
1
-2
/
+7
2016-10-31
nir: zero allocated memory where needed
Juha-Pekka Heikkila
6
-7
/
+7
2016-10-31
i965/fs: fill allocated memory with zeros where needed
Juha-Pekka Heikkila
2
-3
/
+3
2016-10-31
i965/vec4: zero allocated memory where needed
Juha-Pekka Heikkila
1
-2
/
+2
2016-10-31
glsl/glcpp: initialize all fields of glcpp_parser_t on creation
Tapani Pälli
1
-0
/
+3
2016-10-31
glsl: Fix reading of uninitialized memory
Juha-Pekka Heikkila
2
-4
/
+4
2016-10-31
glsl: initialize glsl_struct_field properly
Marek Olšák
2
-38
/
+6
2016-10-31
ralloc: don't memset ralloc_header, clear it manually
Marek Olšák
1
-1
/
+15
2016-10-30
clover: Implement clGetExtensionFunctionAddressForPlatform.
Serge Martin
3
-1
/
+21
2016-10-30
clover: Introduce CLOVER_EXTRA_*_OPTIONS environment variables
Vedran Miletić
1
-3
/
+7
2016-10-30
clover: Pass unquoted compiler arguments to Clang
Vedran Miletić
1
-4
/
+36
[next]