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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: update shader code for GBS
Brian Paul
2014-02-14
8
-20
/
+142
*
svga: update constant buffer code for GBS
Brian Paul
2014-02-14
5
-69
/
+175
*
svga: add svga_have_gb_objects/dma() functions
Brian Paul
2014-02-14
1
-0
/
+14
*
svga: add new GBS commands
Brian Paul
2014-02-14
2
-5
/
+637
*
svga: update svga_winsys interface for GBS
Brian Paul
2014-02-14
6
-13
/
+141
*
svga: update dumping code with new GBS commands, etc
Brian Paul
2014-02-14
1
-44
/
+268
*
svga: split / update svga3d header files
Brian Paul
2014-02-14
17
-1976
/
+4808
*
st/vdpau: add support for DEINTERLACE_TEMPORAL
Grigori Goronzy
2014-02-14
3
-4
/
+73
*
vl: add motion adaptive deinterlacer
Grigori Goronzy
2014-02-14
3
-1
/
+569
*
st/omx/enc: fix scaling src alignment issue
Leo Liu
2014-02-14
1
-1
/
+15
*
radeon: reverse DBG_NO_HYPERZ logic
Alex Deucher
2014-02-13
4
-5
/
+5
*
pipe-loader: Add support for render nodes v2
Tom Stellard
2014-02-13
1
-3
/
+77
*
pipe-loader: Add auth_x parameter to pipe_loader_drm_probe_fd()
Tom Stellard
2014-02-13
3
-5
/
+11
*
st/omx/dec/h264: fix pic_order_cnt_type==2
Christian König
2014-02-13
1
-1
/
+1
*
nouveau: fix chipset checks for nv1a by using the oclass instead
Ilia Mirkin
2014-02-13
3
-7
/
+8
*
st/omx: initial OpenMAX H264 encoder v7
Christian König
2014-02-13
5
-8
/
+970
*
radeon/vce: initial VCE support v8
Christian König
2014-02-13
6
-1
/
+768
*
radeon/winsys: add VCE support v4
Christian König
2014-02-13
3
-1
/
+31
*
nv50: mark scissors/viewports dirty on context switch
Ilia Mirkin
2014-02-13
1
-0
/
+2
*
gallium/vl: remove remaining softpipe video functions
Christian König
2014-02-13
4
-209
/
+1
*
nv50: implement multiple viewports/scissors, enable ARB_viewport_array
Ilia Mirkin
2014-02-12
9
-53
/
+135
*
mesa/st: hardcode the viewport bounds range
Ilia Mirkin
2014-02-13
1
-2
/
+2
*
scons: add meta_blit.c to src/mesa/SConscript
Brian Paul
2014-02-12
1
-0
/
+1
*
meta: Add acceleration for depth glBlitFramebuffer().
Eric Anholt
2014-02-12
1
-6
/
+23
*
meta: Use BindRenderbufferTexImage() for meta glBlitFramebuffer().
Eric Anholt
2014-02-12
1
-9
/
+46
*
i965: Add a driver hook for binding renderbuffers to textures.
Eric Anholt
2014-02-12
2
-0
/
+43
*
meta: Do a massive unindent (and rename) of blitframebuffer_texture().
Eric Anholt
2014-02-12
1
-142
/
+144
*
meta: Move glBlitFramebuffer() to a separate file.
Eric Anholt
2014-02-12
3
-420
/
+467
*
meta: De-static some of meta's functions.
Eric Anholt
2014-02-12
2
-96
/
+159
*
meta: Move the meta structures to the meta header.
Eric Anholt
2014-02-12
2
-283
/
+283
*
meta: Fold the texture setup into setup_copypix_texture().
Eric Anholt
2014-02-12
1
-11
/
+9
*
meta: Drop the src == dst restriction on meta glBlitFramebuffer().
Eric Anholt
2014-02-12
1
-20
/
+0
*
mesa: Make TexImage error cases about internalFormat more informative.
Eric Anholt
2014-02-12
1
-7
/
+13
*
meta: Rename the "sampler" stuff to "blit shader".
Eric Anholt
2014-02-12
1
-41
/
+40
*
meta: Drop a now-trivial helper function.
Eric Anholt
2014-02-12
1
-12
/
+3
*
meta: Fold the glUseProgram() into the blit program generator.
Eric Anholt
2014-02-12
1
-22
/
+8
*
meta: Simplify the blit shader setup steps.
Eric Anholt
2014-02-12
1
-22
/
+11
*
i965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZLE macros.
Francisco Jerez
2014-02-12
3
-4
/
+4
*
i965/fs: Remove fs_reg::sechalf.
Francisco Jerez
2014-02-12
4
-12
/
+16
*
i965/fs: Remove fs_reg::smear.
Francisco Jerez
2014-02-12
7
-24
/
+30
*
i965/fs: Add support for specifying register horizontal strides.
Francisco Jerez
2014-02-12
6
-11
/
+68
*
i965/fs: Add support for sub-register byte offsets to the FS back-end IR.
Francisco Jerez
2014-02-12
5
-21
/
+46
*
glsl: rename _restrict to restrict_flag
Brian Paul
2014-02-12
7
-8
/
+8
*
mesa: assorted clean-ups in detach_shader()
Brian Paul
2014-02-12
1
-12
/
+12
*
svga: replace out-of-temps assertion with debug warning
Brian Paul
2014-02-12
1
-2
/
+4
*
mesa: Handle binding of uniforms to image units with glUniform*().
Francisco Jerez
2014-02-12
1
-0
/
+36
*
glsl/linker: Propagate image uniform access qualifiers to the driver.
Francisco Jerez
2014-02-12
1
-0
/
+35
*
glsl/linker: Assign image uniform indices.
Francisco Jerez
2014-02-12
1
-1
/
+23
*
glsl/linker: Count and check image resources.
Francisco Jerez
2014-02-12
2
-1
/
+59
*
glsl: Add image built-in function generator.
Francisco Jerez
2014-02-12
1
-0
/
+251
[next]