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
...
*
|
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
*
|
|
drm/st: Remove drm_api struct from drivers
Jakob Bornecrantz
2009-07-01
7
-12
/
+33
*
|
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-30
4
-8
/
+21
|
\
|
|
|
*
|
util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...
José Fonseca
2009-06-30
1
-1
/
+3
|
*
|
gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...
José Fonseca
2009-06-30
3
-7
/
+18
*
|
|
gallium: remove the pipe_sampler_state::shadow_ambient field
Brian Paul
2009-06-30
4
-4
/
+0
*
|
|
identity: Create a drm_api wrapper
Jakob Bornecrantz
2009-06-30
5
-1
/
+230
*
|
|
drm/st: Return drm_api struct from a function
Jakob Bornecrantz
2009-06-30
23
-59
/
+102
*
|
|
softpipe: use shadow_compare4() to compare texcoord to four texture samples
Brian Paul
2009-06-29
1
-12
/
+78
*
|
|
softpipe: pass sampler state to shadow_compare()
Brian Paul
2009-06-29
1
-19
/
+17
*
|
|
nouveau: Expect right params to tex_transfer_destroy().
Younes Manton
2009-06-29
1
-1
/
+1
*
|
|
nouveau: Turn off debug cannon.
Younes Manton
2009-06-29
1
-2
/
+1
*
|
|
gallium/draw: sketch out some missing pointcoord code
Brian Paul
2009-06-29
1
-1
/
+11
*
|
|
r300g: YCbCr and sRGB textures.
Corbin Simpson
2009-06-27
3
-1
/
+15
*
|
|
r300g: Fix EXT_packed_depth_stencil functionality.
Corbin Simpson
2009-06-27
2
-2
/
+10
*
|
|
st/dri: Fix last depth bits logic
Jakob Bornecrantz
2009-06-27
1
-2
/
+2
*
|
|
r300g: EXT_provoking_vertex.
Corbin Simpson
2009-06-26
2
-4
/
+6
[prev]
[next]