2007-11-07 |
Brian | Pass winsys as a parameter to intel_create_i915simple... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | var renaming: s/sws/winsys/ |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | more dead code removal |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | re-enable PIPE_FORMAT_U_Z32 support |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | better depth buffer selection |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | Float->uint conversion for PIPE_FORMAT_U_Z32 resulted... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | disable/remove dead code |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | Disable the call to driBOReference() in i915_update_tex... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | redo xm_surface_release() to match i915 |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | fix bad varname |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | init glsl functions in st_init_driver_functions() |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | fix typos, re-enable some extensions to get back to... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | Add winsys->surface_release() to complement winsys... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
José Fonseca | Check the right ammount of free space in vertex buffer. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
José Fonseca | Reset temporary vertices ids. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
José Fonseca | Use a consistent number to identify undefined vertices. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
José Fonseca | Reuse the vertex buffer until the vertex size changes. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
José Fonseca | Track hardware vertex buffer state changes. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | Improved logic for setting up depth/stencil buffers... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | restore dispatch/extension code (without, dynamic entry... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | disable PIPE_FORMAT_U_Z32, doesn't work ATM |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | Update xmesa_is_format_supported() |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | realloc surface if format changes, remove dead code |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | rename xmesa_create_softpipe() xmesa_create_context() |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | rename xmesa_create_softpipe() xmesa_create_context() |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | disable finish_or_flush() for now |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | remove dead code in softpipe_is_format_supported() |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | document flags param to region_alloc() |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | remove more dependencies on Mesa types/functions |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | implement context sharing code |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | code clean-up |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | need to call pipe->flush() in finish_or_flush() |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | init luminance/intensity_bits to zero in st_get_format_... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | define CLIP_TILE as in sp_surface.c |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | remove debug abort() call |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | Call xmesa_init_driver_functions() to install xmesa_vie... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
José Fonseca | Handle the corner case of 24bit depth buffer with 0bit... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Michel Dänzer | Fix build error: dereferencing pointer to incomplete... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | Remove use of Mesa/GL types/functions (s/GLuint/uint... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | don't include mtypes.h |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | Remove last of core Mesa dependencies in intel_swapbuff... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | Remove pipe->max_texture_size(), use get_param() instead. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | check for __i386__ or __386__ instead of USE_X86_ASM |
commit | commitdiff | tree | snapshot |
2007-11-06 |
José Fonseca | Allow custom pipe driver buffer usage flags. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
José Fonseca | Supply buffer usage hints to winsys. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Michel Dänzer | Convert format bitfields to shifts and masks. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Michel Dänzer | Fix non-x86 build. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | Determine GL extensions/limits by making pipe queries. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | clean ups |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | change includes, minor simplification in intelDisplaySu... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | include mtypes.h (temporary) |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | don't include mtypes.h in st_public.h |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | move st_invalidate_state() prototype to st_context.h |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | Remove some temporary state tracker context/framebuffer... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | Update xlib driver to use newer state tracker context... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | no-op glCopyPixels if width or height is zero |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | asst clean-ups |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | remove some GL types, mesa includes |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | move intel_context_mesa() into intel_swapbuffers.c... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | Move driBatchPoolInit() into new intel_batchpool.h... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | Move driBatchPoolInit() into new intel_batchpool.h... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | remove intelScreenPrivate typedef and use cast wrapper... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | remove driScrnPriv field from intel_screen |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | comments |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | fix typo, formatting |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | remove unused intelScreen->texPool |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | add missing free() in intelDestroyContext |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | comments, clean-ups, assertions |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | rewrite/simplify intelCopySubBuffer() |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | rewrite/simplify intelSwapBuffers() |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | added st_notify_swapbuffers() |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | replace get_color_surface() with st_get_framebuffer_sur... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | added st_get_framebuffer_surface() and ST_SURFACE_x... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | comments, tweaks |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | better use of intel_context() cast wrappers |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | clean-up/re-org of intel_framebuffer code |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | remove unused intel_fb decls, code |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | move intelCopySubBuffer() decl |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | remove dead code in intelCreateBuffer() |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | remove intel_context cliprect code |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | remove unused var |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | remove cliprect code |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | remove mesa includes |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | use st_unreference_framebuffer() |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | added st_unreference_framebuffer() |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | rename intelWindowMoved() to intelUpdateWindowSize() |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | pass __DRIdrawablePrivate to intelWindowMoved(), rather... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | simplify the window moved/resized code a bit |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | set stfb->Base.Initialized |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | Remove intelUpdateFramebufferSize(), use st_resize_fram... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | added st_resize_framebuffer() |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | use st_make_current() |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | restore dummy card_extensions extensions array, needed... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | use st_create_framebuffer() |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | st_create_framebuffer() working |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | move st_create_framebuffer() to new st_framebuffer... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | new file for st_framebuffer stuff |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | Introduce st_framebuffer type and st_create_framebuffer... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | more dead code removal, clean-up |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian | move intelScreenContext() to intel_swapbuffers.c and... |
commit | commitdiff | tree | snapshot |
next |