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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: remove the dual_src_blend flag from the shader key
Marek Olšák
2012-10-10
3
-3
/
+4
*
r600g: atomize blend state
Marek Olšák
2012-10-10
9
-176
/
+182
*
r600g: inline r600_atom_dirty
Marek Olšák
2012-10-10
8
-52
/
+47
*
r600g: remove the "atom" variable from r600_command_buffer
Marek Olšák
2012-10-10
6
-37
/
+34
*
egl: Remove bogus invalidate code.
Eric Anholt
2012-10-09
1
-5
/
+0
*
egl: Add support for driconf control of swapinterval.
Eric Anholt
2012-10-09
3
-8
/
+77
*
glx: Replace DRI2SwapBuffers() custom protocol with XCB.
Eric Anholt
2012-10-09
3
-52
/
+31
*
glx: Fix some indentation.
Eric Anholt
2012-10-09
1
-5
/
+5
*
glx: Replace DRI2SwapInterval custom protocol with XCB.
Eric Anholt
2012-10-09
3
-29
/
+2
*
glx: Reuse setSwapInterval for setting initial swap interval.
Eric Anholt
2012-10-09
1
-5
/
+2
*
glx: Allow glXSwapInterval(0) when vblank_mode=0.
Eric Anholt
2012-10-09
1
-1
/
+3
*
glx: Replace DRI2GetMSC custom protocol with XCB.
Eric Anholt
2012-10-09
3
-52
/
+10
*
glx: Replace DRI2WaitForMSC custom protocol with XCB.
Eric Anholt
2012-10-09
3
-66
/
+21
*
glx: Replace DRI2WaitForSBC custom protocol with XCB.
Eric Anholt
2012-10-09
3
-54
/
+34
*
glx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER code.
Eric Anholt
2012-10-09
1
-61
/
+0
*
egl: Quit checking for a bug in old xcb when we require new xcb.
Eric Anholt
2012-10-09
2
-9
/
+0
*
egl: Drop xcb ifdefs by just requiring a version from this year.
Eric Anholt
2012-10-09
2
-14
/
+1
*
egl: Unifdef dri_interface.h defines.
Eric Anholt
2012-10-09
1
-6
/
+0
*
glx: Unifdef some dri_interface.h defines.
Eric Anholt
2012-10-09
1
-14
/
+1
*
glx: Require xcb_dri2 for building glxdri2.c.
Eric Anholt
2012-10-09
1
-1
/
+1
*
glx: Remove the last user of -DUSE_XCB.
Eric Anholt
2012-10-09
2
-6
/
+0
*
glx: Unifdef USE_XCB.
Eric Anholt
2012-10-09
4
-248
/
+0
*
egl: Cleanly cast EGLNative* pointers to X11 types.
Eric Anholt
2012-10-09
1
-2
/
+4
*
r600g: use a select to handle front/back color in llvm
Vincent Lejeune
2012-10-09
2
-5
/
+44
*
r600g: frontcolor tracks its associated backcolor
Vincent Lejeune
2012-10-09
2
-25
/
+35
*
Remove VAAPI support.
Matt Turner
2012-10-09
19
-1524
/
+4
*
nv50: fix build after "nv50: fix printf warning"
Marcin Slusarz
2012-10-09
1
-0
/
+2
*
nouveau: use pre-calculated stride for resource_get_handle
Marcin Slusarz
2012-10-09
2
-4
/
+2
*
r600g: Fix build with --enable-opencl
Tom Stellard
2012-10-09
1
-1
/
+3
*
mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_context
Ian Romanick
2012-10-09
1
-2
/
+1
*
intel: Add missing #include <time.h>
Quentin Glidic
2012-10-09
1
-0
/
+1
*
i965: Delete some dead code from brw_eu_emit.c.
Kenneth Graunke
2012-10-09
2
-120
/
+0
*
docs: add missing release date
Andreas Boll
2012-10-09
1
-0
/
+2
*
docs: update release notes for 9.0
Andreas Boll
2012-10-09
1
-2
/
+4
*
docs: add news item for 9.0 release
Andreas Boll
2012-10-09
1
-0
/
+8
*
mesa: remove unused _mesa_cpal_compressed_format_type() function
Brian Paul
2012-10-09
2
-18
/
+0
*
nv50: fix printf warning
Marek Olšák
2012-10-09
1
-1
/
+2
*
nv30: fix type conversion warning
Marek Olšák
2012-10-09
1
-1
/
+1
*
i915g: fix unused variable and type conversion warnings
Marek Olšák
2012-10-09
2
-2
/
+1
*
teximage: Remove unnecessary compressed format check
Daniel Stone
2012-10-09
1
-4
/
+0
*
docs: update FAQ
Andreas Boll
2012-10-09
1
-19
/
+24
*
nv50: point vertex runout at a valid address
Ben Skeggs
2012-10-09
1
-0
/
+12
*
nvc0: point vertex runout at a valid address
Ben Skeggs
2012-10-09
1
-5
/
+16
*
nvc0: fix missing permanent bo reference on poly cache
Ben Skeggs
2012-10-09
1
-0
/
+1
*
Revert "st/mesa: remove unused variables to fix compile warnings"
Brian Paul
2012-10-08
1
-0
/
+2
*
mesa: minor whitespace fixes in teximage.c
Brian Paul
2012-10-08
1
-2
/
+2
*
st/mesa: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
1
-1
/
+0
*
mesa: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
1
-7
/
+0
*
softpipe: initialize quadColor2 to fix compile warnings
Marek Olšák
2012-10-09
1
-1
/
+1
*
r600g: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
2
-4
/
+0
[next]