Michal Krol
7473d17268
Add bitset.h.
před 19 roky
Michal Krol
b7339d7023
Fix texcoord interpolation for fragment shaders.
před 19 roky
Michal Krol
b4e9750bf4
More GLSL code:
- add support for varyings;
GLSL fixes:
- pow was wrongly computed in x86 back-end;
před 19 roky
Michal Krol
607b61a994
Bit set.
před 19 roky
Michal Krol
1a5fecb4d6
Return GLSL version string (1.10).
před 19 roky
Michal Krol
ae76be49eb
Define MAX_VERTEX_ATTRIBS to 16.
před 19 roky
Adam Jackson
3c327c9f3a
Fix license header to SGI FreeB. (Eric Kunze, SGI)
před 19 roky
Adam Jackson
76a0797c32
Bug #5754: Allocate texture memory correctly. (Richard Drummond)
před 19 roky
Karl Schultz
a9cc078b0e
Fix problem reported by Bill Newman in read_rgba_pixels for 16 and 32 bit (GDI driver). Bug would cause the wrong pixel to be read if more than one pixel requested and could cause memory access violations.
před 19 roky
Brian Paul
ac619f4912
64-bit build for sunos5 w/ gcc
před 19 roky
Dave Airlie
edd2702287
add miniglx sources to i915
před 19 roky
Dave Airlie
225148ea07
if DDX is -1 don't do DDX check
před 19 roky
Dave Airlie
a824813d22
use Width
před 19 roky
Dave Airlie
5bb5a1908f
add pitch support and use new Width
před 19 roky
Dave Airlie
a951c80ae4
setup to use pci access, comment out size bumps,
sest xres from real width, use new -1 ddx version
před 19 roky
Dave Airlie
808a678d85
do a drm lock/unlock sequence after the client close
před 19 roky
Dave Airlie
d61c1cc7c9
add width to struct for width != virtual width
před 19 roky
Dave Airlie
cf69d09202
make miniglx use libdrm and libpciaccess
před 19 roky
Adam Jackson
b927a75979
Coverity #459: Silly off-by-one error.
před 19 roky
Adam Jackson
5ab5517ba8
Coverity #468: Fill in the rest of the error_list to match the error codes
defined in glxproto.h. Avoids reading semi-random memory (and probably
crashing) when calling __glXErrorString().
před 19 roky
Adam Jackson
05ddc4a6c5
Coverity #476: Avoid walking off the end of ->vtx.attrsz, it's declared to
be _TNL_ATTRIB_MAX long so that's not a valid index (woo zero based
indexing).
This code still looks wrong though, the asymmetry between _tnl_copy_to_current
and _tnl_copy_from_current has me worried.
před 19 roky
Adam Jackson
b3208c2de9
Coverity #567: Fix a memory leak on a failure path.
před 19 roky
Adam Jackson
1ee92f984b
Coverity #650: Fix a memory leak when near OOM.
před 19 roky
Daniel Borca
75f81ad5f9
Assorted updates.
před 19 roky
Daniel Borca
b100484145
Initialize renderbuffer size.
před 19 roky
Dave Airlie
278736ff6f
These messages really should be printed all the time, users want to
know this not have to set debug for it
před 19 roky
Brian Paul
57b61638af
added MD5 checksums for 6.5 files
před 19 roky
Brian Paul
09b6b9e9c3
added 6.5 relnotes
před 19 roky
Eric Anholt
482d9dd21d
Don't index box by the box's index within numClipRects; just dereference it.
Fixes drawing with more than one cliprect. (Keith Packard)
před 19 roky
Eric Anholt
9e8659f346
Call driUpdateFramebufferSize when we've found an updated DRI drawable stamp,
like other drivers. Failure to do so resulted in incorrect buffer sizes for
resized windows.
před 19 roky
Brian Paul
e3f41ce611
6.5 updates
před 19 roky
Daniel Borca
3a3e63dc4f
DMesa now uses OSMesa as a back-end.
před 19 roky
Daniel Borca
3a46dff27d
Removed empty arrays.
před 19 roky
Aapo Tahkola
29d833bd52
Enough testing already
před 19 roky
Brian Paul
9305cba6a7
bump version/date
před 19 roky
Brian Paul
f2ad1b60c0
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
před 19 roky
Brian Paul
df3d4e0bb9
Fix the fetch_texel_ci8() code to deal with floating point color palettes.
Fixes Quake on Windows bug. (Karl Schultz)
před 19 roky
Aapo Tahkola
6652dc8aac
free rs300 and ban r350(according to r300.sf.net)
před 19 roky
Aapo Tahkola
7da1daf0a2
make u_list adjustable
před 19 roky
Karl Schultz
18b72d184c
updated again for 6.5.
před 19 roky
Aapo Tahkola
ef5b48dea1
warn about broken dxt 3/5
před 19 roky
Aapo Tahkola
2cd4056fae
Dont rely on writebacks
před 19 roky
Aapo Tahkola
fb0175db93
disable r300 chips. R300_FORCE_R300 to force
před 19 roky
Aapo Tahkola
aa70d92a13
More meaningful warning.
před 19 roky
Eric Anholt
aba4967150
The pitches of the driRenderbuffers are in bytes, so no need to multiply by cpp.
Fixes software fallbacks. (Keith Packard)
před 19 roky
Karl Schultz
174ce730c6
Clean up data structures, finishing off some of the cleanup work suggested by Brian. Now also creating two renderbuffers, so apps can now switch with glDrawBuffer.
před 19 roky
Adam Jackson
48547ee129
Clarify which version of Mesa we're talking about
před 19 roky
Adam Jackson
823c581f7c
Revert my change from 1.37 as being bogus (see ensuing list discussion for
rationale).
před 19 roky
Adam Jackson
8982697981
Update the install docs to make explicit note of libdrm version dependency.
Change pdx.fd.o to {anon,}cvs.fd.o as appropriate.
před 19 roky
Adam Jackson
9542537cee
Style fix, drop the explicit -ldrm from the link line.
před 19 roky