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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/wgl: add a comment about recursive locking in stw_make_current()
Brian Paul
2015-11-12
1
-0
/
+4
*
st/wgl: add a lock assertion in stw_framebuffer_from_hwnd_locked()
Brian Paul
2015-11-12
1
-0
/
+1
*
st/wgl: add some mutex checking code
José Fonseca
2015-11-12
1
-0
/
+26
*
st/wgl: rename stw_framebuffer_release() to stw_framebuffer_unlock()
Brian Paul
2015-11-12
5
-19
/
+19
*
st/wgl: reimplement stw_framebuffer::mutex with CRITICAL_SECTION
Brian Paul
2015-11-12
4
-29
/
+32
*
st/wgl: include u_debug.h
Brian Paul
2015-11-12
3
-0
/
+6
*
st/wgl: reimplement stw_device::fb_mutex with CRITICAL_SECTION
Brian Paul
2015-11-12
3
-15
/
+29
*
st/wgl: re-implement stw_device::ctx_mutex with CRITICAL_SECTION
Brian Paul
2015-11-12
3
-19
/
+34
*
gallium/hud: add cpu graph support for Windows
Brian Paul
2015-11-12
1
-0
/
+54
*
nv50,nvc0: add ARB_clear_texture support
Ilia Mirkin
2015-11-11
5
-7
/
+101
*
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
2015-11-11
18
-0
/
+31
*
r600: initialised PGM_RESOURCES_2 for ES/GS
Dave Airlie
2015-11-12
2
-0
/
+6
*
st/wgl: clarify code in stw_framebuffer_from_hwnd_locked()
Brian Paul
2015-11-11
1
-2
/
+2
*
st/wgl: improve some function comments
Brian Paul
2015-11-11
1
-6
/
+30
*
st/wgl: whitespace/formatting fixes
Brian Paul
2015-11-11
3
-63
/
+48
*
st/wgl: fix locking issue in stw_st_framebuffer_present_locked()
Brian Paul
2015-11-11
1
-0
/
+3
*
r600g: Pass conservative depth parameters to hw
Glenn Kennard
2015-11-11
7
-1
/
+53
*
Revert "r600g: Pass conservative depth parameters to hw"
Dave Airlie
2015-11-11
6
-46
/
+0
*
r600g: Implement ARB_texture_view
Glenn Kennard
2015-11-11
2
-7
/
+18
*
r600g: Pass conservative depth parameters to hw
Glenn Kennard
2015-11-11
6
-0
/
+46
*
vc4: Avoid loading undefined (newly-allocated) FBO contents.
Eric Anholt
2015-11-09
1
-0
/
+17
*
vc4: Return NULL when we can't make our shadow for a sampler view.
Eric Anholt
2015-11-09
1
-0
/
+4
*
vc4: Return GL_OUT_OF_MEMORY when buffer allocation fails.
Eric Anholt
2015-11-09
2
-19
/
+32
*
vc4: Add CL dumping for GL_ARRAY_PRIMITIVE.
Eric Anholt
2015-11-09
1
-1
/
+16
*
vc4: Fix a compiler warning.
Eric Anholt
2015-11-09
1
-1
/
+1
*
st/wgl: add null pointer check for HUD texture
Brian Paul
2015-11-09
1
-1
/
+3
*
st/wgl: fix double-present on swapbuffers bug
Brian Paul
2015-11-09
3
-20
/
+12
*
st/wgl: reorder pixel formats to put MSAA formats last
Brian Paul
2015-11-09
1
-29
/
+32
*
st/wgl: Don't rely on GDI to bookkeep pixelformat for us.
José Fonseca
2015-11-09
2
-7
/
+6
*
winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3
Michel Dänzer
2015-11-09
1
-11
/
+19
*
st/omx: add headless support
Leo Liu
2015-11-08
1
-10
/
+35
*
st/va: use vl screen drm support from vl_wys_drm
Leo Liu
2015-11-08
1
-21
/
+3
*
vl: add drm support for vl_screen
Leo Liu
2015-11-08
3
-1
/
+85
*
st/va: fix build fails with pipe loader
Leo Liu
2015-11-08
1
-2
/
+3
*
nvc0: enable compute support on Fermi
Samuel Pitoiset
2015-11-08
1
-2
/
+2
*
nv50/ir: fix emission of s[] args in certain situations
Ilia Mirkin
2015-11-07
1
-2
/
+2
*
nv50/ir: only take abs value when computing high result
Ilia Mirkin
2015-11-07
1
-1
/
+1
*
nouveau: avoid queueing too much work onto a single fence
Ilia Mirkin
2015-11-07
2
-26
/
+43
*
llvmpipe: disable front updates for now
Dave Airlie
2015-11-08
1
-1
/
+1
*
virgl: wrap ret assignment with braces to do correct thing
Dave Airlie
2015-11-08
2
-2
/
+2
*
radeonsi: add register definitions for Stoney
Marek Olšák
2015-11-07
1
-0
/
+322
*
radeonsi: add workarounds for CP DMA to stay on the fast path
Marek Olšák
2015-11-07
1
-5
/
+88
*
radeonsi: unify CP DMA preparation logic
Marek Olšák
2015-11-07
1
-37
/
+34
*
radeonsi: unify CP DMA code determining various flags
Marek Olšák
2015-11-07
1
-28
/
+23
*
radeonsi: only enable write confirmation on the last CP DMA packet
Marek Olšák
2015-11-07
1
-2
/
+4
*
nv50/ir: allow emission of immediates in imul/imad ops
Ilia Mirkin
2015-11-07
1
-2
/
+8
*
nv50/ir: properly set the type of the constant folding result
Ilia Mirkin
2015-11-06
1
-4
/
+4
*
nv50/ir: add support for const-folding OP_CVT with F64 source/dest
Ilia Mirkin
2015-11-06
3
-0
/
+45
*
nv50/ir: add fp64 opcode emission support for G200 (NVA0)
Ilia Mirkin
2015-11-06
1
-10
/
+84
*
nv50/ir: Add support for 64bit immediates to checkSwapSrc01
Hans de Goede
2015-11-06
1
-5
/
+6
[next]