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
23.2
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
staging/23.2
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
2000-11-03
fixed glXChooseVisual to return NULL if using Glide and user requests too dee...
Brian Paul
1
-6
/
+30
2000-11-02
bumped version to 3.4
Brian Paul
1
-3
/
+3
2000-10-31
sync with DRI texgen and texture matrix bug fixes
Brian Paul
1
-7
/
+9
2000-10-26
added GL_BGR case to bytes_per_pixel()
Brian Paul
1
-2
/
+3
2000-10-24
added incomplete() debug function/macro
Brian Paul
1
-1
/
+31
2000-10-24
signal NEW_TEXTURING if there's a Driver.BindTexture() function
Brian Paul
1
-1
/
+3
2000-10-22
Major audit of all Mesa's x86 assembly code. This round is basically
Gareth Hughes
14
-295
/
+949
2000-10-21
fixed a texture enable bug
Brian Paul
2
-28
/
+11
2000-10-20
- General cleanups, fix version numbers.
Gareth Hughes
2
-13
/
+12
2000-10-19
Rewrote get_static_proc_address(). It made mistakes in some situations
Brian Paul
1
-7
/
+9
2000-10-19
glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly
Brian Paul
1
-1
/
+17
2000-10-19
call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear...
Brian Paul
1
-2
/
+7
2000-10-19
improved blending accuracy to fix Glean test failures
Brian Paul
1
-19
/
+39
2000-10-17
sync with DRI tdfx3 branch
Brian Paul
6
-9
/
+24
2000-10-16
added _mesa_get_teximages_from_driver()
Brian Paul
2
-4
/
+60
2000-10-09
if depthBits == 0, set DepthMask = 2^16 to fix per-fragment fog problems
Brian Paul
1
-3
/
+4
2000-10-05
update TriangleCaps in GL_POINT/POLYGON_SMOOTH cases
Brian Paul
1
-1
/
+3
2000-10-05
better handling of GLX_DEPTH_SIZE in glXChooseVisual()
Brian Paul
1
-6
/
+7
2000-10-05
fixed fast-path for GL_COLOR_INDEX, GL_UNSIGNED_BYTE drawpixels
Brian Paul
1
-6
/
+9
2000-10-05
drawing color-index image to RGB window was broken
Brian Paul
1
-4
/
+4
2000-09-28
removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead
Brian Paul
7
-135
/
+170
2000-09-28
new params for SpecificCompressedTexFormat() (Bill White)
Brian Paul
2
-23
/
+38
2000-09-18
Added SSE streaming store instructions, external symbol directives.
Gareth Hughes
1
-1
/
+15
2000-09-18
Added SSE prefetching instructions. General cleanups.
Gareth Hughes
1
-1342
/
+1349
2000-09-17
General cleanups. Disable gl_katmai_project_vertices and
Gareth Hughes
1
-111
/
+111
2000-09-15
use cpml.h on Alpha (AlanH)
Brian Paul
1
-1
/
+6
2000-09-13
replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatype
Brian Paul
1
-3
/
+6
2000-09-12
packing of GLushort packed types was broken
Brian Paul
1
-5
/
+77
2000-09-12
added format/type error check to draw_rgba_pixels()
Brian Paul
1
-1
/
+6
2000-09-12
init mutex
Brian Paul
2
-4
/
+6
2000-09-12
Win32 updates (Chris Morley)
Brian Paul
1
-68
/
+30
2000-09-12
Win32 update (Chris Morley)
Brian Paul
1
-3
/
+3
2000-09-07
added device driver function for texture proxy testing
Brian Paul
2
-18
/
+62
2000-09-06
silence compiler warning (zoomY0)
Brian Paul
1
-4
/
+2
2000-09-06
test for __bsdi__ for XFree86
Brian Paul
1
-1
/
+1
2000-09-06
replaced ## with CONCAT macro
Brian Paul
2
-6
/
+6
2000-09-05
use clear_proxy_teximage() instead of MEMSET()
Brian Paul
1
-13
/
+41
2000-08-31
added more resolutions (Andy Sloane)
Brian Paul
1
-4
/
+6
2000-08-30
removed bogus gl_problem() call
Brian Paul
1
-2
/
+3
2000-08-29
removed some debugging code
Brian Paul
1
-13
/
+1
2000-08-29
finished compressed texture support (Bill White)
Brian Paul
4
-124
/
+362
2000-08-29
added MESA_FF_R8_G8_B8 (alpha filled to 0xff) format
Brian Paul
2
-4
/
+76
2000-08-29
don't free ctx inside _mesa_initialize_context() if error, caller does that.
Brian Paul
1
-7
/
+3
2000-08-16
optimized glDrawPixels for glPixelZoom(1,-1) (Andrew Gee)
Brian Paul
1
-8
/
+102
2000-08-16
fixed typo which disabled simple_DrawPixels
Brian Paul
1
-3
/
+3
2000-08-16
fixed some warnings (Alan H.)
Brian Paul
1
-8
/
+8
2000-08-13
removed all dependencies on XMesa
Brian Paul
1
-21
/
+5
2000-08-13
fixed segfault problem when using MESA_GLX_FX
Brian Paul
1
-11
/
+8
2000-08-09
fixed depth mask bug in fxddClear(DD_DEPTH_BIT)
Brian Paul
1
-0
/
+2
2000-08-08
changed version to 3.4
Brian Paul
1
-2
/
+2
[next]