index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
softpipe: fix a warning due to an incorrect enum comparison
Marek Olšák
2016-04-22
1
-1
/
+1
*
gallium: remove helpers converting to/from TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
4
-37
/
+3
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
48
-369
/
+360
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
63
-499
/
+489
*
gallium: use enums in p_shader_tokens.h (v2)
Marek Olšák
2016-04-22
1
-139
/
+164
*
gallium: use enums in p_defines.h (v2)
Marek Olšák
2016-04-22
1
-173
/
+205
*
radeonsi: remove the shader parameter from si_set_ring_buffer
Marek Olšák
2016-04-22
3
-15
/
+11
*
radeonsi: decrease GS copy shader user SGPRs to 2
Marek Olšák
2016-04-22
2
-3
/
+3
*
radeonsi: shorten slot masks to 32 bits
Marek Olšák
2016-04-22
4
-63
/
+61
*
radeonsi: clean up shader resource limit definitions
Marek Olšák
2016-04-22
3
-23
/
+12
*
radeonsi: move default tess level constant buffer to RW buffers
Marek Olšák
2016-04-22
5
-10
/
+35
*
radeonsi: move sample positions constant buffer to RW buffers
Marek Olšák
2016-04-22
3
-4
/
+5
*
radeonsi: move clip plane constant buffer to RW buffers
Marek Olšák
2016-04-22
4
-14
/
+12
*
radeonsi: rework polygon stippling to use constant buffer instead of texture
Marek Olšák
2016-04-22
6
-101
/
+55
*
radeonsi: generalize si_set_constant_buffer
Marek Olšák
2016-04-22
1
-10
/
+17
*
radeonsi: make RW buffer descriptor array global, not per shader stage
Marek Olšák
2016-04-22
2
-51
/
+43
*
radeonsi: rename and rearrange RW buffer slots
Marek Olšák
2016-04-22
4
-30
/
+39
*
gallivm: fix bogus argument order to lp_build_sample_mipmap function
Roland Scheidegger
2016-04-21
1
-2
/
+2
*
i965: Fix clear code for ignoring colormask for XRGB formats on Gen9+.
Kenneth Graunke
2016-04-21
1
-0
/
+1
*
i965/blorp: Improve precission of blitting coordinates when clipping
Iago Toral Quiroga
2016-04-21
1
-61
/
+163
[next]