index
:
~jbarnes/mesa
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_geometry_shader4
arb_map_buffer_range
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
draw-vbuf-interface
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-draw-opti
gallium-i915-current
gallium-llvmpipe
gallium-map-range
gallium-master-merge
gallium-mesa-7.4
gallium-s3tc
gallium-screen-context
gallium-softpipe-winsys
gallium-tex-surfaces
gallium-texture-transfer
gallium-vertex-linear
gallium-wgl-rework
gallium-winsys-private
gallium-xlib-rework
gallium-xorg-driver
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
lp-binning
master
mesa
mesa_20040127_branch
mesa_20040309_branch
mesa_20050114_branch
mesa_3_2_dev
mesa_3_3_texture_env_combine2
mesa_3_4_branch
mesa_4_0_branch
mesa_5_0_branch
mesa_6_0_branch
mesa_6_2_branch
mesa_6_4_branch
mesa_7_0_branch
mesa_7_2_branch
mesa_7_4_branch
mesa_7_4_idr_staging
mesa_7_5_branch
mesa_7_6_branch
new-frag-attribs
openchrome-branch
opengl-es
openvg-1.0
outputswritten64
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
register-negate
softpipe-opt
softpipe-private-winsys
softpipe_0_1_branch
st-vbo
texfilter_float_branch
texformat-rework
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
vbo-0.2
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Jesse's Mesa development tree
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-20
set log level w/ env var
Christian Neumair
1
-2
/
+39
2006-12-14
Check in a long-misplaced spec update.
Brian
1
-21
/
+7
2006-07-13
LIB_DIR is now just 'lib' or 'lib64'
Brian Paul
3
-9
/
+9
2006-06-03
updates for using libdrm (Hanno Bock)
Brian Paul
1
-6
/
+3
2006-02-05
fix typo
Brian Paul
1
-1
/
+1
2006-01-30
some initial EGL 1.2 work
Brian Paul
11
-13
/
+349
2005-12-30
fixup stamp so driver updates drawable info
Dave Airlie
1
-0
/
+15
2005-12-29
use card_type not isPCI
Dave Airlie
1
-1
/
+1
2005-12-23
this needs to be calloced
Dave Airlie
1
-1
/
+1
2005-12-17
minor code movement
Brian Paul
4
-23
/
+17
2005-12-10
Rename eglDRIShowSurfaceMESA.
Brian Paul
2
-9
/
+10
2005-12-10
updates to match other changes elsewhere
Brian Paul
1
-23
/
+18
2005-12-10
Some initial per-thread support.
Brian Paul
8
-22
/
+53
2005-12-10
Added EGL_SCREEN_POSITION_GRANULARITY_MESA query.
Brian Paul
2
-8
/
+28
2005-12-10
lots of updates, mode sorting, etc
Brian Paul
2
-56
/
+289
2005-12-10
implement config sorting for eglChooseConfig()
Brian Paul
2
-41
/
+51
2005-11-29
added _EGLExtensions typedef
Brian Paul
1
-0
/
+2
2005-11-29
Put extension flags, string into separate struct.
Brian Paul
3
-18
/
+25
2005-11-29
clean up the drmGetMap/drmMap code
Brian Paul
1
-36
/
+32
2005-11-29
apparently need to load colormap after setting the mode to make it work reliably
Brian Paul
1
-25
/
+50
2005-11-28
Lots of fixes, clean-ups, new comments, etc.
Brian Paul
2
-231
/
+326
2005-11-27
Redo _eglInitSurface() so it can be used with all surface types.
Brian Paul
7
-178
/
+273
2005-11-24
use _egl_api struct, make some functions static
Brian Paul
1
-17
/
+22
2005-11-24
Move all the EGL API function pointers into a new _egl_api struct.
Brian Paul
6
-170
/
+186
2005-11-24
report error token in message printed in _eglError()
Brian Paul
1
-1
/
+50
2005-11-24
change error test in _eglParseConfigAttribs()
Brian Paul
1
-2
/
+5
2005-11-24
init attribs to EGL_DONT_CARE in _eglParseConfigAttribs()
Brian Paul
1
-1
/
+4
2005-11-23
update some comments
Brian Paul
1
-2
/
+5
2005-11-23
change error message
Brian Paul
1
-1
/
+2
2005-11-23
use _eglLog()
Brian Paul
2
-10
/
+17
2005-11-23
New _eglLog() function to replace fprintf/printf calls for debug/info.
Brian Paul
3
-0
/
+75
2005-09-20
initial check-in
Brian Paul
1
-0
/
+578
2005-08-07
Add missing egldri.h header file
Jon Smirl
1
-0
/
+113
2005-08-07
Enable EGL support in 'linux-dri' config
Jon Smirl
1
-1
/
+1
2005-08-05
More EGL prep. No impact on anything outside of EGL
Jon Smirl
3
-40
/
+26
2005-08-04
New files for radeon egl driver.
Jon Smirl
2
-0
/
+1065
2005-05-17
remove eglQueryDisplayMESA()
Brian Paul
4
-19
/
+0
2005-05-17
fix pbuffer sample code
Brian Paul
1
-6
/
+3
2005-05-17
remove glmode stuff
Brian Paul
2
-103
/
+14
2005-05-17
updated demoCreatePbufferSurface()
Brian Paul
1
-52
/
+7
2005-05-17
update comments
Brian Paul
1
-2
/
+3
2005-05-17
more work on _eglConfigToContextModesRec()
Brian Paul
2
-4
/
+9
2005-05-17
Make EGL_NO_MODE_MESA work.
Jon Smirl
1
-1
/
+1
2005-05-17
added _eglInitPbufferSurface()
Brian Paul
2
-0
/
+78
2005-05-17
Fix several internal problems with generating the list of configs.
Jon Smirl
1
-2
/
+3
2005-05-16
Implement query of surface type.
Jon Smirl
1
-0
/
+3
2005-05-16
use EGLint instead of unsigned long for eglCopyContextMESA, added comments
Brian Paul
4
-5
/
+11
2005-05-16
separate ext strings with a space
Brian Paul
1
-2
/
+2
2005-05-16
s/Atrib/Attrib/, set extension enable flags
Brian Paul
1
-23
/
+13
2005-05-16
added boolean extension flags to _EGLDriver
Brian Paul
2
-1
/
+30
[next]