Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scons: rework the EGL build | Emil Velikov | 2015-07-22 | 1 | -25/+0 |
| | | | | | | | | | The scons equivalent of the previous commit - just fold the almost identical driver + main Sconscripts. Cc: Alexander von Gluck IV <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> | ||||
* | egl/haiku: remove unused DEFAULT_DRIVER_DIR define | Emil Velikov | 2015-07-22 | 1 | -4/+0 |
| | | | | | | Cc: Alexander von Gluck IV <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> | ||||
* | egl/haiku: fix Mesa build under Haiku | Alexander von Gluck IV | 2015-06-29 | 1 | -14/+14 |
| | | | | | Performing a goto crosses the initialization of 'BWindow* win' breaking the build. We also fix a missing semicolon. | ||||
* | egl/haiku: coding style fixes | Emil Velikov | 2015-06-12 | 1 | -4/+5 |
| | | | | | | Cc: Alexander von Gluck IV <[email protected]> Acked-by: Brian Paul <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | egl/haiku: plug some obvious memory leaks | Emil Velikov | 2015-06-12 | 1 | -7/+25 |
| | | | | | | Cc: Alexander von Gluck IV <[email protected]> Acked-by: Brian Paul <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | egl/haiku: minor surface management cleanups | Emil Velikov | 2015-06-12 | 1 | -11/+4 |
| | | | | | | | | Drop the stub/unused function haiku_create_surface() and add some basic implementation for destroy_surface() Cc: Alexander von Gluck IV <[email protected]> Acked-by: Brian Paul <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | egl/haiku: kill off haiku_log() | Emil Velikov | 2015-06-12 | 1 | -24/+0 |
| | | | | | | | | | It's an incomplete copy of the default _eglLog() implementation. Just use the default logger. Cc: Alexander von Gluck IV <[email protected]> Acked-by: Brian Paul <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | egl/haiku: we don't use src/loader, drop all the references to it | Emil Velikov | 2015-06-12 | 2 | -8/+0 |
| | | | | | | Cc: Alexander von Gluck IV <[email protected]> Acked-by: Brian Paul <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | egl/haiku: remove unused variables in struct haiku_egl_driver | Emil Velikov | 2015-06-12 | 1 | -4/+0 |
| | | | | | | Cc: Alexander von Gluck IV <[email protected]> Acked-by: Brian Paul <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | egl/haiku: handle memory allocation failure | Emil Velikov | 2015-06-12 | 1 | -7/+28 |
| | | | | | | Cc: Alexander von Gluck IV <[email protected]> Acked-by: Brian Paul <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | egl/haiku: use CALL/TRACE/ERROR over _eglLog() for haiku specifics | Emil Velikov | 2015-06-12 | 1 | -25/+39 |
| | | | | | | Cc: Alexander von Gluck IV <[email protected]> Acked-by: Brian Paul <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | egl/haiku: remove commented out code | Emil Velikov | 2015-06-12 | 1 | -93/+0 |
| | | | | | | | | | | It serves little to no purpose. As the driver gets updated, one can look at the existing implementation (dri2) for reference rather than letting the commented functions bitrot. Cc: Alexander von Gluck IV <[email protected]> Acked-by: Brian Paul <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | egl/haiku: use correct version variable | Emil Velikov | 2015-06-12 | 1 | -2/+1 |
| | | | | | | | | | | | | Earlier commit folded the two separate variables into one, but forgot to update the haiku driver. Fixes: 0e4b564ef28(egl: combine VersionMajor and VersionMinor into one variable) Cc: Marek Olšák <[email protected]>> Cc: Alexander von Gluck IV <[email protected]> Acked-by: Brian Paul <[email protected]> Signed-off-by: Emil Velikov <[email protected]> | ||||
* | egl/haiku: Drop extern "C". No longer needed | Alexander von Gluck IV | 2015-05-14 | 1 | -2/+0 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | egl/drivers: include stdint.h where needed | Emil Velikov | 2015-03-05 | 1 | -0/+1 |
| | | | | | | | | | Currently these files are including it indirectly via eglcompiler.h The latter of which will be removed with follow up commits. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | egl/haiku: Clean up SConscript whitespace | Alexander von Gluck IV | 2014-12-23 | 1 | -13/+12 |
| | |||||
* | egl: Clean up Haiku visual creation | Alexander von Gluck IV | 2014-12-23 | 1 | -49/+47 |
| | | | | | | * Only create one struct * 'final' also is a language conflict * Some style cleanup | ||||
* | egl: Add Haiku code and support | Alexander von Gluck IV | 2014-12-23 | 2 | -0/+473 |
* This is the cleaned up work of the Haiku GCI student Adrián Arroyo Calle [email protected] * Several patches were consolidated to prevent unnecessary touching of non-related code |