index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: Set range metadata on calls to llvm.SI.tid
Tom Stellard
2016-04-22
1
-3
/
+26
*
radeonsi: Create a helper function for computing the thread id
Tom Stellard
2016-04-22
1
-6
/
+11
*
i965: Disable KHR_texture_compression_astc_hdr on Gen9
Nanley Chery
2016-04-22
2
-4
/
+3
*
swr: [rasterizer memory] Constify load tiles
Tim Rowley
2016-04-22
2
-6
/
+8
*
swr: [rasterizer core] CompleteDrawContext changes for gcc
Tim Rowley
2016-04-22
1
-4
/
+11
*
swr: [rasterizer] Small cleanups
Tim Rowley
2016-04-22
7
-20
/
+29
*
swr: [rasterizer scripts] Knob scripts tweaks
Tim Rowley
2016-04-22
2
-2
/
+27
*
swr: [rasterizer] Interpolation utility functions
Tim Rowley
2016-04-22
3
-6
/
+55
*
swr: [rasterizer core] TemplateArgUnroller
Tim Rowley
2016-04-22
5
-109
/
+101
*
swr: [rasterizer core] Arena: make most allocated blocks the same size
Tim Rowley
2016-04-22
1
-16
/
+52
*
swr: [rasterizer core] Fix global arena allocator bug
Tim Rowley
2016-04-22
2
-42
/
+51
*
swr: [rasterizer core] Fix thread binding for 32-bit windows
Tim Rowley
2016-04-22
1
-1
/
+15
*
swr: [rasterizer fetch] Add support for fetching non-uniform component formats
Tim Rowley
2016-04-22
1
-1
/
+189
*
swr: [rasterizer core] Use CS spill/fill size in core
Tim Rowley
2016-04-22
4
-5
/
+9
*
swr: fix memory leaks from vs/fs compilation
Tim Rowley
2016-04-22
3
-23
/
+41
*
swr: fix clang warnings
Tim Rowley
2016-04-22
2
-5
/
+5
*
freedreno/a4xx: fix encoding of blend color state
Rob Clark
2016-04-22
1
-35
/
+14
*
freedreno: update generated headers
Rob Clark
2016-04-22
5
-9
/
+33
*
vc4: Make sure we recompile when sample_mask changes.
Eric Anholt
2016-04-22
1
-0
/
+1
*
vc4: Fix validation of full res tile offset if used for non-MSAA.
Eric Anholt
2016-04-22
3
-2
/
+14
*
vc4: Only do MSAA FB operations if the FB is MSAA.
Eric Anholt
2016-04-22
1
-5
/
+8
*
vc4: Fix tests for format supported with nr_samples == 1.
Eric Anholt
2016-04-22
1
-3
/
+4
*
vc4: Don't try to blit from MSAA surfaces with mismatched width to dst.
Eric Anholt
2016-04-22
1
-11
/
+14
*
i965: Disable channel expressions for scalar GS, TCS, TES.
Kenneth Graunke
2016-04-22
1
-1
/
+3
*
i965/blorp: Add support for 2x msaa
Topi Pohjolainen
2016-04-22
2
-10
/
+9
*
i965/blorp: Add support for encoding/decoding interleaved 2x msaa
Topi Pohjolainen
2016-04-22
1
-8
/
+36
*
i965: don't lower mod() in glsl ir
Samuel Iglesias Gonsálvez
2016-04-22
1
-1
/
+0
*
glsl: fix cross validation for explicit locations on structs and arrays
Timothy Arceri
2016-04-22
1
-13
/
+30
*
radeonsi: implement TGSI_SEMANTIC_HELPER_INVOCATION
Nicolai Hähnle
2016-04-21
2
-1
/
+12
*
swr: ignore generated files in rasterizer
Ilia Mirkin
2016-04-22
1
-0
/
+7
*
nvc0: fix retrieving query results into buffer for timestamps
Ilia Mirkin
2016-04-22
1
-5
/
+15
*
i965/surface_state: Use libisl functions for image format lowering
Jason Ekstrand
2016-04-21
3
-120
/
+12
*
i965/fs_surface_builder: Use isl instead of mesa for format info
Jason Ekstrand
2016-04-21
1
-66
/
+52
*
i965/fs_surface_builder: Add a helper for converting GL to ISL formats
Jason Ekstrand
2016-04-21
1
-0
/
+55
*
i965/fs_surface_builder: Explicitly handle FORMAT_NONE in num_image_coordinates
Jason Ekstrand
2016-04-21
1
-0
/
+1
*
i965/fs_surface_builder: Take a GL format enum instead of mesa_format
Jason Ekstrand
2016-04-21
3
-9
/
+10
*
isl/format: Add a get_num_channels helper
Jason Ekstrand
2016-04-21
2
-0
/
+17
*
isl/format: Add more isl_format_has_type_channel functions
Jason Ekstrand
2016-04-21
2
-4
/
+43
*
isl/format: Break the guts of has_[us]int_channel into a helper
Jason Ekstrand
2016-04-21
1
-18
/
+16
*
anv/image: Use the has_matching_typed_storage_image_format helper from isl
Jason Ekstrand
2016-04-21
1
-12
/
+3
*
isl: Add a helper for determining when a typed load/store can be used
Jason Ekstrand
2016-04-21
2
-0
/
+20
*
isl: Take a devinfo in lower_storage_image_format instead of an isl_device
Jason Ekstrand
2016-04-21
4
-18
/
+19
*
isl: Don't use designated initializers in the header
Jason Ekstrand
2016-04-21
1
-13
/
+24
*
isl: Include c99_compat.h
Jason Ekstrand
2016-04-21
1
-0
/
+1
*
i965: Add a dependency on libisl
Jason Ekstrand
2016-04-21
4
-10
/
+17
*
radeon: handle query buffer allocation and mapping failures
Nicolai Hähnle
2016-04-21
2
-9
/
+33
*
radeon: wire end_query return value to sw/hw_end
Nicolai Hähnle
2016-04-21
2
-7
/
+10
*
st/mesa: check return value of begin/end_query
Nicolai Hähnle
2016-04-21
1
-22
/
+33
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
19
-26
/
+49
*
i965: Always use Y-tiled buffers on SKL+
Ben Widawsky
2016-04-21
4
-8
/
+30
[next]