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
*
WIP: Partially upgrade to vulkan v0.221.0
BogDan Vatra
2016-01-14
9
-138
/
+215
*
nir/spirv: Add support for ArrayLength op
Jordan Justen
2016-01-13
1
-1
/
+32
*
nir/spirv/alu: Properly implement mod/rem
Jason Ekstrand
2016-01-13
1
-3
/
+3
*
i965: Implement nir_op_irem and nir_op_srem
Jason Ekstrand
2016-01-13
2
-0
/
+64
*
nir: Add more modulus and remainder opcodes
Jason Ekstrand
2016-01-13
2
-1
/
+16
*
nir/spirv: Add support for OpSpecConstantOp
Jason Ekstrand
2016-01-13
1
-0
/
+132
*
nir/spirv/alu: Factor out the opcode table
Jason Ekstrand
2016-01-13
2
-125
/
+123
*
anv/pipeline: Pass through specialization constants
Jason Ekstrand
2016-01-13
3
-18
/
+51
*
nir/spirv: Add initial support for specialization constants
Jason Ekstrand
2016-01-13
5
-3
/
+59
*
nir/spirv: Add support for OpQuantize
Jason Ekstrand
2016-01-12
2
-0
/
+5
*
i965: Implement nir_op_fquantize2f16
Jason Ekstrand
2016-01-12
2
-0
/
+23
*
nir: Add a fquantize2f16 opcode
Jason Ekstrand
2016-01-12
1
-0
/
+1
*
anv/device: Bump the max program size again
Jason Ekstrand
2016-01-12
1
-1
/
+1
*
vk: Implement workaround for occlusion queries
Kristian Høgsberg Kristensen
2016-01-12
4
-0
/
+20
*
anv/UpdateDescriptorSets: Respect write.dstArrayElement
Jason Ekstrand
2016-01-12
1
-1
/
+3
*
Merge ../mesa into vulkan
Kristian Høgsberg Kristensen
2016-01-12
41
-358
/
+852
|
\
|
*
st/omx: Avoid segfault in deconstructor if constructor fails
Tom St Denis
2016-01-12
1
-0
/
+3
|
*
vl: use preferred format for deinterlacing
Christian König
2016-01-12
1
-1
/
+7
|
*
vl: improve motion adaptive deinterlacer
Christian König
2016-01-12
2
-22
/
+49
|
*
st/va: add BOB deinterlacing v2
Christian König
2016-01-12
2
-11
/
+79
|
*
st/va: add NV12 -> NV12 post processing v2
Christian König
2016-01-12
2
-37
/
+124
|
*
st/va: use vl_video_buffer_adjust_size
Christian König
2016-01-12
1
-9
/
+4
|
*
st/vdpau: use vl_video_buffer_adjust_size
Christian König
2016-01-12
1
-10
/
+3
|
*
vl/buffers: extract vl_video_buffer_adjust_size helper
Christian König
2016-01-12
2
-8
/
+20
|
*
st/va: make the implementation thread safe v2
Christian König
2016-01-12
7
-54
/
+199
|
*
mesa: use gl_shader_variable in program resource list
Tapani Pälli
2016-01-12
3
-28
/
+129
|
*
glsl: track total amount of uniform locations used
Tapani Pälli
2016-01-12
1
-2
/
+15
|
*
main: get rid of needless conditional
Erik Faye-Lund
2016-01-12
1
-13
/
+12
|
*
gallium/util: removed unused header-file
Erik Faye-Lund
2016-01-12
2
-53
/
+0
|
*
nvc0: do not force re-binding of compute constbufs on Fermi
Samuel Pitoiset
2016-01-12
1
-1
/
+1
|
*
meta: Unconditionally set GL_SKIP_DECODE_EXT
Ian Romanick
2016-01-11
2
-11
/
+4
|
*
meta: Only bind the sampler in one place
Ian Romanick
2016-01-11
2
-8
/
+4
|
*
meta/decompress: Don't pollute the sampler object namespace
Ian Romanick
2016-01-11
1
-7
/
+15
|
*
meta/decompress: Save and restore the sampler using gl_sampler_object instead...
Ian Romanick
2016-01-11
1
-4
/
+5
|
*
meta/decompress: Track sampler using gl_sampler_object instead of GL API obje...
Ian Romanick
2016-01-11
2
-12
/
+12
|
*
meta/decompress: Use internal functions for sampler object access
Ian Romanick
2016-01-11
1
-4
/
+9
|
*
meta/generate_mipmap: Don't pollute the sampler object namespace
Ian Romanick
2016-01-11
1
-11
/
+11
|
*
meta/generate_mipmap: Save and restore the sampler using gl_sampler_object in...
Ian Romanick
2016-01-11
1
-4
/
+5
|
*
meta/generate_mipmap: Track sampler using gl_sampler_object instead of GL API...
Ian Romanick
2016-01-11
2
-14
/
+17
|
*
meta/generate_mipmap: Use internal functions for sampler object access
Ian Romanick
2016-01-11
1
-9
/
+11
|
*
meta/blit: Don't pollute the sampler object namespace in _mesa_meta_setup_sam...
Ian Romanick
2016-01-11
1
-7
/
+4
|
*
meta/blit: Save and restore the sampler using gl_sampler_object instead of GL...
Ian Romanick
2016-01-11
2
-5
/
+15
|
*
meta/blit: Use internal functions for sampler object access
Ian Romanick
2016-01-11
3
-19
/
+25
|
*
meta/blit: Group the SamplerParameteri calls with the other sampler operations
Ian Romanick
2016-01-11
1
-4
/
+4
|
*
mesa: Refator _mesa_BindSampler to make _mesa_bind_sampler
Ian Romanick
2016-01-11
2
-6
/
+16
|
*
mesa: Add _mesa_set_sampler_srgb_decode method
Ian Romanick
2016-01-11
2
-0
/
+14
|
*
mesa: Add _mesa_set_sampler_filters method
Ian Romanick
2016-01-11
2
-0
/
+26
|
*
mesa: Add _mesa_set_sampler_wrap method
Ian Romanick
2016-01-11
2
-0
/
+20
|
*
nvc0: remove useless goto in nvc0_launch_grid()
Samuel Pitoiset
2016-01-12
1
-6
/
+4
|
*
mesa: Mark Identity as const
Ian Romanick
2016-01-11
1
-1
/
+1
[next]