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
*
gallium: Use MSVC atomic intrinsics directly instead of the Windows header wr...
José Fonseca
2010-02-01
1
-11
/
+15
*
gallium: Remove unnecessary includes. Add others to compensate.
José Fonseca
2010-02-01
4
-5
/
+2
*
llvmpipe: Add missing includes.
José Fonseca
2010-02-01
1
-0
/
+1
*
i915: Add missing includes.
José Fonseca
2010-02-01
2
-0
/
+2
*
util: Add missing includes.
José Fonseca
2010-02-01
3
-0
/
+3
*
draw: Add missing includes.
José Fonseca
2010-02-01
1
-0
/
+2
*
gallium: Drop mutex-based pipe_atomic implementation.
José Fonseca
2010-02-01
1
-82
/
+1
*
st/dri: Remove duplicate type qualifier.
Vinson Lee
2010-01-31
1
-1
/
+1
*
i965g: Add missing va_end.
Vinson Lee
2010-01-31
1
-0
/
+1
*
r300g: Fix memory leak on memory allocation failure.
Vinson Lee
2010-01-31
1
-1
/
+4
*
nv04: Update to new nouveau_class.h
Marcin Kościelnicki
2010-02-01
1
-20
/
+20
*
nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroy
Marcin Slusarz
2010-02-01
3
-6
/
+9
*
nv10, nv20: Fix build.
Francisco Jerez
2010-02-01
2
-2
/
+2
*
r300g: Silence uninitialized variable warning.
Vinson Lee
2010-01-30
1
-1
/
+1
*
egl: Initialize display configs with the display.
Chia-I Wu
2010-01-31
1
-1
/
+1
*
egl: Initialize display resources with their display.
Chia-I Wu
2010-01-31
1
-5
/
+5
*
i915: Set bit field of length 1 light_twoside to unsigned.
Vinson Lee
2010-01-30
1
-1
/
+1
*
st/egl: Do not ignore configs without a renderable type.
Chia-I Wu
2010-01-31
1
-6
/
+6
*
st/egl: Remove egl_g3d_get_current_context.
Chia-I Wu
2010-01-31
1
-16
/
+4
*
Revert "r300g: Don't handle SHADOW_AMBIENT."
Corbin Simpson
2010-01-30
1
-0
/
+6
*
r300g: Independent blend enables only work on r500.
Corbin Simpson
2010-01-30
2
-5
/
+16
*
r300g: Don't handle SHADOW_AMBIENT.
Corbin Simpson
2010-01-30
1
-6
/
+0
*
r300g: Fix comment on SHADOW_AMBIENT.
Corbin Simpson
2010-01-30
1
-3
/
+2
*
gallium-docs: Fix missing PIPE_CAPs.
Corbin Simpson
2010-01-30
2
-4
/
+18
*
r300g: Dual-source blending isn't possible, period.
Corbin Simpson
2010-01-30
2
-6
/
+9
*
r300g: Add alpha render targets.
Mathias Fröhlich
2010-01-30
2
-2
/
+15
*
st/egl: eglBindTexImage should bind to an OpenGL ES texture.
Chia-I Wu
2010-01-30
1
-4
/
+2
*
egl: Rename Binding to CurrentContext in _EGLSurface.
Chia-I Wu
2010-01-30
1
-2
/
+2
*
gallium: fix blend state cso
Roland Scheidegger
2010-01-30
3
-37
/
+20
*
gallium: document pipe_context::get_query_result()
Brian Paul
2010-01-29
2
-3
/
+14
*
softpipe: support all TGSI fragment coord conventions (v4)
Luca Barbieri
2010-01-29
4
-7
/
+20
*
tgsi: add caps for fragment coord conventions (v3)
Luca Barbieri
2010-01-29
15
-0
/
+91
*
tgsi: add properties for fragment coord conventions (v3)
Luca Barbieri
2010-01-29
6
-6
/
+175
*
svga: Remove unnecessary headers.
Vinson Lee
2010-01-28
2
-2
/
+0
*
softpipe: Remove unnecessary header.
Vinson Lee
2010-01-28
1
-1
/
+0
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-01-28
1
-1
/
+0
*
r300g: Clean up blend masks, change caps.
Corbin Simpson
2010-01-28
3
-13
/
+18
*
gallium-docs: Minor grammar, need to talk about dual-source blends.
Corbin Simpson
2010-01-28
2
-3
/
+12
*
gallium-docs: Clean up constantbuf info a bit.
Corbin Simpson
2010-01-28
1
-23
/
+24
*
gallium-docs: Add PIPE_CAP info.
Corbin Simpson
2010-01-28
2
-0
/
+67
*
st/xorg: Update to new libkms interface but be backwards compatible
Jakob Bornecrantz
2010-01-28
2
-0
/
+8
*
Merge commit 'origin/perrtblend'
Roland Scheidegger
2010-01-28
53
-405
/
+523
|
\
|
*
gallium: remove PIPE_CAP_S3TC, and add PIPE_CAP_DUAL_SOURCE_BLEND
Roland Scheidegger
2010-01-28
1
-1
/
+1
|
*
nv50: supports independent blend enables
Christoph Bumiller
2010-01-26
2
-17
/
+41
|
*
gallium: add the new PIPE_CAP blend bits to more drivers
Roland Scheidegger
2010-01-26
7
-0
/
+28
|
*
r300g: Per-MRT blending is not supported.
Corbin Simpson
2010-01-26
1
-0
/
+3
|
*
softpipe: enable new blend functionality
Roland Scheidegger
2010-01-25
2
-18
/
+21
|
*
st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasks
Roland Scheidegger
2010-01-25
1
-0
/
+5
|
*
vega: don't enable blending if not necessary
Roland Scheidegger
2010-01-25
3
-6
/
+4
|
*
xorg: do not enable unnecessary blending for xv
Roland Scheidegger
2010-01-25
1
-1
/
+1
[next]