Ian Romanick
4d6ec21439
ARB_fbo: Enable GL_EXT_framebuffer_multisample
...
All of this functionality is already included in ARB_fbo. This just
enables the string.
I was a bit lazy in using FEATURE_ARB_framebuffer_object for this
feature as well. I don't think it makes much difference in the long run.
2009-11-17 16:25:38 -08:00
Ian Romanick
7fd44005ae
ARB_fbo: Regenerate files from previous commits.
2009-11-17 16:25:37 -08:00
Ian Romanick
50b05e7c1f
ARB_fbo: Move EXT_fb_blit to EXT_framebuffer_object.xml
...
This extension is layered on GL_EXT_framebuffer_object, so it should
live in the same XML file.
2009-11-17 16:25:37 -08:00
Ian Romanick
afab8d9958
ARB_fbo: Add GL_EXT_framebuffer_multisample
...
Add GL_EXT_framebuffer_multisample. Make
glRenderbufferStorageMultisampleEXT in GL_EXT_framebuffer_object alias
glRenderbufferStorageMultisample. Also add the missing GLX render
opcode to glRenderbufferStorageMultisample.
Since this extension is layered on GL_EXT_framebuffer_object, I put it
in EXT_framebuffer_object.xml.
2009-11-17 16:25:37 -08:00
Ian Romanick
daad31d527
EXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_packed_depth_stencil
...
GL_EXT_packed_depth_stencil is a functional superset of
GL_NV_packed_depth_stencil. If a driver enables EXT_pds, make NV_pds
available as well.
2009-11-17 16:25:37 -08:00
Ian Romanick
b244b702b3
EXT_pds: Add GL_EXT_packed_depth_stencil
2009-11-17 16:25:37 -08:00
Ian Romanick
92b38bc305
EXT_fbo_blit: Add missing GLX protocol render opcode
2009-11-17 16:25:37 -08:00
Ian Romanick
30f09573ed
ARB_fbo: Add missing protocol "Get" information
2009-11-17 16:25:37 -08:00
Ian Romanick
c185ff96c9
ARB_fbo: Remove _EXT from enum names
2009-11-17 16:25:37 -08:00
Brian Paul
4440d8adb6
docs: libGL documentation, from the xorg-docs tree
...
This is pretty old and needs some updating but might be useful or
interesting to some people.
2009-11-17 16:33:22 -07:00
Vinson Lee
773de83d3c
progs/tests: Fix memory leak in arbgpuprog.c.
2009-11-17 15:24:40 -08:00
Brian Paul
a54033bedb
mesa: remove old comment
2009-11-17 16:18:29 -07:00
Brian Paul
133501bef2
mesa: fix assorted compiler warnings
2009-11-17 16:16:30 -07:00
Brian Paul
bc8fb028c6
mesa: fix incorrect type in store_texel_al1616()
2009-11-17 16:16:30 -07:00
Brian Paul
7e3955d8e8
i915g: replace //-style comments
2009-11-17 16:16:30 -07:00
Brian Paul
c4c11eb456
gallium/util: replace //-style comments
2009-11-17 16:16:30 -07:00
Brian Paul
845ddbc9aa
i915g: remove trailing commas in enum lists to silence warnings
2009-11-17 16:16:30 -07:00
Brian Paul
fc3c5ffcc8
progs/xdemos: change //-style comments
2009-11-17 16:16:30 -07:00
Brian Paul
b08f447547
progs/glsl: change //-style comments
2009-11-17 16:16:30 -07:00
Brian Paul
1888a72765
progs/demos: silence warnings
2009-11-17 16:16:30 -07:00
Brian Paul
0422053eca
mesa: remove trailing comment to silence warning
2009-11-17 16:16:30 -07:00
Brian Paul
e36751ec81
mesa: remove a bit of old code
2009-11-17 16:16:30 -07:00
Brian Paul
2b3ea2be90
docs: i965 clipping fix
2009-11-17 15:53:27 -07:00
Vinson Lee
e8eec93854
progs/slang: Fix potential null pointer dereference in cltest.c.
2009-11-17 14:22:35 -08:00
Vinson Lee
47b5f584a6
progs/redbook: Fix memory leak in quadric.c.
2009-11-17 14:10:35 -08:00
Maciej Cencora
afe84fa698
r200: align for mipmap tree changes
2009-11-17 19:46:59 +01:00
Maciej Cencora
93eb2ab8c3
radeon: align for mipmap tree changes
2009-11-17 19:46:37 +01:00
Jakob Bornecrantz
46492f11f6
svga: More -Werror removal
2009-11-17 12:09:19 +01:00
Vinson Lee
d9508e8df9
progs/util: Fix memory leak if fopen fails in RawImageOpen.
2009-11-17 13:49:31 -08:00
Jakob Bornecrantz
8c5a108dc3
svga: Remove -Werror for now as GCC 4.4.x raises a bunch of warnings
2009-11-17 11:24:39 +01:00
Maciej Cencora
aef769207d
r300: fix reads and writes for MESA_FORMAT_S8Z24 buffer
...
Regression was introduced by texformat-rework branch merge.
2009-11-17 13:40:43 -07:00
Brian Paul
d888bbc45a
progs/xdemos: added -lX11 -lpthread for GNU gold linker
2009-11-17 13:40:00 -07:00
Vinson Lee
11905da883
progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.
2009-11-17 12:00:22 -08:00
Brian Paul
6418ce7df6
mesa: move -ansi -pedantic to CFLAGS
2009-11-17 12:47:54 -07:00
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.
2009-11-17 11:37:48 -08:00
Vinson Lee
786d539511
progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.
2009-11-17 11:04:24 -08:00
Patrice Mandin
b353106467
nouveau: nv30: Check for NULL front (happens with DRI2)
2009-11-17 19:50:37 +01:00
Patrice Mandin
49289f1d25
nouveau: nv30: Add missing include to fix warning
2009-11-17 19:49:56 +01:00
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.
2009-11-17 19:41:29 +01:00
Brian Paul
63bc736f90
docs: list the new VMware SVGA Gallium driver in release notes
2009-11-17 11:23:19 -07:00
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>
2009-11-17 11:23:19 -07:00
Vinson Lee
041cd0e110
progs/util: Fix memory leak if LoadRGBImage fails.
2009-11-17 10:11:50 -08:00
Michel Dänzer
33e93f4277
r600: More span breakage fixes.
...
At least now the compiler doesn't complain about implicitly declared functions
anymore...
2009-11-17 19:02:03 +01:00
Vinson Lee
0e783c7d03
progs/glsl: Fix memory leak in deriv.c.
2009-11-17 09:54:54 -08:00
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
2009-11-17 18:47:24 +01:00
Vinson Lee
28b8e4bcd7
progs/util: Fix memory if LoadRGBMipmaps2 fails.
2009-11-17 08:29:36 -08:00
Michel Dänzer
081bf9563f
radeon: Depth/stencil span code fixes for big endian.
...
Fixes e.g. text in progs/demos/arbocclude.
2009-11-17 11:09:09 +01:00
Michel Dänzer
592ce48ce9
radeon: Fix occlusion queries on big endian.
2009-11-17 11:08:21 +01:00
Michal Krol
547ac2869b
glsl/pp: Fix macro formal argument parsing, more descriptive error msgs.
2009-11-17 09:06:53 +01:00
Michel Dänzer
2262765425
radeon: Fix software fallbacks with KMS on big endian.
2009-11-17 08:05:23 +01:00