Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-06-23 | 77 | -8530/+5297 |
|\ | | | | | | | | | | | Conflicts: configs/default | ||||
| * | egl: added cpp assertions/sanity checks | Brian Paul | 2008-06-20 | 1 | -0/+2 |
| | | |||||
| * | egl: added null ptr checks | Brian Paul | 2008-06-20 | 1 | -1/+4 |
| | | |||||
| * | egl: use dlsym() to try to identify APIs | Brian Paul | 2008-06-19 | 1 | -2/+45 |
| | | |||||
| * | egl: omit libmesa.a glapi.c from library | Brian Paul | 2008-06-18 | 1 | -2/+6 |
| | | |||||
| * | egl: call st_get_proc_address() | Brian Paul | 2008-06-18 | 1 | -5/+1 |
| | | |||||
| * | i915: Made region pool a slabpool | Jakob Bornecrantz | 2008-06-17 | 1 | -1/+12 |
| | | |||||
| * | revert the DRI2 commits | Alan Hourihane | 2008-06-12 | 5 | -311/+159 |
| | | |||||
| * | fix card_extensions | Alan Hourihane | 2008-06-11 | 2 | -13/+6 |
| | | |||||
| * | fix legacy DRI | Alan Hourihane | 2008-06-11 | 1 | -0/+2 |
| | | |||||
| * | Hook gallium i915 up to DRI2 | Alan Hourihane | 2008-06-11 | 5 | -95/+26 |
| | | |||||
| * | Bring in DRI2 changes | Alan Hourihane | 2008-06-11 | 2 | -153/+379 |
| | | |||||
| * | egl: s/softpipe_egl.so/egl_softpipe.so/ | Brian Paul | 2008-06-09 | 1 | -3/+3 |
| | | |||||
| * | egl: clean-ups | Brian Paul | 2008-06-06 | 1 | -11/+9 |
| | | |||||
| * | gallium: additional comment | Brian Paul | 2008-06-06 | 1 | -0/+4 |
| | | |||||
| * | egl: open X display if needed | Brian Paul | 2008-06-06 | 1 | -0/+4 |
| | | |||||
| * | i915: Moved EGL_i915 to the common code | Jakob Bornecrantz | 2008-06-06 | 25 | -5741/+185 |
| | | |||||
| * | i915: Moved pipe_buffer and i915_winsys functions to a common folder | Jakob Bornecrantz | 2008-06-06 | 37 | -2617/+1338 |
| | | |||||
| * | egl: do proper setup/init of EGL configs | Brian Paul | 2008-06-04 | 1 | -21/+52 |
| | | |||||
| * | egl: prototype some multi-API code | Brian Paul | 2008-06-04 | 1 | -10/+19 |
| | | |||||
| * | i915: Fix compile on linux-dri-debug | Jakob Bornecrantz | 2008-06-03 | 1 | -2/+2 |
| | | |||||
| * | i915: Implement and use the reworked batchbuffer code | Jakob Bornecrantz | 2008-06-02 | 3 | -61/+39 |
| | | |||||
| * | scons: Integrate gdi winsys. | José Fonseca | 2008-06-03 | 4 | -112/+124 |
| | | | | | | | | Conditional build of the winsys based on the platform. | ||||
| * | gdi: Port of the gdi mesa driver to gallium (Alan Hourihane). | José Fonseca | 2008-06-03 | 6 | -0/+2554 |
| | | |||||
| * | egl: eglGetProcAddress() stub | Brian Paul | 2008-05-30 | 1 | -0/+12 |
| | | |||||
| * | egl: specify client API by bit flag, not string | Brian Paul | 2008-05-30 | 1 | -2/+8 |
| | | |||||
| * | egl: added eglDestroySurface function | Brian Paul | 2008-05-30 | 1 | -0/+23 |
| | | |||||
| * | egl: fix-up window resizes | Brian Paul | 2008-05-30 | 1 | -0/+4 |
| | | |||||
| * | egl: assorted fixes. The code works now. | Brian Paul | 2008-05-30 | 1 | -7/+60 |
| | | |||||
| * | egl: added surface_alloc_storage() | Brian Paul | 2008-05-30 | 1 | -1/+38 |
| | | |||||
| * | i915: Made batch buffer size much larger | Jakob Bornecrantz | 2008-05-30 | 3 | -4/+5 |
| | | |||||
| * | i915: Fix extentions not being set | Jakob Bornecrantz | 2008-05-30 | 1 | -0/+3 |
| | | |||||
| * | egl: new EGL/gallium/softpipe/xlib winsys | Brian Paul | 2008-05-29 | 4 | -0/+832 |
| | | | | | | | | | | Checkpoint commit. Most required code is in place, and compiles, but totally untested. | ||||
| * | i915: Cleaned up intel_winsys_pipe.c | Jakob Bornecrantz | 2008-05-29 | 1 | -37/+39 |
| | | |||||
| * | i915: Deprecated pipe_winsys buffer functions | Jakob Bornecrantz | 2008-05-29 | 1 | -38/+7 |
| | | |||||
| * | i915: Remove last usage of surface_alloc_storage | Jakob Bornecrantz | 2008-05-29 | 1 | -30/+1 |
| | | |||||
| * | i915: Ops how did that get there | Jakob Bornecrantz | 2008-05-29 | 1 | -1/+1 |
| | | |||||
| * | i915: Get up to date with the latest EGL changes | Jakob Bornecrantz | 2008-05-29 | 1 | -1/+1 |
| | | |||||
| * | i915: DriConfigOptions started complaining on this line | Jakob Bornecrantz | 2008-05-28 | 1 | -2/+2 |
| | | |||||
| * | i915: Prepare for tiled private front and back buffers | Jakob Bornecrantz | 2008-05-28 | 1 | -2/+24 |
| | | |||||
| * | i915: Made vertex submission eaven faster | Jakob Bornecrantz | 2008-05-28 | 1 | -4/+4 |
| | | |||||
| * | i915: Made vbuf work | Jakob Bornecrantz | 2008-05-28 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'gallium-vertex-linear' into gallium-0.1 | Jakob Bornecrantz | 2008-05-28 | 1 | -0/+14 |
| |\ | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c | ||||
| | * | xlib: add failure paths for context creation | Keith Whitwell | 2008-05-12 | 1 | -0/+14 |
| | | | |||||
| * | | i915: Don't segfault on buffer allocation error | Jakob Bornecrantz | 2008-05-28 | 1 | -1/+2 |
| | | | |||||
| * | | i915: Make EGL_i915 compile | Jakob Bornecrantz | 2008-05-28 | 1 | -3/+3 |
| | | | |||||
| * | | i915: Make EGL_i915 segfault if modesetting is not working | Jakob Bornecrantz | 2008-05-28 | 1 | -1/+4 |
| | | | |||||
* | | | Merge branch 'gallium-0.1' of ↵ | Younes Manton | 2008-06-08 | 2 | -24/+1 |
|\ \ \ | | | | | | | | | | | | | ssh://[email protected]/git/nouveau/mesa into gallium-0.1 | ||||
| * | | | nouveau: kill off surface_alloc_storage() | Ben Skeggs | 2008-06-08 | 1 | -23/+0 |
| | | | | |||||
| * | | | nouveau: fix warning | Ben Skeggs | 2008-05-30 | 1 | -1/+1 |
| | | | |