index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
staging/23.1
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-24
fragment program writing to result.depth.z was broken
Brian Paul
2
-15
/
+31
2005-10-24
Bug #4277:
Thomas Hellström
2
-10
/
+41
2005-10-22
unichrome: bug #4327,
Thomas Hellström
6
-19
/
+25
2005-10-22
Remove via_common.h in favour of via_drm.h in the libdrm source.
Thomas Hellström
3
-227
/
+30
2005-10-21
fix GLX server resize/crash when resizing windows
Brian Paul
3
-10
/
+7
2005-10-21
check span.y >=0 (bug 4842)
Brian Paul
1
-3
/
+6
2005-10-21
Make execmem.c compile in the server (libGLcore). Since xf86mmap
Ian Romanick
1
-1
/
+1
2005-10-21
remove some debug code
Brian Paul
1
-4
/
+0
2005-10-21
fix broken SWZ instruction
Brian Paul
2
-16
/
+13
2005-10-21
fix broken KIL
Brian Paul
1
-2
/
+4
2005-10-21
use PROGRAM_UNDEFINED instead of -1 to init register fields
Brian Paul
1
-9
/
+9
2005-10-21
change test for missing depth or stencil buffer
Brian Paul
1
-15
/
+2
2005-10-20
remove extra arg to _mesa_exec_malloc()
Brian Paul
1
-1
/
+1
2005-10-20
restore FASTCALL stuff
Brian Paul
5
-7
/
+25
2005-10-20
fix bad loops in TransposeMatrix[fd]()
Brian Paul
1
-2
/
+2
2005-10-20
fix another renderbuffer wrapping bug
Brian Paul
1
-2
/
+1
2005-10-20
Disable the FASTCALL optimization because it still breaks server-side GLX.
Brian Paul
5
-25
/
+7
2005-10-20
Merge from head: bump driver dates for yesterday's crasher fixes.
Eric Anholt
2
-2
/
+2
2005-10-20
remove extra arg to _mesa_exec_malloc()
Brian Paul
1
-1
/
+1
2005-10-19
Merge from head:
Eric Anholt
2
-1
/
+12
2005-10-19
Merge the dispatch fix from HEAD today:
Eric Anholt
2
-1
/
+12
2005-10-19
updated for new mm.c, execmem.c files
Brian Paul
1
-0
/
+6
2005-10-19
Import exec-malloc changes from trunk.
Brian Paul
11
-56
/
+253
2005-10-12
fix GLAPI/extern problem (bug 4757)
Brian Paul
2
-3
/
+3
2005-10-11
ifdef out some code to make glapi.c linkable in libglx.so (on the
Ian Romanick
1
-1
/
+5
2005-10-11
check for PIXMAP in clip routine (SF bug 1323215)
Brian Paul
1
-1
/
+1
2005-10-10
added EXPF() macro
Brian Paul
1
-2
/
+6
2005-10-10
from trunk: fix fogcoord bug 4729
Brian Paul
1
-3
/
+9
2005-10-10
Add 'get' data for glGetFramebufferAttachmentParameterivEXT enums.
Ian Romanick
2
-6
/
+16
2005-10-08
change test for presence of accum buffer
Brian Paul
1
-1
/
+1
2005-10-08
Fix some issues with state updates and renderbuffers. Querying GL_RED_BITS,
Brian Paul
4
-25
/
+60
2005-10-07
Fix a number of point size attenuation problems.
Brian Paul
5
-85
/
+115
2005-10-05
fix byteswapping bug in _mesa_texstore_ycbcr() (Benjamin Herrenschmidt)
Brian Paul
1
-7
/
+7
2005-10-05
added GL_INVALID_FRAMEBUFFER_OPERATION_EXT to gluErrorString()
Brian Paul
1
-2
/
+7
2005-10-04
check if deleting currently bound frame/renderbuffer object
Brian Paul
1
-1
/
+16
2005-10-04
fix behaviour of glIsFrame/Renderbuffer()
Brian Paul
1
-8
/
+12
2005-10-03
Bug #1155: Define IEEE_ONE on Super-H as well.
Adam Jackson
1
-0
/
+1
2005-10-03
disable a warning
Brian Paul
1
-1
/
+1
2005-10-03
added a few calls to _mesa_update_framebuffer_visual()
Brian Paul
1
-0
/
+3
2005-10-03
finish up some missing code
Brian Paul
1
-2
/
+28
2005-10-03
Change the 'count' for COMPRESSED_TEXTURE_FORMATS from "?" to "-1". This
Ian Romanick
2
-2
/
+4
2005-10-03
Remove the non-existant --get-alias-set option from the help text.
Ian Romanick
1
-11
/
+30
2005-09-28
add error checks for framebuffer completeness
Brian Paul
1
-3
/
+40
2005-09-28
check for framebuffer completeness, code clean-up
Brian Paul
2
-21
/
+13
2005-09-27
tweak glAccum error checking
Brian Paul
1
-5
/
+5
2005-09-27
generate GL_INVALID_OPERATION in glAccum if read/draw buffers aren't the same
Brian Paul
1
-1
/
+8
2005-09-26
glDraw/CopyPixels of stencil data didn't obey the stencil write mask. Fixed.
Brian Paul
2
-5
/
+19
2005-09-26
Enable GL_ARB_texture_mirrored_repeat on Savage4. Refactor the code that
Ian Romanick
3
-69
/
+80
2005-09-26
Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places instead
Brian Paul
4
-95
/
+120
2005-09-23
fast xor line function from trunk
Brian Paul
1
-4
/
+52
[next]