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
*
wgl: relocate wgl code to state_trackers/wgl
Keith Whitwell
2009-01-27
27
-2
/
+3
*
tgsi: silence some warnings
Keith Whitwell
2009-01-27
1
-0
/
+37
*
draw: silence some warnings
Keith Whitwell
2009-01-27
1
-1
/
+4
*
i915: queiten compiler warnings
Keith Whitwell
2009-01-27
1
-1
/
+0
*
failover: queiten compiler warnings
Keith Whitwell
2009-01-27
1
-0
/
+7
*
draw: queiten compiler warnings
Keith Whitwell
2009-01-27
1
-1
/
+4
*
scons: remove pedantic flag
Keith Whitwell
2009-01-27
1
-1
/
+0
*
egl: compilation fix
Zack Rusin
2009-01-26
1
-2
/
+4
*
scons: Request the stabs debug info format for Mingw.
José Fonseca
2009-01-26
1
-0
/
+4
*
glut: Minor cleanups.
José Fonseca
2009-01-26
3
-4
/
+4
*
nv20: rewrite vertex layout
Pekka Paalanen
2009-01-26
1
-26
/
+59
*
nv20: adjust initial hw context
Pekka Paalanen
2009-01-26
1
-5
/
+5
*
gallium: updated comments in st_extensions.c
Brian Paul
2009-01-26
1
-7
/
+12
*
g3dvl: Remove dead links to files that are now in libnouveaudrm.
Younes Manton
2009-01-24
20
-392
/
+0
*
nouveau: fix st_get_framebuffer_surface() breakage
Pekka Paalanen
2009-01-24
1
-2
/
+2
*
mesa: declare pipe_texture in st_public.h
Pekka Paalanen
2009-01-24
1
-0
/
+1
*
glew: Build it as a static lib.
José Fonseca
2009-01-24
2
-6
/
+2
*
progs: Fix isosurf.
José Fonseca
2009-01-24
1
-6
/
+4
*
progs: Port most of the demos to glew.
José Fonseca
2009-01-24
12
-18
/
+26
*
scons: Build the progs into seperate dirs as well.
José Fonseca
2009-01-24
3
-6
/
+6
*
glut: Automatic library linkage only on MSVC.
José Fonseca
2009-01-24
1
-1
/
+1
*
scons: Use --enable-stdcall-fixup only when building DLLs.
José Fonseca
2009-01-24
1
-1
/
+2
*
glut: Use a new define GLUT_STATIC to distinguish static builds.
José Fonseca
2009-01-24
1
-2
/
+2
*
glut: Ensure windows.h is included on windows.
José Fonseca
2009-01-24
1
-87
/
+4
*
scons: Don't build the DRI drivers in a seperate dir.
José Fonseca
2009-01-24
1
-2
/
+0
*
scons: Use a cache for built files.
José Fonseca
2009-01-23
1
-0
/
+1
*
wgl: Adapt for st_get_framebuffer_surface call change.
José Fonseca
2009-01-23
1
-1
/
+1
*
scons: Allow to specify the MSVS version on command line.
José Fonseca
2009-01-23
1
-0
/
+5
*
progs: Port vp-tris to glew.
José Fonseca
2009-01-23
4
-30
/
+17
*
gallium: change the st_get_framebuffer_surface/texture functions
Alan Hourihane
2009-01-23
4
-24
/
+32
*
progs: Ignore more output executables.
José Fonseca
2009-01-23
1
-0
/
+3
*
progs/trivial: Use glew where needed.
José Fonseca
2009-01-23
40
-39
/
+119
*
glew: Initial import.
José Fonseca
2009-01-23
21
-14
/
+35552
*
glut: Do not rely on GLAPIENTRY symbol.
José Fonseca
2009-01-23
1
-3
/
+10
*
glut: Don't include mesa_wgl.h on MinGW builds.
José Fonseca
2009-01-22
1
-1
/
+4
*
scons: Don't define UNICODE on windows builds.
José Fonseca
2009-01-22
1
-2
/
+2
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-22
50
-683
/
+3040
|
\
|
*
i915: Add decode for PS in batchbuffers.
Eric Anholt
2009-01-21
2
-6
/
+483
|
*
i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output.
Eric Anholt
2009-01-21
4
-5
/
+8
|
*
i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents.
Eric Anholt
2009-01-21
1
-48
/
+6
|
*
[intel] Remove remaining references to intel_wait_flips().
Kristian Høgsberg
2009-01-21
1
-5
/
+1
|
*
windows: fix output dir for glut project file
Thomas Henn
2009-01-21
1
-4
/
+4
|
*
swrast: fix redundant texture application in affine_textured_triangle().
Brian Paul
2009-01-21
1
-1
/
+9
|
*
mesa: add some debug assertions to detect null current texture object pointers
Brian Paul
2009-01-21
2
-0
/
+22
|
*
windows: another round of VC8 project file updates
Karl Schultz
2009-01-21
8
-134
/
+1211
|
*
Revert "windows: new VC8 projects statically linked against libcmt"
Brian Paul
2009-01-21
10
-7580
/
+0
|
*
docs: document glXMakeContextCurrent() and Windows fixes
Brian Paul
2009-01-20
1
-0
/
+2
|
*
Fix issues with glXMakeContextCurrent and glXMakeCurrentReadSGI
Ian Romanick
2009-01-20
1
-21
/
+25
|
*
[intel] Go back to using the typedef for the sarea struct
mesa_7_3_rc3
Timo Aaltonen
2009-01-20
4
-8
/
+8
|
*
Remove intel pageflipping support in its entirety.
Owain G. Ainsworth
2009-01-20
5
-328
/
+20
[next]