Vinson Lee
11905da883
progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.
16 年前
Brian Paul
6418ce7df6
mesa: move -ansi -pedantic to CFLAGS
16 年前
Vinson Lee
b8dcb79c53
progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c.
tangentAtrrib is assigned the result of glGetAttribLocation.
The assertion 'assert(tangentAtrrib >= 0)' would be a no-op if
tangentAttrib is a GLuint.
16 年前
Vinson Lee
786d539511
progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.
16 年前
Patrice Mandin
b353106467
nouveau: nv30: Check for NULL front (happens with DRI2)
16 年前
Patrice Mandin
49289f1d25
nouveau: nv30: Add missing include to fix warning
16 年前
Michel Dänzer
52be96b7fe
Remove unconditional use of glibc specific bswap_16() macro.
Fixes unresolved symbol bswap_16 on non-glibc or little endian glibc platforms.
16 年前
Brian Paul
63bc736f90
docs: list the new VMware SVGA Gallium driver in release notes
16 年前
Dan Nicholson
cf65d81cf1
dri: Ensure subdirs have finished before linking driver
Recursive make is hard. If there are subdirectories in the DRI drivers,
it's pretty certain we want to finish building in them before linking
the driver. Add a new target to serialize the rules.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
16 年前
Vinson Lee
041cd0e110
progs/util: Fix memory leak if LoadRGBImage fails.
16 年前
Michel Dänzer
33e93f4277
r600: More span breakage fixes.
At least now the compiler doesn't complain about implicitly declared functions
anymore...
16 年前
Vinson Lee
0e783c7d03
progs/glsl: Fix memory leak in deriv.c.
16 年前
Michel Dänzer
29f3e7e1d1
r600: Attempt to fix span breakage introduced by big endian fixes.
Only compile tested; I happened to notice people on IRC reporting
.../r600_dri.so: undefined symbol: radeon_ptr_2byte_8x2
16 年前
Vinson Lee
28b8e4bcd7
progs/util: Fix memory if LoadRGBMipmaps2 fails.
16 年前
Michel Dänzer
081bf9563f
radeon: Depth/stencil span code fixes for big endian.
Fixes e.g. text in progs/demos/arbocclude.
16 年前
Michel Dänzer
592ce48ce9
radeon: Fix occlusion queries on big endian.
16 年前
Michel Dänzer
2262765425
radeon: Fix software fallbacks with KMS on big endian.
16 年前
Michel Dänzer
f2651264d3
radeon: FBO fixes for big endian.
16 年前
Michel Dänzer
2d0c295256
Add MESA_FORMAT_XRGB8888_REV.
16 年前
Dave Airlie
e015a4c29b
radeon: rn50's have no 3D engine so don't try and init 3D driver.
16 年前
Vinson Lee
0e790ac353
progs/util: Fix memory leak if LoadYUVImage fails.
16 年前
Jakob Bornecrantz
60769b232c
svga: Build svga driver
16 年前
Jakob Bornecrantz
f7109aaf6c
svga: Add vmwgfx_drm.h file from vmwgfx kernel driver
Add the vmwgfx_drm.h header for now, this allows the svga driver
to be enabled by default without forcing people to install the
vmwgfx_drm.h header on their system.
To be removed once vmwgfx_drm.h is in libdrm.
16 年前
Jakob Bornecrantz
3192633d4a
svga: Add svga driver
16 年前
Vinson Lee
6b480dc21d
progs/demos: Fix memory leak in ray.c.
16 年前
Jakob Bornecrantz
648e8b4c46
st/xorg: Fix copy-pasto
Thanks Alan.
16 年前
Vinson Lee
ee555e3d69
progs/demos: Fix memory leak in projtex.c.
16 年前
Vinson Lee
a1afe303de
progs/demos: Fix memory leak in ipers.c.
16 年前
Ian Romanick
fdfbae3381
i965: Use MESA_FORMAT_AL1616 when appropriate
16 年前
Ian Romanick
b1616b2a81
Move 'static' to start of declaration to silence compiler warning
16 年前
Ian Romanick
12982e381d
AL1616: Enable MESA_FORMAT_AL1616 for software paths
16 年前
Ian Romanick
3325dc91be
AL1616: Add TexImage storage path
16 年前
Ian Romanick
975871b4d5
AL1616: Add texel fetch / store routines
16 年前
Ian Romanick
eb437fabe0
AL1616: Add formats for GL_LUMINANCE16_ALPHA16 textures
16 年前
Ian Romanick
5fb07a4046
AL1616: Add macros to pack two GLushorts into a texel
16 年前
Vinson Lee
aef3218f0b
progs/demos: Fix memory leak in fslight.c.
16 年前
Jakob Bornecrantz
cb060f3b98
st/xorg: Fix comp alpha code and deal with luminance masks
There are two fixes in here one is a one liner that fixes
component alpha logic. The other deals better with luminance
formats used for masks, sources not yet implemented.
Fixes component alpha text and icons in gnome. There are a one
or two cases that this code misses. Like if src_luminance is set
but no mask image is given.
16 年前
Jakob Bornecrantz
5438ee3ecf
st/xorg: Incase of format missmatch swizzle channels and set alpha
This path is only hit for icons in gnome so far
16 年前
Alex Deucher
d683acb101
r600: don't force Z order
Let the hw decide (early vs late Z)
fixes fdo bug 25092
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
16 年前
Corbin Simpson
0f060250fc
docs: Update r300g status.
16 年前
Brian Paul
664b7303c2
docs: fixes, changes for Mesa 7.7
16 年前
Brian Paul
fcf8dea36c
progs/tests: silence warning
16 年前
Brian Paul
f549f4c4b6
mesa: remove unused vertex array driver hooks
16 年前
Brian Paul
652828ec0e
mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT()
16 年前
Brian Paul
a719395b45
mesa: use _mesa_get_current_tex_object()
16 年前
Brian Paul
ecb03d75a2
mesa: added another check in check_gen_mipmap()
We don't need to call ctx->Driver.GenerateMipmap() if we're updating
a texture level >= MAX_LEVEL.
16 年前
Michel Dänzer
d3a37d93ab
st/xorg: Only reference new picture formats when they're defined.
Fixes http://bugs.freedesktop.org/show_bug.cgi/?id=25094 .
16 年前
Brian Paul
afae49cc15
st/mesa: comments for st_draw.c
16 年前
Brian Paul
4581f70578
st/egl: add some basic comments
16 年前
Francisco Jerez
abefd7dcdf
nv20: Fix build for the last nouveau_class.h changes.
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Pekka Paalanen <pq@iki.fi>
16 年前