index
:
~krh/eagle
master
Unnamed repository; edit this file 'description' to name the repository.
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-25
Implement eglGetDisplay(EGL_DEFAULT_DISPLAY);
HEAD
master
Kristian Høgsberg
3
-5/+20
2010-01-22
Use INTEL_object_external and INTEL_context_none
Kristian Høgsberg
4
-176/+63
2010-01-22
Update glapi to pull in new version of INTEL_object_external
Kristian Høgsberg
9
-405/+532
2009-09-12
Update GLAPI to get GL_EXT_framebuffer_blit
Kristian Høgsberg
11
-1516/+1849
2009-09-12
Add hack to export fbo gem integration entry points.
Kristian Høgsberg
2
-0/+68
2009-06-08
Consolidate native gem code a bit, sneak in another radeon attempt
Kristian Høgsberg
11
-327/+176
2009-05-29
Use $(CC) and $(DESTDIR)
Cedric Hombourger
1
-5/+7
2009-05-27
Change the API to let the application swap and cycle buffers as it wants
Kristian Høgsberg
10
-230/+231
2009-05-11
Create test case surfaces using eglCreateSurfaceForName()
Kristian Høgsberg
1
-62/+34
2009-05-11
intel: Add i915 tiling support.
Chris Wilson
1
-1/+99
2009-03-11
Also return buffer handle in eglGetNativeBuffer()
Kristian Høgsberg
2
-3/+8
2009-03-07
Use -fvisibility=hidden
Kristian Høgsberg
5
-42/+54
2009-03-07
Add eglGetNativeBuffer to get the GEM buffer for a GL buffer.
Kristian Høgsberg
2
-0/+23
2009-03-07
Create front buffer in eglCreateSurfaceForName if name is 0.
Kristian Høgsberg
2
-35/+54
2009-03-05
Ajdust for DRI CopyBuffer API change.
Kristian Høgsberg
2
-7/+3
2009-03-01
Update texture test to be useful for verifying color components.
Kristian Høgsberg
2
-10/+26
2009-02-22
Fill out PCI ID table for all intel chipsets.
Kristian Høgsberg
1
-4/+27
2009-02-17
Handle missing dri extension more gracefully.
Kristian Høgsberg
1
-0/+10
2009-02-17
Actually do something with return value of getenv().
Kristian Høgsberg
1
-1/+1
2009-02-16
Make DRI2 backend finally work.
Kristian Høgsberg
5
-21/+36
2009-02-16
test/texture: Use vertex array.
Kristian Høgsberg
1
-8/+22
2009-02-13
Add texture test case.
Kristian Høgsberg
3
-3/+91
2009-02-13
Move test case to test/ subdirectory.
Kristian Høgsberg
7
-106/+123
2009-02-12
Close GEM buffers on surface destroy.
Kristian Høgsberg
1
-0/+10
2009-01-27
Get r300 in better shape.
Kristian Høgsberg
6
-74/+108
2009-01-25
Move copyBuffer functionality to eagle.c
Kristian Høgsberg
4
-117/+54
2009-01-25
Drop eglReadBuffer - no reason to reinvent glReadPixels.
Kristian Høgsberg
2
-62/+0
2009-01-25
Drop memcpy fallback and require __DRI_COPY_BUFFER.
Kristian Høgsberg
2
-175/+2
2009-01-24
Depend on udev 136 and use udev_device_get_property_value()
Kristian Høgsberg
2
-14/+2
2009-01-16
Don't pin frontbuffer, KMS does that for us now.
Kristian Høgsberg
1
-8/+0
2009-01-15
Pick a visual with a depth buffer for the gears test case.
Kristian Høgsberg
1
-2/+1
2009-01-15
Use libudev for figuring out which driver to load.
Kristian Høgsberg
7
-13/+91
2008-12-19
Begin implementing the config chooser.
Kristian Høgsberg
2
-52/+57
2008-12-15
Add a first attemp at radeon support.
Kristian Høgsberg
3
-1/+354
2008-12-15
Create framebuffer and pick config instead of hardcoding these.
Kristian Høgsberg
1
-37/+127
2008-12-11
Prevent setuid applications from setting the driver path.
Kristian Høgsberg
1
-1/+6
2008-12-08
Catch failure to open drm device.
Kristian Høgsberg
1
-0/+5
2008-12-04
Use autoconf instead of the flaky config.mk hack.
Kristian Høgsberg
3
-19/+31
2008-12-04
Drop bitmask field from DRI2CopyRegion request.
Kristian Høgsberg
1
-1/+0
2008-11-25
Add copyright notices to all files.
Kristian Høgsberg
7
-0/+152
2008-11-25
Always require user to pass in GEM handle for front.
Kristian Høgsberg
6
-155/+159
2008-11-19
Pull in all of glapi so we can dlopen with RTLD_NOW.
Kristian Høgsberg
10
-649/+1151
2008-11-17
Make test case use either dri2 or drmfb.
Kristian Høgsberg
2
-48/+99
2008-11-17
Add .gitignore.
Kristian Høgsberg
1
-0/+6
2008-11-17
Add eagle.pc.in, split out rule to make it from install rule.
Kristian Høgsberg
2
-4/+16
2008-11-09
Add an eglReadBuffer function to read out pixel data.
Kristian Høgsberg
2
-0/+38
2008-11-08
Add an install rule and a pkg-config file.
Kristian Høgsberg
1
-0/+6
2008-11-08
Export the copy buffer extension as a way to copy between surfaces.
Kristian Høgsberg
2
-14/+60
2008-11-06
Fix bogus error path.
Kristian Høgsberg
1
-11/+5
2008-11-06
Fix a double free, print errors if dlopen fails.
Kristian Høgsberg
1
-2/+4
[next]