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
*
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
*
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
*
configure.ac: always define __STDC_CONSTANT_MACROS
Oded Gabbay
2016-01-11
2
-2
/
+2
*
i965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when !TCS on Gen9+.
Kenneth Graunke
2016-01-11
1
-3
/
+4
*
Add missing platform information for KBL
Mark Janes
2016-01-11
1
-0
/
+5
*
nv50/ir: the whole point of data array is to hand out regular registers
Ilia Mirkin
2016-01-11
1
-1
/
+1
*
mesa/uniform_query: add IROUNDD and use for doubles->ints (v2)
Dave Airlie
2016-01-11
2
-1
/
+8
*
glsl: replace unreachable code path with assert
Timothy Arceri
2016-01-11
1
-5
/
+4
*
Revert "glsl: replace unreachable code path with assert"
Timothy Arceri
2016-01-11
1
-4
/
+5
[next]