Chia-I Wu
e63272050f
egl: Add Makefile.template for EGL drivers.
15 år sedan
Chia-I Wu
883b57e66c
winsys/drm: Update Makefile.template.
Mainly to respect LDFLAGS and remove unused target $(LIBNAME_EGL). This
is based on the patch by Tomáš Chvátal <scarabeus@gentoo.org>.
15 år sedan
Vinson Lee
e8b5203fbb
svga: Remove unused variable.
15 år sedan
Alan Coopersmith
f8107a45ce
Fix typo in configure message for gcc -fvisibility=hidden
Need to use $CC for a shell variable, not $(CC) for a make variable
which the shell interprets as running the command "CC".
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
15 år sedan
José Fonseca
a626565178
vmware/core: Flush preemptively the FIFO commands to keep the GMR working set within reasonable bounds.
15 år sedan
José Fonseca
beb8e8f2f2
vmware/core: Put GMR pool size in a define.
15 år sedan
José Fonseca
e45579e50b
vmw/wgl: Update for pipebuffer changes.
This is a minimum change to keep things building and running minimally -- it
might cause applications to fail to allocate buffers due to out of
GMR memory.
A proper update will be commited later.
15 år sedan
José Fonseca
31e49dc54e
svga: Remove duplicate code.
15 år sedan
José Fonseca
50edefec2d
svga: Remove unused code.
15 år sedan
José Fonseca
9782d7cdf3
svga: Don't swap buffers to system memory -- winsys' responsibility.
15 år sedan
José Fonseca
c4ceba1141
pipebuffer: Release the lock during map wait. Cleanups.
15 år sedan
José Fonseca
3498616b03
pipebuffer: Swap buffers out to system memory when running out of memory.
15 år sedan
José Fonseca
0bc8851884
svga: Avoid synchronization issues when doing SW TNL.
15 år sedan
José Fonseca
8410f7cde3
mesa: Use pipe_buffer_write_nooverlap where appropriate.
15 år sedan
José Fonseca
37246f854b
util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially.
15 år sedan
José Fonseca
1797494946
util: Use pipe_buffer_write_nooverlap in blits / mipmap generation.
15 år sedan
José Fonseca
a8477fb00c
gallium: New inline to write buffers which avoids synchronization.
15 år sedan
José Fonseca
707b28136f
gallium: Set PIPE_BUFFER_USAGE_DISCARD flag in pipe_buffer_write.
15 år sedan
José Fonseca
13c2475339
gallium: Remove temporary hack for the absence of a discard flag.
PIPE_BUFFER_USAGE_DISCARD flag now exists.
15 år sedan
José Fonseca
0ae076bf40
svga: Follow buffer usage semantics properly.
It's necessary to download buffers from the host always, except if the
buffer is undefined, because:
- just PIPE_BUFFER_USAGE_CPU_WRITE doesn't guarantee all data is written
-- old contents may still pierce through
- PIPE_BUFFER_USAGE_DISCARD refers to a range, not the whole buffer, so
unless we track which parts have been modified and not we still need
to download the data.
15 år sedan
Vinson Lee
efc08bddb7
st/xorg: Remove unnecessary headers.
15 år sedan
Roland Scheidegger
2cf8164065
r200: fix CS section size mismatch
Partial fix for fdo bug 25544
The tex handling will still need CS drm changes,
see bug 25544 for more.
15 år sedan
Vinson Lee
4222bf3d3c
llvmpipe: Remove unnecessary headers.
15 år sedan
Vinson Lee
c50fe2c55c
svga: Remove unnecessary headers.
15 år sedan
Roland Scheidegger
629bb3fa32
docs: enhance blend documentation
15 år sedan
Roland Scheidegger
c6c9d3b091
docs: clean up sampler description
15 år sedan
Roland Scheidegger
eba1e2a447
gallium: adapt util code to blend changes
15 år sedan
Brian Paul
d65d5d2993
gallium: fix conditional rendering comment
15 år sedan
Brian Paul
6c1549a77d
gallium/docs: document conditional rendering
15 år sedan
Roland Scheidegger
41667a9a3e
gallium: new PIPE_CAP bits for the independent blend functionality
15 år sedan
Brian Paul
6d4805b363
gallium: updated comments, whitespace fixes
15 år sedan
Brian Paul
dc2914ab26
mesa: minor whitespace fix
15 år sedan
Luca Barbieri
e59353f592
mesa: support for GL_ARB_fragment_coord_conventions
Signed-off-by: Brian Paul <brianp@vmware.com>
15 år sedan
Brian Paul
1ca2285511
progs/fp: testcases for GL_ARB_fragment_coord_conventions
Based on a patch from Luca Barbieri but moved the comments after
the !!ARBfp1.0 header
15 år sedan
Brian Paul
24d3a7a251
docs: remove old pbuffer info
15 år sedan
Brian Paul
aeff9f9725
docs: added target attribute to external URLs
15 år sedan
Brian Paul
656834a871
docs: add links to the egl, openvg, opengles pages
And move the GLSL link up the use User Topics section.
15 år sedan
Brian Paul
074abd889f
softpipe: added region assertions in softpipe_get_tex_transfer()
15 år sedan
Brian Paul
ed9bd82656
docs: new Mesa source tree overview page.
This has been sitting around for a while. Incomplete, but a good start.
15 år sedan
Chia-I Wu
4736e1cbbd
dri: Remove unnecessary glapi headers.
They are not used at all.
15 år sedan
Chia-I Wu
bdd2500805
Do not include glapi/dispatch.h outside Mesa core.
Include the glapi*.h directly instead. glapi/dispatch.h became a Mesa
core header since 22884db174
.
15 år sedan
Chia-I Wu
1af67195b3
docs: Update documentation for OpenVG and OpenGL ES.
Update the instructions and add references to egl.html.
15 år sedan
Chia-I Wu
ada46053a4
docs: Add documentation for EGL.
This is a short guide to EGL. The drivers that are to be removed soon
are not mentioned in the guide.
15 år sedan
Vinson Lee
e19b3c01f4
mach64: Remove unnecessary headers.
15 år sedan
Vinson Lee
7c66211b7d
i810: Remove unnecessary headers.
15 år sedan
Alan Coopersmith
208e815c88
gallium/i965: Make brw_batchbuffer prototypes match in source & header
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
15 år sedan
Vinson Lee
0bc2cbf82a
ffb: Remove unnecessary headers.
15 år sedan
Corbin Simpson
c1334ce235
radeong: Fix EGL driver names.
Using "radeon" instead of "radeong" because we don't have classic EGL.
15 år sedan
Tomas Chvatal
1ffb72a6bf
Fix touching live system during install.
15 år sedan
Brian Paul
a416123f5b
xlib/softpipe: fix buffer memory leak
Fixes leak caused by window resize.
15 år sedan