| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Fix typo | José Fonseca | 2007-11-17 | 1 | -1/+1 |
| * | Proper fence reference counting. | José Fonseca | 2007-11-17 | 1 | -15/+15 |
| * | Include fences in the i915simple winsys interface. | José Fonseca | 2007-11-15 | 4 | -23/+70 |
| * | check for fence==NULL in intel_batchbuffer_finish(), fixes glxinfo crash on exit | Brian | 2007-11-08 | 1 | -5/+7 |
| * | Rename struct field 'private' to 'priv'. | Michel Dänzer | 2007-11-08 | 1 | -1/+1 |
| * | Remove winsys->wait_idle(), subsumed by pipe->flush(). | Brian | 2007-11-07 | 2 | -15/+8 |
| * | New PIPE_FLUSH_WAIT flag for pipe->flush(). | Brian | 2007-11-07 | 1 | -2/+2 |
| * | Remove context dependencies in winsys layer. | Brian | 2007-11-07 | 5 | -41/+42 |
| * | cosmetic fix to driFenceFinish() call | Brian | 2007-11-07 | 1 | -1/+1 |
| * | replace magic number 3 with DRM_FENCE_TYPE_EXE | DRM_I915_FENCE_TYPE_RW in dr... | Brian | 2007-11-07 | 1 | -2/+5 |
| * | remove DriverCtx=intel assigment/hack | Brian | 2007-11-07 | 1 | -2/+0 |
| * | Pass winsys as a parameter to intel_create_i915simple(), intel_create_softpipe() | Brian | 2007-11-07 | 4 | -12/+22 |
| * | var renaming: s/sws/winsys/ | Brian | 2007-11-07 | 1 | -21/+20 |
| * | Add winsys->surface_release() to complement winsys->surface_alloc(). | Brian | 2007-11-07 | 1 | -0/+17 |
| * | restore dispatch/extension code (without, dynamic entrypoints aren't added) | Brian | 2007-11-06 | 1 | -0/+58 |
| * | remove more dependencies on Mesa types/functions | Brian | 2007-11-06 | 2 | -22/+23 |
| * | implement context sharing code | Brian | 2007-11-06 | 1 | -6/+10 |
| * | code clean-up | Brian | 2007-11-06 | 1 | -27/+12 |
| * | Remove use of Mesa/GL types/functions (s/GLuint/uint/ etc) | Brian | 2007-11-06 | 2 | -41/+39 |
| * | don't include mtypes.h | Brian | 2007-11-06 | 1 | -1/+28 |
| * | Remove last of core Mesa dependencies in intel_swapbuffers.c | Brian | 2007-11-06 | 3 | -44/+17 |
| * | Supply buffer usage hints to winsys. | José Fonseca | 2007-11-06 | 2 | -4/+7 |
| * | clean ups | Brian | 2007-11-05 | 1 | -4/+6 |
| * | change includes, minor simplification in intelDisplaySurface() | Brian | 2007-11-05 | 1 | -2/+2 |
| * | include mtypes.h (temporary) | Brian | 2007-11-05 | 1 | -0/+1 |
| * | Remove some temporary state tracker context/framebuffer_create functions. | Brian | 2007-11-05 | 1 | -2/+2 |
| * | Update xlib driver to use newer state tracker context/framebuffer functions. | Brian | 2007-11-05 | 1 | -1/+1 |
| * | asst clean-ups | Brian | 2007-11-05 | 5 | -18/+9 |
| * | remove some GL types, mesa includes | Brian | 2007-11-05 | 5 | -9/+9 |
| * | move intel_context_mesa() into intel_swapbuffers.c (the only place it's used ... | Brian | 2007-11-05 | 2 | -8/+9 |
| * | Move driBatchPoolInit() into new intel_batchpool.h header. | Brian | 2007-11-05 | 3 | -5/+8 |
| * | Move driBatchPoolInit() into new intel_batchpool.h header. | Brian | 2007-11-05 | 1 | -0/+37 |
| * | remove intelScreenPrivate typedef and use cast wrapper function to be like in... | Brian | 2007-11-05 | 6 | -13/+22 |
| * | remove driScrnPriv field from intel_screen | Brian | 2007-11-05 | 3 | -6/+4 |
| * | comments | Brian | 2007-11-05 | 2 | -3/+3 |
| * | fix typo, formatting | Brian | 2007-11-05 | 1 | -2/+2 |
| * | remove unused intelScreen->texPool | Brian | 2007-11-05 | 2 | -3/+0 |
| * | add missing free() in intelDestroyContext | Brian | 2007-11-05 | 1 | -1/+2 |
| * | comments, clean-ups, assertions | Brian | 2007-11-05 | 1 | -6/+12 |
| * | rewrite/simplify intelCopySubBuffer() | Brian | 2007-11-05 | 1 | -24/+18 |
| * | rewrite/simplify intelSwapBuffers() | Brian | 2007-11-05 | 1 | -16/+9 |
| * | replace get_color_surface() with st_get_framebuffer_surface() | Brian | 2007-11-05 | 2 | -17/+3 |
| * | better use of intel_context() cast wrappers | Brian | 2007-11-05 | 3 | -11/+15 |
| * | clean-up/re-org of intel_framebuffer code | Brian | 2007-11-05 | 5 | -31/+57 |
| * | remove unused intel_fb decls, code | Brian | 2007-11-05 | 2 | -9/+0 |
| * | move intelCopySubBuffer() decl | Brian | 2007-11-05 | 2 | -5/+3 |
| * | remove dead code in intelCreateBuffer() | Brian | 2007-11-05 | 1 | -60/+1 |
| * | remove intel_context cliprect code | Brian | 2007-11-05 | 2 | -37/+1 |
| * | remove unused var | Brian | 2007-11-05 | 1 | -1/+0 |
| * | remove cliprect code | Brian | 2007-11-05 | 1 | -26/+8 |