summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-10-24fragment program writing to result.depth.z was brokenBrian Paul2-15/+31
2005-10-24Bug #4277:Thomas Hellström2-10/+41
2005-10-22unichrome: bug #4327,Thomas Hellström6-19/+25
2005-10-22Remove via_common.h in favour of via_drm.h in the libdrm source.Thomas Hellström3-227/+30
2005-10-21fix GLX server resize/crash when resizing windowsBrian Paul3-10/+7
2005-10-21check span.y >=0 (bug 4842)Brian Paul1-3/+6
2005-10-21Make execmem.c compile in the server (libGLcore). Since xf86mmapIan Romanick1-1/+1
2005-10-21remove some debug codeBrian Paul1-4/+0
2005-10-21fix broken SWZ instructionBrian Paul2-16/+13
2005-10-21fix broken KILBrian Paul1-2/+4
2005-10-21use PROGRAM_UNDEFINED instead of -1 to init register fieldsBrian Paul1-9/+9
2005-10-21change test for missing depth or stencil bufferBrian Paul1-15/+2
2005-10-20remove extra arg to _mesa_exec_malloc()Brian Paul1-1/+1
2005-10-20restore FASTCALL stuffBrian Paul5-7/+25
2005-10-20fix bad loops in TransposeMatrix[fd]()Brian Paul1-2/+2
2005-10-20fix another renderbuffer wrapping bugBrian Paul1-2/+1
2005-10-20Disable the FASTCALL optimization because it still breaks server-side GLX.Brian Paul5-25/+7
2005-10-20Merge from head: bump driver dates for yesterday's crasher fixes.Eric Anholt2-2/+2
2005-10-20remove extra arg to _mesa_exec_malloc()Brian Paul1-1/+1
2005-10-19Merge from head:Eric Anholt2-1/+12
2005-10-19Merge the dispatch fix from HEAD today:Eric Anholt2-1/+12
2005-10-19updated for new mm.c, execmem.c filesBrian Paul1-0/+6
2005-10-19Import exec-malloc changes from trunk.Brian Paul11-56/+253
2005-10-12fix GLAPI/extern problem (bug 4757)Brian Paul2-3/+3
2005-10-11ifdef out some code to make glapi.c linkable in libglx.so (on theIan Romanick1-1/+5
2005-10-11check for PIXMAP in clip routine (SF bug 1323215)Brian Paul1-1/+1
2005-10-10added EXPF() macroBrian Paul1-2/+6
2005-10-10from trunk: fix fogcoord bug 4729Brian Paul1-3/+9
2005-10-10Add 'get' data for glGetFramebufferAttachmentParameterivEXT enums.Ian Romanick2-6/+16
2005-10-08change test for presence of accum bufferBrian Paul1-1/+1
2005-10-08Fix some issues with state updates and renderbuffers. Querying GL_RED_BITS,Brian Paul4-25/+60
2005-10-07Fix a number of point size attenuation problems.Brian Paul5-85/+115
2005-10-05fix byteswapping bug in _mesa_texstore_ycbcr() (Benjamin Herrenschmidt)Brian Paul1-7/+7
2005-10-05added GL_INVALID_FRAMEBUFFER_OPERATION_EXT to gluErrorString()Brian Paul1-2/+7
2005-10-04check if deleting currently bound frame/renderbuffer objectBrian Paul1-1/+16
2005-10-04fix behaviour of glIsFrame/Renderbuffer()Brian Paul1-8/+12
2005-10-03Bug #1155: Define IEEE_ONE on Super-H as well.Adam Jackson1-0/+1
2005-10-03disable a warningBrian Paul1-1/+1
2005-10-03added a few calls to _mesa_update_framebuffer_visual()Brian Paul1-0/+3
2005-10-03finish up some missing codeBrian Paul1-2/+28
2005-10-03Change the 'count' for COMPRESSED_TEXTURE_FORMATS from "?" to "-1". ThisIan Romanick2-2/+4
2005-10-03Remove the non-existant --get-alias-set option from the help text.Ian Romanick1-11/+30
2005-09-28add error checks for framebuffer completenessBrian Paul1-3/+40
2005-09-28check for framebuffer completeness, code clean-upBrian Paul2-21/+13
2005-09-27tweak glAccum error checkingBrian Paul1-5/+5
2005-09-27generate GL_INVALID_OPERATION in glAccum if read/draw buffers aren't the sameBrian Paul1-1/+8
2005-09-26glDraw/CopyPixels of stencil data didn't obey the stencil write mask. Fixed.Brian Paul2-5/+19
2005-09-26Enable GL_ARB_texture_mirrored_repeat on Savage4. Refactor the code thatIan Romanick3-69/+80
2005-09-26Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul4-95/+120
2005-09-23fast xor line function from trunkBrian Paul1-4/+52