Brian Paul
e2a2ed06b2
restore FASTCALL stuff
20年前
Brian Paul
0cc3703188
added GLX transpose matrix fix
20年前
Brian Paul
fb6c1492fb
fix bad loops in TransposeMatrix[fd]()
20年前
Brian Paul
89ad797f9a
fix another renderbuffer wrapping bug
20年前
Brian Paul
fa67028ae7
Disable the FASTCALL optimization because it still breaks server-side GLX.
20年前
Eric Anholt
8e1724dfe9
Merge from head: bump driver dates for yesterday's crasher fixes.
20年前
Brian Paul
fbdb5c9b14
remove extra arg to _mesa_exec_malloc()
20年前
Brian Paul
4b2728f95c
s/glut_gz2/glut_bz2/
20年前
Brian Paul
3a7437399f
added mm.c mm.h exemem.c
20年前
Eric Anholt
3338f04be7
Merge from head:
Fix a missed merge for idr's dispatch changes: failure to do driInitExtensions
in __driCreateNewScreen_20050727 resulted in crashing in dispatch.
20年前
Eric Anholt
047f7bb11c
Merge the dispatch fix from HEAD today:
Fix a missed merge for idr's dispatch changes: failure to do driInitExtensions
in __driCreateNewScreen_20050727 resulted in crashing in dispatch.
20年前
Brian Paul
5b25acdac7
updated for new mm.c, execmem.c files
20年前
Brian Paul
cb16208ec0
Import exec-malloc changes from trunk.
20年前
Brian Paul
88107bea56
file mm.h was added on branch mesa_6_4_branch on 2005-10-19 01:21:12 +0000
20年前
Brian Paul
b4d25157f2
file mm.c was added on branch mesa_6_4_branch on 2005-10-19 01:21:12 +0000
20年前
Brian Paul
c6d1f32ebe
file execmem.c was added on branch mesa_6_4_branch on 2005-10-19 01:21:12 +0000
20年前
Brian Paul
281f388e03
added some header files to DRI_FILES (Donnie Berkholz)
20年前
Brian Paul
c0a0dfeb96
fix GLAPI/extern problem (bug 4757)
20年前
Ian Romanick
ab07593563
ifdef out some code to make glapi.c linkable in libglx.so (on the
server). This isn't strictly needed yet, but it doesn't hurt anything
either. However, the patches for fd.o bug #2996 require this to build.
20年前
Brian Paul
5b08058604
check for PIXMAP in clip routine (SF bug 1323215)
20年前
Brian Paul
3bf13d3c4b
set tentative release date
20年前
Brian Paul
2b05784084
fixed glFogCoord bug 4729
20年前
Brian Paul
2292262de4
added EXPF() macro
20年前
Brian Paul
a9358bb3b0
from trunk: fix fogcoord bug 4729
20年前
Ian Romanick
b9d111f202
Add 'get' data for glGetFramebufferAttachmentParameterivEXT enums.
Remove an extra closing parenthesis in the Linux version of the SWAP_32 macro.
20年前
Brian Paul
20fd105e2a
change test for presence of accum buffer
20年前
Brian Paul
1faaa0090a
Fix some issues with state updates and renderbuffers. Querying GL_RED_BITS,
etc. after calling glRenderBufferStorageEXT gave undefined results.
20年前
Brian Paul
23803bd5fb
updates from trunk
20年前
Brian Paul
c000250504
fix renderbuffer, point size bugs
20年前
Brian Paul
b854297bab
Fix a number of point size attenuation problems.
Move size clamping into the rasterization function.
20年前
Brian Paul
3c1b44ad55
fix byteswapping bug in _mesa_texstore_ycbcr() (Benjamin Herrenschmidt)
20年前
Brian Paul
bdab2cc216
added GL_INVALID_FRAMEBUFFER_OPERATION_EXT to gluErrorString()
20年前
Brian Paul
91ade9ad68
check if deleting currently bound frame/renderbuffer object
20年前
Brian Paul
7355bbce55
fix behaviour of glIsFrame/Renderbuffer()
20年前
Adam Jackson
1d2671e6cb
Bug #1155: Define IEEE_ONE on Super-H as well.
20年前
Brian Paul
0a405dcc5f
added glReadPixels / texture renderbuffer fix
20年前
Brian Paul
b210ffaadf
disable a warning
20年前
Brian Paul
b1e8471898
added a few calls to _mesa_update_framebuffer_visual()
20年前
Brian Paul
aefe0dabec
finish up some missing code
20年前
Ian Romanick
758c5b9a7e
Change the 'count' for COMPRESSED_TEXTURE_FORMATS from "?" to "-1". This
signals to the script (glX_proto_size.py) that generates the server-side
size functions that a handcoded query is needed to determine the data size.
Also do s/FOG_COORD_SOURCE/FOG_COORD_SRC/.
When initializing the count in glx_enum::__init__, cast the local property
to int. Thanks to Python's dynamic typing, if this isn't done the type of
stored count will be a string instead of an int.
20年前
Ian Romanick
44db6d7cb8
Remove the non-existant --get-alias-set option from the help text.
Update printPixelFunction (which is only used to generate code for the
server-side) to use the correct method for obtaining the dimensions of the
image parameter to a function.
Only use byteswap.h when building generated code on Linux. Elsewhere use
the (horrible!) macros from X11/misc.h.
Make sure that enums associated with the generic "Get" function get applied
to GetIntegerv, GetBooleanv, GetFloatv, and GetDoublev.
20年前
Brian Paul
04f1fdc755
use fmod() to prevent overflow of angle variable
20年前
Brian Paul
b181773d02
call glFinish if drawing to front buffer
20年前
Brian Paul
4218cddfb1
add error checks for framebuffer completeness
20年前
Brian Paul
a4e35c21d2
check for framebuffer completeness, code clean-up
20年前
Brian Paul
5d63323d34
tweak glAccum error checking
20年前
Brian Paul
419a350499
remove previous accum buffer fix, the error was already detected
20年前
Brian Paul
db78ec7018
added glAccum / GL_INVALID_OPERATION fix
20年前
Brian Paul
291911aeb5
generate GL_INVALID_OPERATION in glAccum if read/draw buffers aren't the same
20年前
Brian Paul
e15a7d4883
added glDraw/CopyPixels stencil mask fix
20年前