Brian [Wed, 7 Nov 2007 22:22:07 +0000 (15:22 -0700)]
replace magic number 3 with DRM_FENCE_TYPE_EXE | DRM_I915_FENCE_TYPE_RW in driFenceFinish() call
Brian [Wed, 7 Nov 2007 19:06:50 +0000 (12:06 -0700)]
just reorder a few members of pipe_winsys, update comments
Brian [Wed, 7 Nov 2007 18:59:04 +0000 (11:59 -0700)]
remove DriverCtx=intel assigment/hack
Brian [Wed, 7 Nov 2007 18:44:48 +0000 (11:44 -0700)]
Pass winsys as a parameter to intel_create_i915simple(), intel_create_softpipe()
Brian [Wed, 7 Nov 2007 17:39:30 +0000 (10:39 -0700)]
var renaming: s/sws/winsys/
Brian [Wed, 7 Nov 2007 17:34:18 +0000 (10:34 -0700)]
more dead code removal
Brian [Wed, 7 Nov 2007 21:41:14 +0000 (14:41 -0700)]
re-enable PIPE_FORMAT_U_Z32 support
Brian [Wed, 7 Nov 2007 21:41:01 +0000 (14:41 -0700)]
better depth buffer selection
Brian [Wed, 7 Nov 2007 21:40:38 +0000 (14:40 -0700)]
Float->uint conversion for PIPE_FORMAT_U_Z32 resulted in overflow in depth_value(). Special-case it.
Brian [Wed, 7 Nov 2007 16:54:02 +0000 (09:54 -0700)]
disable/remove dead code
Brian [Wed, 7 Nov 2007 16:53:25 +0000 (09:53 -0700)]
Disable the call to driBOReference() in i915_update_texture()
It doesn't seem to be needed and disabling it fixes a big memory leak with
some programs like xdemos/wincopy.c
Brian [Wed, 7 Nov 2007 15:57:56 +0000 (08:57 -0700)]
redo xm_surface_release() to match i915
Brian [Wed, 7 Nov 2007 15:21:14 +0000 (08:21 -0700)]
fix bad varname
Brian [Wed, 7 Nov 2007 15:18:50 +0000 (08:18 -0700)]
init glsl functions in st_init_driver_functions()
Brian [Wed, 7 Nov 2007 15:18:34 +0000 (08:18 -0700)]
fix typos, re-enable some extensions to get back to GL 2.1 level
Brian [Wed, 7 Nov 2007 15:05:09 +0000 (08:05 -0700)]
Add winsys->surface_release() to complement winsys->surface_alloc().
pipe_surface now has a pointer to the winsys which create/owns the surface.
This allows clean surface deallocation w/out a rendering context.
José Fonseca [Wed, 7 Nov 2007 13:21:01 +0000 (13:21 +0000)]
Check the right ammount of free space in vertex buffer.
José Fonseca [Wed, 7 Nov 2007 13:07:20 +0000 (13:07 +0000)]
Reset temporary vertices ids.
José Fonseca [Wed, 7 Nov 2007 12:08:19 +0000 (12:08 +0000)]
Use a consistent number to identify undefined vertices.
José Fonseca [Wed, 7 Nov 2007 11:04:02 +0000 (11:04 +0000)]
Reuse the vertex buffer until the vertex size changes.
José Fonseca [Tue, 6 Nov 2007 19:16:40 +0000 (19:16 +0000)]
Track hardware vertex buffer state changes.
Brian [Wed, 7 Nov 2007 00:34:32 +0000 (17:34 -0700)]
Improved logic for setting up depth/stencil buffers in st_create_framebuffer()
Brian [Wed, 7 Nov 2007 00:24:45 +0000 (17:24 -0700)]
restore dispatch/extension code (without, dynamic entrypoints aren't added)
Brian [Tue, 6 Nov 2007 23:40:05 +0000 (16:40 -0700)]
disable PIPE_FORMAT_U_Z32, doesn't work ATM
Brian [Tue, 6 Nov 2007 22:19:36 +0000 (15:19 -0700)]
Update xmesa_is_format_supported()
Brian [Tue, 6 Nov 2007 22:17:20 +0000 (15:17 -0700)]
realloc surface if format changes, remove dead code
Brian [Tue, 6 Nov 2007 22:16:42 +0000 (15:16 -0700)]
rename xmesa_create_softpipe() xmesa_create_context()
Brian [Tue, 6 Nov 2007 22:16:22 +0000 (15:16 -0700)]
rename xmesa_create_softpipe() xmesa_create_context()
Brian [Tue, 6 Nov 2007 22:15:49 +0000 (15:15 -0700)]
disable finish_or_flush() for now
Brian [Tue, 6 Nov 2007 21:59:17 +0000 (14:59 -0700)]
remove dead code in softpipe_is_format_supported()
Brian [Tue, 6 Nov 2007 21:39:53 +0000 (14:39 -0700)]
document flags param to region_alloc()
Brian [Tue, 6 Nov 2007 17:25:56 +0000 (10:25 -0700)]
remove more dependencies on Mesa types/functions
Brian [Tue, 6 Nov 2007 17:19:27 +0000 (10:19 -0700)]
implement context sharing code
Brian [Tue, 6 Nov 2007 17:14:53 +0000 (10:14 -0700)]
code clean-up
Brian [Tue, 6 Nov 2007 20:58:25 +0000 (13:58 -0700)]
need to call pipe->flush() in finish_or_flush()
Brian [Tue, 6 Nov 2007 20:53:32 +0000 (13:53 -0700)]
init luminance/intensity_bits to zero in st_get_format_info()
Brian [Tue, 6 Nov 2007 20:52:57 +0000 (13:52 -0700)]
define CLIP_TILE as in sp_surface.c
Brian [Tue, 6 Nov 2007 20:42:37 +0000 (13:42 -0700)]
remove debug abort() call
Brian [Tue, 6 Nov 2007 20:39:02 +0000 (13:39 -0700)]
Call xmesa_init_driver_functions() to install xmesa_viewport() function.
Fixes failed assertion in glxgears.
José Fonseca [Tue, 6 Nov 2007 17:38:47 +0000 (17:38 +0000)]
Handle the corner case of 24bit depth buffer with 0bit stencil buffer.
Michel Dänzer [Tue, 6 Nov 2007 18:00:23 +0000 (19:00 +0100)]
Fix build error: dereferencing pointer to incomplete type
Brian [Tue, 6 Nov 2007 17:10:50 +0000 (10:10 -0700)]
Remove use of Mesa/GL types/functions (s/GLuint/uint/ etc)
Brian [Tue, 6 Nov 2007 17:07:31 +0000 (10:07 -0700)]
don't include mtypes.h
Brian [Tue, 6 Nov 2007 17:05:01 +0000 (10:05 -0700)]
Remove last of core Mesa dependencies in intel_swapbuffers.c
Use the "dummyContext" pointer (for now) instead of GET_CURRENT_CONTEXT().
Brian [Tue, 6 Nov 2007 16:41:45 +0000 (09:41 -0700)]
Remove pipe->max_texture_size(), use get_param() instead.
Also, in st_init_limits(), clamp driver's values against Mesa's internal limits.
Brian [Tue, 6 Nov 2007 15:53:25 +0000 (08:53 -0700)]
check for __i386__ or __386__ instead of USE_X86_ASM
José Fonseca [Tue, 6 Nov 2007 14:43:20 +0000 (14:43 +0000)]
Allow custom pipe driver buffer usage flags.
José Fonseca [Mon, 5 Nov 2007 18:04:35 +0000 (18:04 +0000)]
Supply buffer usage hints to winsys.
Winsys driver needs some hints in order to allocate the appropriate kind of
memory for the buffer.
Michel Dänzer [Tue, 6 Nov 2007 09:17:59 +0000 (10:17 +0100)]
Convert format bitfields to shifts and masks.
The memory layout of bitfields depends on the ABI.
Michel Dänzer [Tue, 6 Nov 2007 09:16:34 +0000 (10:16 +0100)]
Fix non-x86 build.
Brian [Tue, 6 Nov 2007 01:04:30 +0000 (18:04 -0700)]
Determine GL extensions/limits by making pipe queries.
The state tracker calls pipe->get_param() to determine the GL limits and
which OpenGL extensions are supported.
This is an initial implementation that'll probably change...
Brian [Tue, 6 Nov 2007 00:15:12 +0000 (17:15 -0700)]
clean ups
Brian [Tue, 6 Nov 2007 00:10:12 +0000 (17:10 -0700)]
change includes, minor simplification in intelDisplaySurface()
Brian [Mon, 5 Nov 2007 23:45:49 +0000 (16:45 -0700)]
include mtypes.h (temporary)
Brian [Mon, 5 Nov 2007 23:38:07 +0000 (16:38 -0700)]
don't include mtypes.h in st_public.h
Brian [Mon, 5 Nov 2007 23:34:47 +0000 (16:34 -0700)]
move st_invalidate_state() prototype to st_context.h
Brian [Mon, 5 Nov 2007 23:15:43 +0000 (16:15 -0700)]
Remove some temporary state tracker context/framebuffer_create functions.
Brian [Mon, 5 Nov 2007 22:59:55 +0000 (15:59 -0700)]
Update xlib driver to use newer state tracker context/framebuffer functions.
XMesaContext has an st_context * which contains a mesa context.
Brian [Mon, 5 Nov 2007 22:42:55 +0000 (15:42 -0700)]
no-op glCopyPixels if width or height is zero
Brian [Mon, 5 Nov 2007 20:37:12 +0000 (13:37 -0700)]
asst clean-ups
Brian [Mon, 5 Nov 2007 20:18:47 +0000 (13:18 -0700)]
remove some GL types, mesa includes
Brian [Mon, 5 Nov 2007 18:59:09 +0000 (11:59 -0700)]
move intel_context_mesa() into intel_swapbuffers.c (the only place it's used now)
Brian [Mon, 5 Nov 2007 18:54:36 +0000 (11:54 -0700)]
Move driBatchPoolInit() into new intel_batchpool.h header.
Note that intel_batchpool.[ch] have no intel-specific dependencies at this poi
Maybe rename files for re-use in the future.
Brian [Mon, 5 Nov 2007 18:53:56 +0000 (11:53 -0700)]
Move driBatchPoolInit() into new intel_batchpool.h header.
Note that intel_batchpool.[ch] have no intel-specific dependencies at this point.
Maybe rename files for re-use in the future.
Brian [Mon, 5 Nov 2007 18:48:54 +0000 (11:48 -0700)]
remove intelScreenPrivate typedef and use cast wrapper function to be like intel_context and intel_framebuffer
Brian [Mon, 5 Nov 2007 18:38:46 +0000 (11:38 -0700)]
remove driScrnPriv field from intel_screen
Brian [Mon, 5 Nov 2007 18:35:43 +0000 (11:35 -0700)]
comments
Brian [Mon, 5 Nov 2007 18:17:40 +0000 (11:17 -0700)]
fix typo, formatting
Brian [Mon, 5 Nov 2007 18:09:19 +0000 (11:09 -0700)]
remove unused intelScreen->texPool
Brian [Mon, 5 Nov 2007 17:16:28 +0000 (10:16 -0700)]
add missing free() in intelDestroyContext
Brian [Mon, 5 Nov 2007 17:14:24 +0000 (10:14 -0700)]
comments, clean-ups, assertions
Brian [Mon, 5 Nov 2007 17:04:23 +0000 (10:04 -0700)]
rewrite/simplify intelCopySubBuffer()
Brian [Mon, 5 Nov 2007 17:01:51 +0000 (10:01 -0700)]
rewrite/simplify intelSwapBuffers()
Brian [Mon, 5 Nov 2007 16:59:34 +0000 (09:59 -0700)]
added st_notify_swapbuffers()
Brian [Mon, 5 Nov 2007 16:53:02 +0000 (09:53 -0700)]
replace get_color_surface() with st_get_framebuffer_surface()
Brian [Mon, 5 Nov 2007 16:52:14 +0000 (09:52 -0700)]
added st_get_framebuffer_surface() and ST_SURFACE_x tokens
Brian [Mon, 5 Nov 2007 16:35:31 +0000 (09:35 -0700)]
comments, tweaks
Brian [Mon, 5 Nov 2007 16:28:28 +0000 (09:28 -0700)]
better use of intel_context() cast wrappers
Brian [Mon, 5 Nov 2007 16:24:03 +0000 (09:24 -0700)]
clean-up/re-org of intel_framebuffer code
Brian [Mon, 5 Nov 2007 16:09:11 +0000 (09:09 -0700)]
remove unused intel_fb decls, code
Brian [Mon, 5 Nov 2007 16:07:35 +0000 (09:07 -0700)]
move intelCopySubBuffer() decl
Brian [Mon, 5 Nov 2007 16:04:37 +0000 (09:04 -0700)]
remove dead code in intelCreateBuffer()
Brian [Mon, 5 Nov 2007 16:02:54 +0000 (09:02 -0700)]
remove intel_context cliprect code
Brian [Mon, 5 Nov 2007 16:00:18 +0000 (09:00 -0700)]
remove unused var
Brian [Mon, 5 Nov 2007 15:58:45 +0000 (08:58 -0700)]
remove cliprect code
Brian [Mon, 5 Nov 2007 15:47:48 +0000 (08:47 -0700)]
remove mesa includes
Brian [Mon, 5 Nov 2007 15:42:18 +0000 (08:42 -0700)]
use st_unreference_framebuffer()
Brian [Mon, 5 Nov 2007 15:41:45 +0000 (08:41 -0700)]
added st_unreference_framebuffer()
Brian [Sat, 3 Nov 2007 16:41:03 +0000 (10:41 -0600)]
rename intelWindowMoved() to intelUpdateWindowSize()
Brian [Sat, 3 Nov 2007 16:35:39 +0000 (10:35 -0600)]
pass __DRIdrawablePrivate to intelWindowMoved(), rather than context ptr
Brian [Sat, 3 Nov 2007 16:26:19 +0000 (10:26 -0600)]
simplify the window moved/resized code a bit
Brian [Sat, 3 Nov 2007 16:25:59 +0000 (10:25 -0600)]
set stfb->Base.Initialized
Brian [Sat, 3 Nov 2007 16:19:38 +0000 (10:19 -0600)]
Remove intelUpdateFramebufferSize(), use st_resize_framebuffer().
Brian [Sat, 3 Nov 2007 16:19:10 +0000 (10:19 -0600)]
added st_resize_framebuffer()
Brian [Sat, 3 Nov 2007 16:04:24 +0000 (10:04 -0600)]
use st_make_current()
Brian [Sat, 3 Nov 2007 15:52:27 +0000 (09:52 -0600)]
restore dummy card_extensions extensions array, needed for dispatch setup
Brian [Sat, 3 Nov 2007 15:39:31 +0000 (09:39 -0600)]
use st_create_framebuffer()
Brian [Sat, 3 Nov 2007 15:39:12 +0000 (09:39 -0600)]
st_create_framebuffer() working
Brian [Fri, 2 Nov 2007 19:25:44 +0000 (13:25 -0600)]
move st_create_framebuffer() to new st_framebuffer.c file
Brian [Fri, 2 Nov 2007 19:25:13 +0000 (13:25 -0600)]
new file for st_framebuffer stuff