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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Avoid aliasing violation in FXT1.
Matt Turner
2016-07-26
1
-2
/
+2
*
swrast: Avoid aliasing violation.
Matt Turner
2016-07-26
1
-2
/
+2
*
glsl: Avoid aliasing violations.
Matt Turner
2016-07-26
2
-10
/
+4
*
glsl: Separate overlapping sentinel nodes in exec_list.
Matt Turner
2016-07-26
25
-137
/
+165
*
i965/miptree: Stop multiplying cube depth by 6 in HiZ calculations
Jason Ekstrand
2016-07-26
1
-17
/
+2
*
i965/miptree/isl: Stop multiplying depth by 6 for cubes
Jason Ekstrand
2016-07-26
1
-5
/
+0
*
i965/blorp/gen8: Stop multiplying depth by 6 for cubes
Jason Ekstrand
2016-07-26
1
-4
/
+1
*
nvc0: use nvc0_m2mf_push_linear() to reduce code duplication
Samuel Pitoiset
2016-07-26
1
-13
/
+3
*
nvc0: use nve4_p2mf_push_linear() to reduce code duplication
Samuel Pitoiset
2016-07-26
1
-36
/
+9
*
main: memcpy larger chunks in _mesa_propagate_uniforms_to_driver_storage
Nils Wallménius
2016-07-25
1
-6
/
+23
*
st/va: enable h264 VAAPI encode
Boyuan Zhang
2016-07-25
1
-5
/
+1
*
st/va: add function to handle misc param type frame rate
Boyuan Zhang
2016-07-25
1
-5
/
+19
*
st/va: add enviromental variable to disable interlace
Boyuan Zhang
2016-07-25
1
-0
/
+4
*
st/va: add preset values for VAAPI encode
Boyuan Zhang
2016-07-25
1
-0
/
+27
*
st/va: add functions for VAAPI encode
Boyuan Zhang
2016-07-25
3
-2
/
+178
*
st/va: get rate control method from configattrib v2
Boyuan Zhang
2016-07-25
3
-0
/
+15
*
st/va: add conversion for yv12 to nv12in putimage v2
Boyuan Zhang
2016-07-25
1
-7
/
+27
*
vl/util: add copy func for yv12image to nv12surface v2
Boyuan Zhang
2016-07-25
1
-0
/
+37
*
st/va: add encode entrypoint v2
Boyuan Zhang
2016-07-25
4
-39
/
+150
*
nvc0: upload sample locations on GM20x
Samuel Pitoiset
2016-07-24
3
-5
/
+31
*
freedreno/a4xx: time-elapsed query should be active for clears
Rob Clark
2016-07-24
1
-1
/
+1
*
nvc0/ir: fix up an assertion in emitUADD()
Samuel Pitoiset
2016-07-24
1
-4
/
+3
*
nvc0: fix wrong indentation in nvc0_validate_fb()
Samuel Pitoiset
2016-07-23
1
-141
/
+141
*
glsl: reuse main extension table to appropriately restrict extensions
Ilia Mirkin
2016-07-23
14
-354
/
+268
*
freedreno/a4xx: timestamp queries
Rob Clark
2016-07-23
3
-1
/
+34
*
freedreno: hw timestamp support
Rob Clark
2016-07-23
2
-2
/
+15
*
freedreno: prep work for timestamp queries
Rob Clark
2016-07-23
3
-6
/
+10
*
radeonsi: ensure sample locations are set for line and polygon smoothing
Nicolai Hähnle
2016-07-23
1
-2
/
+1
*
radeonsi: fix Polaris MSAA regression
Nicolai Hähnle
2016-07-23
2
-15
/
+20
*
freedreno/ir3: Add missing braces in initializer
[email protected]
2016-07-23
1
-1
/
+1
*
freedreno/a2xx: silence missing case 'SHADER_COMPUTE' warning (v2)
[email protected]
2016-07-23
1
-0
/
+2
*
radeonsi: implement buffer_subdata without indirect calls
Marek Olšák
2016-07-23
5
-5
/
+41
*
gallium/util: don't modify usage in pipe_buffer_write
Marek Olšák
2016-07-23
2
-9
/
+7
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
57
-389
/
+383
*
nir: Lower interp_var_at_* like a normal load_var for flat inputs.
Kenneth Graunke
2016-07-22
1
-0
/
+4
*
mesa: Don't call GenerateMipmap if Width or Height == 0.
Kenneth Graunke
2016-07-22
1
-0
/
+5
*
anv/pipeline: Set up point coord enables
Jason Ekstrand
2016-07-22
1
-0
/
+5
*
spirv/nir: Add support for ImageQuerySamples
Jason Ekstrand
2016-07-22
1
-0
/
+3
*
spirv/nir: Handle texture projectors
Jason Ekstrand
2016-07-22
1
-0
/
+15
*
nir/spirv: Refactor coordinate handling in handle_texture
Jason Ekstrand
2016-07-22
1
-29
/
+28
*
spirv/nir: Refactor type handling in handle_texture
Jason Ekstrand
2016-07-22
1
-5
/
+8
*
spirv/nir: Move opcode selection higher up in handle_texture
Jason Ekstrand
2016-07-22
1
-48
/
+48
*
anv/image: Assert that the image format is actually supported
Jason Ekstrand
2016-07-22
1
-2
/
+5
*
spirv/nir: Don't increment coord_components for array lod queries
Jason Ekstrand
2016-07-22
1
-1
/
+1
*
i965: Get rid of the do_lower_unnormalized_offsets pass
Jason Ekstrand
2016-07-22
4
-109
/
+0
*
i965/nir: Enable NIR lowering of txf and rect offsets
Jason Ekstrand
2016-07-22
1
-0
/
+2
*
nir/lower_tex: Add support for lowering coordinate offsets
Jason Ekstrand
2016-07-22
2
-0
/
+64
*
nir/lower_tex: Add some helpers for working with tex sources
Jason Ekstrand
2016-07-22
1
-16
/
+30
*
nir: Add a helper for determining the type of a texture source
Jason Ekstrand
2016-07-22
1
-0
/
+44
*
anv/pipeline: Set binding_table.gather_texture_start
Jason Ekstrand
2016-07-22
1
-0
/
+1
[next]