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
*
texobj: Check completeness with InternalFormat rather than Mesa format
Neil Roberts
2016-01-14
1
-1
/
+1
*
i965: Remove unused hw_must_use_separate_stencil
Ben Widawsky
2016-01-13
3
-5
/
+1
*
i965: Drop extra newline from shader compile messages.
Matt Turner
2016-01-13
2
-2
/
+2
*
nir: Change bfm's semantics to match Intel/AMD/SM5.
Matt Turner
2016-01-13
1
-3
/
+6
*
glsl: Fix undefined shifts.
Matt Turner
2016-01-13
2
-7
/
+7
*
glsl: Handle failure of Python codegen scripts.
Matt Turner
2016-01-13
1
-5
/
+5
*
glsl, nir: Make ir_triop_bitfield_extract a vectorized operation.
Kenneth Graunke
2016-01-13
6
-15
/
+20
*
glsl, nir: Make ir_quadop_bitfield_insert a vectorized operation.
Kenneth Graunke
2016-01-13
7
-18
/
+24
*
glsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
Kenneth Graunke
2016-01-13
13
-145
/
+16
*
nir: Fix constant evaluation of bfm.
Matt Turner
2016-01-13
1
-1
/
+1
*
i965/fs: Skip assertion on NaN.
Matt Turner
2016-01-13
1
-1
/
+2
*
i965/fs: Add debugging to constant combining pass.
Matt Turner
2016-01-13
1
-1
/
+20
*
meta: remove const qualifier on _mesa_meta_fb_tex_blit_begin()
Brian Paul
2016-01-13
2
-2
/
+2
*
st/mesa: fix incorrect buffer token passed to _mesa_BindFramebuffer()
Brian Paul
2016-01-13
1
-2
/
+2
*
docs: add news item and link release notes for 11.1.1
Emil Velikov
2016-01-13
2
-0
/
+7
*
docs: add sha256 checksums for 11.1.1
Emil Velikov
2016-01-13
1
-1
/
+2
*
docs: add release notes for 11.1.1
Emil Velikov
2016-01-13
1
-0
/
+196
*
i965/gen9: Don't allow the RGBX formats for texturing/rendering
Neil Roberts
2016-01-13
1
-0
/
+28
*
radeonsi: move POSITION and FACE fragment shader inputs to system values
Marek Olšák
2016-01-13
3
-45
/
+25
*
radeonsi: simplify gl_FragCoord behavior
Marek Olšák
2016-01-13
1
-23
/
+22
*
glsl: add image_format check in cross_validate_globals()
Samuel Iglesias Gonsálvez
2016-01-13
1
-0
/
+6
*
mesa: do not validate io of non-compute and compute stage
Tapani Pälli
2016-01-13
1
-0
/
+7
*
glsl: add packed varyings for outputs with single stage program
Tapani Pälli
2016-01-13
1
-7
/
+2
*
llvmpipe: (trivial) use cast wrapper for __m128d to __m128 casts
Roland Scheidegger
2016-01-13
1
-2
/
+2
*
llvmpipe: avoid most 64 bit math in rasterization
Roland Scheidegger
2016-01-13
2
-65
/
+143
*
llvmpipe: scale up bounding box planes to subpixel precision
Roland Scheidegger
2016-01-13
3
-30
/
+30
*
llvmpipe: add sse code for fixed position calculation
Roland Scheidegger
2016-01-13
1
-8
/
+50
*
draw: fix key comparison with uninitialized value
Roland Scheidegger
2016-01-13
2
-6
/
+6
*
mesa: print the invalid enum when CreateShader fails
Timothy Arceri
2016-01-13
1
-1
/
+2
*
glsl: Make read_from_write_only_variable_visitor ignore .length().
Kenneth Graunke
2016-01-12
1
-0
/
+9
*
i965: Mark TCS URB writes as having side effects.
Kenneth Graunke
2016-01-12
1
-0
/
+1
*
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
[next]