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
/
state_trackers
Commit message (
Expand
)
Author
Age
Files
Lines
*
cso: put cso_release_all into cso_destroy_context
Marek Olšák
2014-12-10
3
-3
/
+0
*
clover: Use switch when creating kernel arguments.
Jan Vesely
2014-12-10
1
-25
/
+19
*
clover: Fix build after llvm r223802
Aaron Watry
2014-12-09
1
-0
/
+4
*
Don't cast the return value of malloc/realloc
Matt Turner
2014-12-08
4
-10
/
+8
*
Remove useless checks for NULL before freeing
Matt Turner
2014-12-08
7
-23
/
+14
*
st/xvmc: Fix compiler warnings
Jan Vesely
2014-12-03
3
-6
/
+6
*
st/nine: Fix vertex declarations for non-standard (usage/index)
Axel Davy
2014-12-03
7
-108
/
+89
*
st/nine: sm1_declusage_to_tgsi, do not restrict indices with TGSI_SEMANTIC_GE...
Axel Davy
2014-12-03
1
-60
/
+52
*
st/nine: Queries: Always return D3D_OK when issuing with D3DISSUE_BEGIN
Axel Davy
2014-12-03
1
-1
/
+6
*
st/nine: Queries: always succeed for D3DQUERYTYPE_TIMESTAMP when flushing
Axel Davy
2014-12-03
1
-0
/
+3
*
st/nine: Queries: allow app to call GetData without Issuing first
Axel Davy
2014-12-03
1
-4
/
+9
*
st/nine: Queries: Fix D3DISSUE_END behaviour.
Axel Davy
2014-12-03
1
-4
/
+6
*
st/nine: Queries: return S_FALSE instead of INVALIDCALL when in building quer...
Axel Davy
2014-12-03
1
-1
/
+4
*
st/nine: Queries: Use gallium caps to get if queries are supported. (v2)
Axel Davy
2014-12-03
3
-23
/
+24
*
st/nine: Queries: Remove flush logic
Axel Davy
2014-12-03
2
-9
/
+5
*
st/nine: Queries: remove dummy queries
Axel Davy
2014-12-03
2
-94
/
+12
*
clover: clCompileProgram CL_INVALID_COMPILER_OPTIONS
EdB
2014-12-02
2
-1
/
+3
*
st/wgl: Don't export wglGetExtensionsStringARB.
José Fonseca
2014-11-26
1
-1
/
+0
*
st/nine: fix formatting in query9 (cosmetic)
Axel Davy
2014-11-26
1
-3
/
+3
*
st/nine: Fix setting of the shift modifier in nine_shader
Axel Davy
2014-11-26
1
-2
/
+4
*
st/nine: remove unused pipe_viewport_state::translate[3] and scale[3]
David Heidelberg
2014-11-26
1
-2
/
+0
*
st/nine: fix wrong variable reset
Axel Davy
2014-11-26
1
-1
/
+1
*
st/nine: return GetAvailableTextureMem in bytes as expected (v2)
David Heidelberg
2014-11-26
1
-1
/
+5
*
st/nine: Add pool check to SetTexture (v2)
Axel Davy
2014-11-26
1
-1
/
+9
*
st/nine: propertly declare constants (v2)
Axel Davy
2014-11-26
1
-5
/
+2
*
st/nine: call DBG() at more external entry points
Stanislaw Halik
2014-11-26
17
-0
/
+171
*
st/nine: rework the way D3DPOOL_SYSTEMMEM is handled
Axel Davy
2014-11-26
8
-127
/
+51
*
st/nine: Rework Basetexture9 and Resource9.
Axel Davy
2014-11-26
10
-33
/
+36
*
st/nine: clean device9ex.
Axel Davy
2014-11-26
4
-15
/
+19
*
automake: rework VL dependency tracking
Emil Velikov
2014-11-26
4
-1
/
+6
*
nine: Drop use of TGSI_OPCODE_CND.
Jose Fonseca
2014-11-24
1
-9
/
+1
*
nine: Don't reference the dead TGSI_OPCODE_NRM.
Jose Fonseca
2014-11-24
1
-1
/
+1
*
nine: Don't use the otherwise-dead SFL opcode in an unreachable path.
Eric Anholt
2014-11-24
1
-1
/
+1
*
st/va: surface: render subpicture
Michael Varga
2014-11-19
1
-0
/
+120
*
st/va: subpicture implementation
Michael Varga
2014-11-19
2
-13
/
+161
*
st/va: added internal storage for VAImage and BGRA format
Michael Varga
2014-11-19
2
-26
/
+48
*
st/va: added some calls to handle_table_remove()
Michael Varga
2014-11-19
3
-0
/
+3
*
nine: Implement threadpool
Axel Davy
2014-11-18
6
-9
/
+325
*
nine: Add drirc options (v2)
Axel Davy
2014-11-18
2
-0
/
+6
*
nine: Add state tracker nine for Direct3D9 (v3)
Joakim Sindholt
2014-11-18
73
-0
/
+27834
*
gallium: remove unused pipe_viewport_state::translate[3] and scale[3]
Marek Olšák
2014-11-16
2
-4
/
+0
*
st/wgl: Implement WGL_EXT_create_context_es/es2_profile.
José Fonseca
2014-11-14
3
-63
/
+78
*
st/xlib: Generate errors as specified.
José Fonseca
2014-11-14
1
-16
/
+109
*
st/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CONTEXT_DEBUG_BIT_ARB on...
José Fonseca
2014-11-14
1
-3
/
+3
*
st/glx: Implement GLX_EXT_create_context_es2_profile.
José Fonseca
2014-11-12
2
-37
/
+54
*
Revert "clover: Fix build after llvm r221375"
Tom Stellard
2014-11-12
1
-4
/
+0
*
st/va: MPEG4 call vlVaDecoderFixMPEG4Startcode()
Michael Varga
2014-11-10
1
-0
/
+7
*
st/va: MPEG4 generate GOV and VOP header
Michael Varga
2014-11-10
1
-0
/
+92
*
st/va: MPEG4 populate the SPS structure
Michael Varga
2014-11-10
1
-0
/
+6
*
st/va: MPEG4 populate the iq matrix buffers
Michael Varga
2014-11-10
1
-0
/
+16
[next]