Keith Whitwell
4f134f91a4
xlib: don't explicitly create the pipe_winsys struct
17 lat temu
Keith Whitwell
a8e0df08ef
xlib: split off cell to its own backend
Also remove compile-time USE_XSHM flag. Still check for XSHM at runtime
though.
17 lat temu
Keith Whitwell
2f19fecd58
xlib: allow winsys's to register themselves with glx/xlib state tracker
17 lat temu
Keith Whitwell
a2d5031b1e
dri: make dri_display_surface static
17 lat temu
Keith Whitwell
3e492acc57
dri: pull dri_swapbuffers.c into dri_drawable.c
17 lat temu
Keith Whitwell
3425257e14
dri: rename dri1 directory
17 lat temu
Keith Whitwell
782eae916d
dri: sketch of new device-independent glx/dri state tracker
17 lat temu
Brian Paul
83a525af95
cell: use tgsi_dump_instruction() instead of spe_comment()
17 lat temu
Brian Paul
2acf07983f
gallium: use tgsi_dump_instruction() instead of ppc_comment()
17 lat temu
Brian Paul
d4394bb768
gallium: remove unused struct type
17 lat temu
Brian Paul
0c71313970
gallium: fix register clobber bug in TGSI->PPC codegen
When negating a src vector that's stored in a altivec register, need to put
negated value into a new register so we don't upset the original value.
This solves the dark colors in the mandelbrot GLSL demo.
Also, use new predicate functions to check if a TGSI temp is stored in
an altivec register.
17 lat temu
Brian Paul
1922ea965a
gallium: emit comments in TGSI->PPC codegen
17 lat temu
Brian Paul
2ebd969f0f
gallium: code to dump/debug PPC code (disabled)
17 lat temu
Brian Paul
7acaeb8775
gallium: added comment/annotation support to PPC rtasm
17 lat temu
Brian Paul
fba6dac380
cell: added rule to produce .s assembly files
17 lat temu
Brian Paul
2b26a92cd3
gallium: s/false/FALSE/
17 lat temu
Younes Manton
0b03cd4ea7
nouveau: Update nv30 swizzling.
17 lat temu
Younes Manton
8ee238be75
nouveau: Factor out common winsys bits into libnouveaudrm.a
17 lat temu
Younes Manton
734b3cb182
g3dvl: Use Gallium thread wrappers.
17 lat temu
Younes Manton
1e9c3efcc7
g3dvl: Use Gallium MALLOC wrappers.
17 lat temu
Younes Manton
db1021a37c
g3dvl: Get rid of old unbuffered motion compensation code.
17 lat temu
Younes Manton
3c1b790c31
g3dvl: Map vertex bufs once per frame/flush.
17 lat temu
Younes Manton
9beb004885
nouveau: Catch some more leaks.
17 lat temu
Younes Manton
87e39466dc
g3dvl: Allocate one set of bufs, let winsys rename them as necessary.
17 lat temu
Younes Manton
af2a856caa
nouveau: Add busy() query, determines if BOs can be mapped immediately.
17 lat temu
Younes Manton
7289c388f4
nouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.
17 lat temu
Younes Manton
0e1301ec8f
g3dvl: Expand YCbCr to full RGB range by default.
17 lat temu
Younes Manton
ebd38dd0d6
g3dvl: Flag textures holding incoming data as dynamic.
17 lat temu
Younes Manton
34c0281879
nouveau: Put dynamic textures in GART for CPU access and don't swizzle.
Also flag shadows as dynamic since they're for CPU access as well.
17 lat temu
Younes Manton
fbf418d9dc
gallium: Define PIPE_TEXTURE_USAGE_DYNAMIC.
Knowing how the client intends to use the texture will give the
driver the opportunity to optimize for such cases.
17 lat temu
Younes Manton
72aa42e594
nouveau: Swizzle textures larger than nv04 SIFM limit in parts.
Limit of SIFM on nv40 is 1024x1024, not sure about others.
17 lat temu
José Fonseca
7844b4e730
draw: Add missing include.
17 lat temu
Keith Whitwell
61e843ff4b
xlib: move state tracker to glx/xlib
Also, remove makefile hacks.
17 lat temu
Keith Whitwell
75aac1b496
xlib: disable more cell calls when GALLIUM_CELL not defined
17 lat temu
Keith Whitwell
93bad7ffa1
xlib: strip out some CI and overlay support
17 lat temu
Keith Whitwell
b7ab4a6e99
xlib: strip out some overlay support
17 lat temu
Keith Whitwell
6322d638ce
xlib: strip out glXAllocateMemoryNV & friends
17 lat temu
Keith Whitwell
05f8e41b95
xlib: combine and eliminate some header files
17 lat temu
Keith Whitwell
221352bbd7
xlib: strip out glXAllocateMemoryMESA & friends
17 lat temu
Keith Whitwell
44a9f505d7
xlib: remove VMS tweaks, these should be moved to p_compiler.h if needed
17 lat temu
Keith Whitwell
3afe1e42d7
xlib: remove unsued _glxapi_get_extensions func
17 lat temu
Keith Whitwell
ee2876316a
xlib: strip out some unused XMesa api functions
17 lat temu
Keith Whitwell
92e23ef81f
xlib: rename xfonts.c to fakeglx_fonts.c
17 lat temu
Keith Whitwell
25deb852f8
xlib: rename old_xmesa.h to xm_api.h
17 lat temu
Keith Whitwell
e83e2c4792
xlib: remove XMesaMakeCurrent, use XMesaMakeCurrent2 always
17 lat temu
Keith Whitwell
2b960128e8
xlib: remove old xmesa_x.h file and all its defines
17 lat temu
Keith Whitwell
153b4d5cdd
xlib: remove some XMesa types, just use the native Xlib ones
17 lat temu
Brian Paul
a129c7268a
cell: fix breakage from xlib re-org
Some of these fixes are quick band-aids for now.
17 lat temu
Keith Whitwell
94222d58e7
xlib: strip out more 3dfx stuff
17 lat temu
Keith Whitwell
9ed74c61d4
xlib: pull in private copies of the GL/xmesa*.h headers
17 lat temu