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
*
progs/fp: testcases for GL_ARB_fragment_coord_conventions
Brian Paul
2010-01-21
4
-0
/
+22
*
docs: remove old pbuffer info
Brian Paul
2010-01-21
2
-55
/
+0
*
docs: added target attribute to external URLs
Brian Paul
2010-01-21
2
-2
/
+4
*
docs: add links to the egl, openvg, opengles pages
Brian Paul
2010-01-21
1
-1
/
+4
*
softpipe: added region assertions in softpipe_get_tex_transfer()
Brian Paul
2010-01-21
1
-0
/
+4
*
docs: new Mesa source tree overview page.
Brian Paul
2010-01-21
2
-0
/
+166
*
dri: Remove unnecessary glapi headers.
Chia-I Wu
2010-01-21
6
-9
/
+0
*
Do not include glapi/dispatch.h outside Mesa core.
Chia-I Wu
2010-01-21
6
-6
/
+10
*
docs: Update documentation for OpenVG and OpenGL ES.
Chia-I Wu
2010-01-21
2
-15
/
+8
*
docs: Add documentation for EGL.
Chia-I Wu
2010-01-21
1
-0
/
+224
*
gallium/i965: Make brw_batchbuffer prototypes match in source & header
Alan Coopersmith
2010-01-20
2
-3
/
+3
*
radeong: Fix EGL driver names.
Corbin Simpson
2010-01-20
2
-2
/
+2
*
Fix touching live system during install.
Tomas Chvatal
2010-01-20
1
-1
/
+1
*
r200: re-adding missing pitch alignment check in blit code
Alex Deucher
2010-01-20
1
-0
/
+4
*
mesa: replace questionable CPU_TO_LE32 macro with function
Brian Paul
2010-01-20
1
-6
/
+9
*
Copy __FUNCTION__ portability #defines from mesa/compiler.h to eglcompiler.h
Alan Coopersmith
2010-01-20
1
-0
/
+18
*
r200: fix some breakage after move to common blit code
Alex Deucher
2010-01-20
1
-4
/
+0
*
r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9c
Alex Deucher
2010-01-20
1
-1
/
+1
*
st/egl_g3d: Add support for driver probe.
Chia-I Wu
2010-01-20
2
-11
/
+108
*
st/egl_g3d: Add support for probe to native displays.
Chia-I Wu
2010-01-20
5
-7
/
+146
*
egl: Add a simple cache for driver probe.
Chia-I Wu
2010-01-20
2
-0
/
+56
*
egl: Improve driver matching.
Chia-I Wu
2010-01-20
3
-20
/
+35
*
egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.
Chia-I Wu
2010-01-20
2
-9
/
+9
*
egl: Remove unused driver and display functions.
Chia-I Wu
2010-01-20
4
-156
/
+0
*
egl: Use _eglPreloadDrivers.
Chia-I Wu
2010-01-20
2
-9
/
+3
*
egl: Add _eglPreloadDrivers.
Chia-I Wu
2010-01-20
3
-7
/
+215
*
st/egl_g3d: Do not reuse the pipe transfer in ximage.
Chia-I Wu
2010-01-20
1
-18
/
+22
*
mklib: Fix static library generation/installation on Solaris
Alan Coopersmith
2010-01-19
1
-1
/
+1
*
Remove hardcoded -Wall from Radeon DRI makefiles
Alan Coopersmith
2010-01-19
4
-5
/
+3
*
r300g: Move GB_AA_CONFIG to its eventual new home.
Corbin Simpson
2010-01-19
4
-6
/
+8
*
r300g: Make invariant state into an atom.
Corbin Simpson
2010-01-19
5
-4
/
+7
*
Merge remote branch 'origin/opengl-es-v2'
Chia-I Wu
2010-01-20
100
-349
/
+23002
|
\
|
*
docs: Add documentation for OpenGL ES.
Chia-I Wu
2010-01-12
1
-0
/
+78
|
*
progs/es2: Correctly set renderable type and client version.
Chia-I Wu
2010-01-12
3
-7
/
+23
|
*
progs/es1: Bind texture image after rendering.
Chia-I Wu
2010-01-12
1
-3
/
+5
|
*
configure.ac: Fix es state tracker build.
Chia-I Wu
2010-01-12
1
-3
/
+9
|
*
st/es: Clean up install target.
Chia-I Wu
2010-01-12
1
-7
/
+7
|
*
st/es: Fix build issue after merge.
Chia-I Wu
2010-01-12
3
-20
/
+20
|
*
mesa/es: Update sources.mk.
Chia-I Wu
2010-01-12
1
-4
/
+3
|
*
mesa/es: Fix build issue after merge.
Chia-I Wu
2010-01-12
3
-13
/
+15
|
*
Merge branch 'master' into opengl-es-v2
Chia-I Wu
2010-01-12
1874
-46514
/
+131815
|
|
\
|
*
|
Add es state tracker to autoconf.
Chia-I Wu
2010-01-05
1
-5
/
+13
|
*
|
Clean up ES_FILES.
Chia-I Wu
2010-01-05
1
-2
/
+2
|
*
|
progs/es1: Add compressed paletted texture tests to torus.
Chia-I Wu
2010-01-04
1
-2
/
+149
|
*
|
mesa/es: Improve support for GL_OES_compressed_paletted_texture.
Chia-I Wu
2010-01-04
1
-142
/
+133
|
*
|
mesa/es: Fix GL_RGB565 support in FBO.
Chia-I Wu
2010-01-04
2
-10
/
+10
|
*
|
mesa/es: Fix GL_OES_texture_cube_map support.
Chia-I Wu
2010-01-04
6
-19
/
+199
|
*
|
mesa/es: Clean up extension string.
Chia-I Wu
2010-01-04
2
-6
/
+12
|
*
|
mesa/es: Add more exnteions to APIspec.
Chia-I Wu
2010-01-04
2
-21
/
+130
|
*
|
mesa/es: Add more extensions to glapi.
Chia-I Wu
2010-01-04
3
-13
/
+98
[next]