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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2015-11-23
83
-1813
/
+2450
|
\
|
*
i965: Use NIR for lowering texture swizzle
Jason Ekstrand
2015-11-23
6
-196
/
+44
|
*
i965: Use nir_lower_tex for texture coordinate lowering
Jason Ekstrand
2015-11-23
8
-131
/
+42
|
*
i965/fs: Stomp the texture return type to UINT32 for resinfo messages
Jason Ekstrand
2015-11-23
1
-0
/
+11
|
*
nir/lower_tex: Report progress
Jason Ekstrand
2015-11-23
1
-1
/
+1
|
*
i965: Move postprocess_nir to codegen time
Jason Ekstrand
2015-11-23
4
-5
/
+20
|
*
i965/nir: Split shader optimization and lowering into three stages
Jason Ekstrand
2015-11-23
2
-38
/
+104
|
*
i965: Use ull immediates in brw_inst_bits
Jason Ekstrand
2015-11-23
1
-2
/
+2
|
*
st/mesa: add astc support
Ilia Mirkin
2015-11-23
2
-1
/
+262
|
*
i965: Handle lum, intensity and missing components in the fast clear
Neil Roberts
2015-11-23
1
-2
/
+32
|
*
nir: s/nir_type_unsigned/nir_type_uint
Jason Ekstrand
2015-11-23
2
-3
/
+3
|
*
i965/fs: add stride restrictions for copy propagation
Connor Abbott
2015-11-23
1
-1
/
+55
|
*
i965/fs: don't propagate cmod when the exec sizes differ
Connor Abbott
2015-11-23
1
-1
/
+2
|
*
i965/fs: respect force_sechalf/force_writemask_all in CSE
Connor Abbott
2015-11-23
1
-0
/
+2
|
*
i965: fix 64-bit immediates in brw_inst(_set)_bits
Connor Abbott
2015-11-23
1
-2
/
+2
|
*
i965/fs: print non-1 strides when dumping instructions
Connor Abbott
2015-11-23
1
-0
/
+12
|
*
mesa/teximage: Fix S3TC regression due to ASTC interaction
Nanley Chery
2015-11-22
1
-28
/
+15
|
*
mesa/extensions: Enable overriding permanently enabled extensions
Nanley Chery
2015-11-22
1
-40
/
+24
|
*
i965: Fix num_uniforms count for scalar GS.
Kenneth Graunke
2015-11-22
1
-1
/
+3
|
*
i965: Test that nonrepresentable floats cannot be converted to VF.
Matt Turner
2015-11-20
1
-0
/
+15
|
*
i965: Use ldexpf() in VF float test set up.
Matt Turner
2015-11-20
1
-8
/
+3
|
*
i965/vec4: Initialize nir_inputs with src_reg().
Matt Turner
2015-11-20
1
-1
/
+1
|
*
i965/fs: Add support for gl_HelperInvocation system value.
Matt Turner
2015-11-20
1
-0
/
+52
|
*
i965: Add brw_imm_uv().
Matt Turner
2015-11-20
1
-0
/
+9
|
*
i965: Don't bother setting regioning on immediates.
Matt Turner
2015-11-20
1
-6
/
+0
|
*
mesa: update some old-style (K&R?) function pointer calls
Brian Paul
2015-11-20
6
-7
/
+7
|
*
glsl: add subroutine index qualifier support
Timothy Arceri
2015-11-21
2
-0
/
+8
|
*
i965/gen9: Support fast clears for 32b float
Ben Widawsky
2015-11-20
2
-10
/
+6
|
*
Revert "i965/gen9: Enable rep clears on gen9"
Ben Widawsky
2015-11-20
1
-5
/
+0
|
*
Revert "i965/gen9: Disable MCS for 1x color surfaces"
Ben Widawsky
2015-11-20
1
-8
/
+0
|
*
i965/meta/gen9: Individually fast clear color attachments
Ben Widawsky
2015-11-20
1
-13
/
+65
|
*
i965/skl: skip fast clears for certain surface formats
Ben Widawsky
2015-11-20
2
-27
/
+33
|
*
i965: Add lossless compression to surface format table
Ben Widawsky
2015-11-20
3
-252
/
+282
|
*
i965/skl: Add fast color clear infrastructure
Ben Widawsky
2015-11-20
4
-20
/
+81
|
*
mesa: remove unused var in _mesa_PushDebugGroup()
Brian Paul
2015-11-20
1
-1
/
+0
|
*
mesa: whitespaces fixes in _mesa_one_time_init_extension_overrides()
Brian Paul
2015-11-20
1
-6
/
+7
|
*
st/mesa: add support for batch driver queries to perfmon
Nicolai Hähnle
2015-11-20
2
-7
/
+82
|
*
st/mesa: maintain active perfmon counters in an array
Nicolai Hähnle
2015-11-20
2
-41
/
+58
|
*
st/mesa: use BITSET_FOREACH_SET to loop through active perfmon counters
Nicolai Hähnle
2015-11-20
1
-5
/
+2
|
*
st/mesa: store mapping from perfmon counter to query type
Nicolai Hähnle
2015-11-20
3
-42
/
+49
|
*
st/mesa: map semantic driver query types to underlying type
Nicolai Hähnle
2015-11-20
1
-0
/
+3
|
*
gallium: remove pipe_driver_query_group_info field type
Nicolai Hähnle
2015-11-20
1
-30
/
+0
|
*
xmlconfig: Add support for DragonFly
François Tigeot
2015-11-20
1
-0
/
+3
|
*
mesa: re-enable KHR_debug for ES contexts
Boyan Ding
2015-11-20
1
-1
/
+1
|
*
main: Don't restrict several KHR_debug enum to desktop GL
Boyan Ding
2015-11-20
2
-12
/
+3
|
*
mesa: use the correct string for the ES GL_KHR_debug functions
Emil Velikov
2015-11-20
3
-19
/
+77
|
*
i965: Enable EXT_shader_samples_identical
Ian Romanick
2015-11-19
5
-2
/
+34
|
*
i965/vec4: Handle nir_tex_src_ms_index more like the scalar
Ian Romanick
2015-11-19
1
-8
/
+10
|
*
nir: Add nir_texop_samples_identical opcode
Ian Romanick
2015-11-19
2
-0
/
+2
|
*
glsl: Add ir_samples_identical opcode
Ian Romanick
2015-11-19
2
-0
/
+4
[next]