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
*
anv: add helper to get vue map for fragment shader
Lionel Landwerlin
2017-01-10
2
-6
/
+12
*
anv: add get_.*_prog_data for tesselation stages
Lionel Landwerlin
2017-01-10
1
-0
/
+2
*
anv: make get_.*_prog_data take a const pipeline
Lionel Landwerlin
2017-01-10
1
-1
/
+1
*
nir: Fix anonymous union initialization with older GCC.
Vinson Lee
2017-01-09
1
-1
/
+1
*
docs: add Vulkan Float64 capability support for anv driver
Samuel Iglesias Gonsálvez
2017-01-10
1
-0
/
+1
*
radv/ac: add support for multi sample image coords
Dave Airlie
2017-01-10
1
-1
/
+16
*
glsl: Do not allow scalar types in vector relational functions
Boyan Ding
2017-01-09
1
-19
/
+10
*
nir: remove duplicated foreach loop
Thomas Hindoe Paaboel Andersen
2017-01-09
1
-1
/
+0
*
i965: Fix number of slots in SSO mode when there are no user varyings.
Kenneth Graunke
2017-01-09
1
-4
/
+2
*
spirv: Move cursor before calling vtn_ssa_value() in phi 2nd pass.
Kenneth Graunke
2017-01-09
1
-1
/
+2
*
mesa: set GLSL 1.20 for the fixed-function fragment shader
Marek Olšák
2017-01-10
1
-1
/
+13
*
radv: Create single RADV_DEBUG env var.
Bas Nieuwenhuizen
2017-01-09
6
-36
/
+53
*
ac/debug: Dump indirect buffers.
Bas Nieuwenhuizen
2017-01-09
5
-9
/
+37
*
radv: Dump command buffer on hang.
Bas Nieuwenhuizen
2017-01-09
6
-9
/
+150
*
ac/debug: Move IB decode to common code.
Bas Nieuwenhuizen
2017-01-09
7
-332
/
+420
*
ac/debug: Move sid_tables.h generation to common code.
Bas Nieuwenhuizen
2017-01-09
6
-15
/
+12
*
relnotes: Claim OpenGL 4.5 rather than 4.4
Jason Ekstrand
2017-01-09
1
-3
/
+3
*
mesa: Bump the version to 17.0
Jason Ekstrand
2017-01-09
2
-5
/
+5
*
radeonsi: fix the Witcher 2 black transitions
Marek Olšák
2017-01-09
1
-2
/
+13
*
radeonsi: set si_shader_context::input_decls for ranged decls correctly
Marek Olšák
2017-01-09
1
-1
/
+4
*
radeonsi: cleanly communicate whether si_shader_dump should check R600_DEBUG
Marek Olšák
2017-01-09
5
-13
/
+15
*
isl: render target cube maps should be handled as 2D images, not cubes
Iago Toral Quiroga
2017-01-09
1
-4
/
+6
*
anv: don't skip the VUE header if we are reading gl_Layer in a fragment shader
Iago Toral Quiroga
2017-01-09
1
-4
/
+16
*
anv: enable shaderFloat64 feature
Samuel Iglesias Gonsálvez
2017-01-09
1
-1
/
+1
*
anv: enable float64 feature on supported platforms
Samuel Iglesias Gonsálvez
2017-01-09
1
-1
/
+5
*
spirv: enable SpvCapabilityFloat64 only to supported platforms
Samuel Iglesias Gonsálvez
2017-01-09
2
-1
/
+5
*
nir/i965: use two slots from inputs_read for dvec3/dvec4 vertex input attributes
Juan A. Suarez Romero
2017-01-09
9
-60
/
+107
*
isl: fix VA64 support for double and dvecN vertex attributes
Samuel Iglesias Gonsálvez
2017-01-09
2
-6
/
+6
*
anv/pipeline: get map for double input attributes
Juan A. Suarez Romero
2017-01-09
1
-0
/
+1
*
spirv: add support for doubles to OpSpecConstant
Samuel Iglesias Gonsálvez
2017-01-09
5
-8
/
+55
*
spirv/nir: add (un)packDouble2x32() translation
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+2
*
spirv/nir: implement DF conversions
Samuel Iglesias Gonsálvez
2017-01-09
3
-13
/
+23
*
nir: add nir_type_conversion_op()
Samuel Iglesias Gonsálvez
2017-01-09
2
-0
/
+83
*
nir: add nir_get_nir_type_for_glsl_type()
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+24
*
spirv: add support for doubles on OpComposite{Insert,Extract}
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+1
*
spirv: Enable double floating points when copying variables in _vtn_variable_...
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+1
*
spirv: add double support to _vtn_block_load_store()
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+1
*
spirv: add double support to _vtn_variable_load_store
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+1
*
spirv: add double support to SpvOpCompositeExtract
Samuel Iglesias Gonsálvez
2017-01-09
1
-2
/
+14
*
spirv: fix SpvOpSpecConstantOp with SpvOpVectorShuffle working with double-ba...
Samuel Iglesias Gonsálvez
2017-01-09
1
-12
/
+40
*
spirv: add DF support to SpvOp*ConstantComposite
Samuel Iglesias Gonsálvez
2017-01-09
1
-3
/
+11
*
spirv: add DF support to vtn_const_ssa_value()
Samuel Iglesias Gonsálvez
2017-01-09
1
-3
/
+5
*
spirv: add support for loading DF constants
Samuel Iglesias Gonsálvez
2017-01-09
1
-2
/
+10
*
spirv: add definition of double based data types
Samuel Iglesias Gonsálvez
2017-01-09
1
-2
/
+4
*
spirv: fix typo in spec_constant_decoration_cb()
Samuel Iglesias Gonsálvez
2017-01-09
1
-2
/
+2
*
radv: drop unused fields in physical device.
Dave Airlie
2017-01-09
1
-6
/
+0
*
i965: call intel_prepare_render always when reading pixels
Tapani Pälli
2017-01-09
1
-6
/
+6
*
st/mesa: pass gl_program to st_bind_ubos()
Timothy Arceri
2017-01-09
1
-18
/
+18
*
st/mesa: pass gl_program to st_bind_images()
Timothy Arceri
2017-01-09
1
-24
/
+22
*
st/mesa: stop passing gl_linked_shader to set_affected_state_flags()
Timothy Arceri
2017-01-09
1
-7
/
+6
[next]