summaryrefslogtreecommitdiff
path: root/eagle.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-25Implement eglGetDisplay(EGL_DEFAULT_DISPLAY);HEADmasterKristian Høgsberg1-0/+15
2010-01-21Use INTEL_object_external and INTEL_context_noneKristian Høgsberg1-58/+22
2009-09-12Add hack to export fbo gem integration entry points.Kristian Høgsberg1-0/+56
2009-06-08Consolidate native gem code a bit, sneak in another radeon attemptKristian Høgsberg1-1/+3
2009-05-27Change the API to let the application swap and cycle buffers as it wantsKristian Høgsberg1-47/+7
2009-03-06Use -fvisibility=hiddenKristian Høgsberg1-37/+39
2009-03-05Ajdust for DRI CopyBuffer API change.Kristian Høgsberg1-3/+2
2009-02-22Fill out PCI ID table for all intel chipsets.Kristian Høgsberg1-4/+27
2009-02-16Handle missing dri extension more gracefully.Kristian Høgsberg1-0/+10
2009-02-16Actually do something with return value of getenv().Kristian Høgsberg1-1/+1
2009-02-16Make DRI2 backend finally work.Kristian Høgsberg1-4/+2
2009-01-26Get r300 in better shape.Kristian Høgsberg1-0/+9
2009-01-24Move copyBuffer functionality to eagle.cKristian Høgsberg1-0/+38
2009-01-24Depend on udev 136 and use udev_device_get_property_value()Kristian Høgsberg1-13/+1
2009-01-15Use libudev for figuring out which driver to load.Kristian Høgsberg1-5/+60
2008-12-19Begin implementing the config chooser.Kristian Høgsberg1-7/+45
2008-12-11Prevent setuid applications from setting the driver path.Kristian Høgsberg1-1/+6
2008-12-08Catch failure to open drm device.Kristian Høgsberg1-0/+5
2008-11-25Add copyright notices to all files.Kristian Høgsberg1-0/+22
2008-11-25Always require user to pass in GEM handle for front.Kristian Høgsberg1-6/+16
2008-11-19Pull in all of glapi so we can dlopen with RTLD_NOW.Kristian Høgsberg1-1/+1
2008-11-06Fix a double free, print errors if dlopen fails.Kristian Høgsberg1-2/+4
2008-11-06Implement the required __DRI_SYSTEM_TIME extension.Kristian Høgsberg1-0/+25
2008-11-03Hook up eglBindTexImage.Kristian Høgsberg1-3/+22
2008-10-13Refactor the backend architechture.Kristian Høgsberg1-56/+14
2008-10-13Pull memcpy swapbuffer back in as a fallback.Kristian Høgsberg1-30/+7
2008-10-13Implement swapbuffers using a dri driver extension.Kristian Høgsberg1-9/+62
2008-10-06Pick up dri driver from /usr/lib/dri.Kristian Høgsberg1-1/+1
2008-10-06Split out intel specific bits to their own file.Kristian Høgsberg1-178/+6
2008-10-05Fix depth buffer bugs, avoid redundant buffer creation.Kristian Høgsberg1-4/+22
2008-10-01Use mmap()'ed /dev/fb + GEM pread for swap buffer for now.Kristian Høgsberg1-47/+77
2008-09-30Flesh out test, add get_buffers, start kms integration.Kristian Høgsberg1-7/+126
2008-09-30Update to new DRI2 design, make test case link.Kristian Høgsberg1-137/+16
2008-04-18Add makefile and header file, make is compile.Kristian Høgsberg1-6/+6
2008-03-26Start making it compile.Kristian Høgsberg1-134/+150
2008-03-14More code rush; fleshing out config querying.Kristian Høgsberg1-16/+165
2008-03-14Initial code rush commit.Kristian Høgsberg1-0/+548