index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: make function call code in tgsi_sse.c less opaque
Keith Whitwell
2009-07-16
2
-25
/
+92
*
gallium: proper constructor and destructor for tgsi_exec_machine
Keith Whitwell
2009-07-16
7
-53
/
+71
*
dri-st: Unbreak GL_EXT_blend_equation_separate.
Corbin Simpson
2009-07-14
1
-0
/
+1
*
gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...
Patrice Mandin
2009-07-14
9
-2
/
+15
*
r300g: Small compile warning fixes.
Nicolai Hähnle
2009-07-13
3
-2
/
+5
*
r300g, radeon: Whitespace fixes.
Nicolai Hähnle
2009-07-13
4
-13
/
+13
*
r300g: Use align() instead of inline maths.
Corbin Simpson
2009-07-13
1
-4
/
+7
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-13
7
-17
/
+117
|
\
|
*
tgsi: update some assertions
Brian Paul
2009-07-10
1
-4
/
+4
|
*
tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
Brian Paul
2009-07-10
1
-1
/
+6
|
*
tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
Brian Paul
2009-07-10
1
-1
/
+6
|
*
tgis: implement indirect addressing for destination registers
Brian Paul
2009-07-10
6
-11
/
+101
*
|
r300g: Remove VAP_CNTL_STATUS from invariant state.
Corbin Simpson
2009-07-08
1
-6
/
+1
*
|
r300g: Disable MSPOS registers for glisse's CS security checker.
Corbin Simpson
2009-07-08
1
-4
/
+7
*
|
r300-gallium: Unify sampler and texture emit.
Corbin Simpson
2009-07-08
3
-39
/
+26
*
|
r300-gallium: Mipmap setup.
Corbin Simpson
2009-07-08
2
-10
/
+19
*
|
r300g: Add endian fix to vertex fetcher setup.
Corbin Simpson
2009-07-08
1
-2
/
+9
*
|
gallium: Add endian detection to p_config.
Corbin Simpson
2009-07-08
1
-0
/
+13
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-04
6
-124
/
+261
|
\
|
|
*
gallium: Fixes for clobbering stencil values in combined depth/stencil textures.
Michel Dänzer
2009-07-07
1
-1
/
+27
|
*
wgl: Make the stw_framebuffer destructions threadsafe.
José Fonseca
2009-07-06
5
-82
/
+186
|
*
wgl: Check for multiple threads before GET_CURRENT_CONTEXT.
José Fonseca
2009-07-06
1
-2
/
+8
|
*
wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.
José Fonseca
2009-07-06
1
-44
/
+45
*
|
Merge commit 'origin/openvg-1.0'
Zack Rusin
2009-07-06
50
-0
/
+18857
|
\
\
|
*
|
OpenVG 1.0 State Tracker
Zack Rusin
2009-05-01
50
-0
/
+18857
*
|
|
gallium: rearrange some members to avoid memory holes/padding
Zack Rusin
2009-07-06
2
-8
/
+8
*
|
|
pipebuffer: handle possible null pointer dereference
Zack Rusin
2009-07-06
2
-0
/
+4
*
|
|
cso: possible null pointer dereference
Zack Rusin
2009-07-06
1
-0
/
+4
*
|
|
util: fix possible null pointer usage
Zack Rusin
2009-07-06
4
-11
/
+46
*
|
|
exa: some infrastucture work for accelerating composite
Zack Rusin
2009-07-06
5
-49
/
+130
*
|
|
radeon-gallium: Compile warning fix.
Corbin Simpson
2009-07-05
1
-1
/
+1
*
|
|
radeon-gallium: Use FLINK to do proper global buffers.
Corbin Simpson
2009-07-05
3
-2
/
+26
*
|
|
radeon-gallium: Wait for BOs before mapping them.
Corbin Simpson
2009-07-05
1
-0
/
+2
*
|
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-03
9
-26
/
+96
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
st/wgl: don't advertise WGL_EXT_swap_interval string
Keith Whitwell
2009-07-03
1
-1
/
+1
|
*
|
wgl: Lookup framebuffers by HWND whenever possible.
José Fonseca
2009-07-03
1
-0
/
+10
|
*
|
util: Increase OutputDebugStringA to 4k.
José Fonseca
2009-07-01
1
-4
/
+2
|
*
|
st/wgl: dummy implementation of wgl swapinterval extension
Keith Whitwell
2009-07-01
4
-0
/
+63
|
*
|
gallium: fix the front face semantics
Zack Rusin
2009-07-01
3
-16
/
+15
|
*
|
wgl: Optimize wglGetProcAddress.
José Fonseca
2009-07-01
1
-6
/
+6
*
|
|
Nuke old trace-drm integration.
Corbin Simpson
2009-07-02
1
-165
/
+0
*
|
|
r300g: Readd trace driver support
Jakob Bornecrantz
2009-07-02
1
-0
/
+5
*
|
|
i915g: Readd trace driver support
Jakob Bornecrantz
2009-07-02
1
-0
/
+5
*
|
|
trace: Add drm api integration
Jakob Bornecrantz
2009-07-02
4
-12
/
+265
*
|
|
r300g: Fix recursive Draw flush.
Corbin Simpson
2009-07-01
2
-1
/
+7
*
|
|
r300g: Use floats for surface_copy texcoords, use correct src and dest.
Corbin Simpson
2009-07-01
1
-16
/
+17
*
|
|
radeon-gallium: Adapt to drm_api changes.
Corbin Simpson
2009-07-01
2
-23
/
+33
*
|
|
nouveau: return some supported zeta formats
Ben Skeggs
2009-07-01
11
-1
/
+51
*
|
|
nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTED
Ben Skeggs
2009-07-01
6
-0
/
+12
*
|
|
nouveau: fix build...
Ben Skeggs
2009-07-01
1
-19
/
+24
[next]