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
23.3
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/23.2
staging/23.3
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
/
mesa
/
drivers
/
windows
/
gdi
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-17
wmesa: include version.h to silence warning
Brian Paul
1
-0
/
+1
2012-12-16
drivers: compute version and then initialize exec table
Jordan Justen
1
-0
/
+7
2012-11-30
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
1
-2
/
+2
2012-11-29
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
1
-1
/
+1
2012-10-17
wmesa: remove old, unused span code
Brian Paul
1
-474
/
+0
2012-10-05
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
1
-1
/
+1
2012-09-05
Don't cast the return value of malloc/realloc
Matt Turner
2
-2
/
+2
2012-06-14
windows/gdi: Remove GL_NV_register_combiners and GL_NV_vertex_array_range exp...
José Fonseca
1
-15
/
+0
2012-03-12
mesa/gdi: remove clear_color() function
Brian Paul
1
-32
/
+15
2012-02-24
mesa/gdi: include swrast.h to fix compilation
Brian Paul
1
-0
/
+1
2012-01-24
mesa/gdi: remove wmesa_set_renderbuffer_funcs() function
Brian Paul
1
-50
/
+0
2012-01-24
mesa: remove gl_renderbuffer::DataType
Brian Paul
1
-1
/
+0
2011-12-24
mesa: remove gl_renderbuffer::PutRowRGB()
Brian Paul
1
-123
/
+0
2011-12-24
mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()
Brian Paul
1
-210
/
+5
2011-12-08
mesa/drivers: use new swrast renderbuffer functions
Brian Paul
1
-7
/
+8
2011-11-02
wglSetPixelFormat should ignore the ppfd parameter.
Morgan Armand
1
-3
/
+7
2011-09-14
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
1
-4
/
+5
2011-08-30
gdi: Remove mesa_wgl.h
José Fonseca
1
-23
/
+0
2011-05-04
mesa/gdi: Silence gcc warning about unused result.
José Fonseca
1
-1
/
+1
2011-04-23
mesa/gdi: Address compiler warnings.
José Fonseca
2
-136
/
+131
2011-04-23
mesa/gdi: Remove InitCritSections.cpp.
José Fonseca
1
-33
/
+0
2011-04-23
scons: Build classic mesa gdi driver.
José Fonseca
5
-115
/
+47
2011-02-08
mesa: remove _mesa_initialize_context_for_api()
Brian Paul
1
-1
/
+2
2010-12-02
WIN32_THREADS -> WIN32
José Fonseca
1
-2
/
+3
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2
-42
/
+42
2010-10-13
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
1
-4
/
+4
2010-10-13
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
1
-3
/
+3
2010-03-10
windows: fix compilation errors and warnings
Karl Schultz
2
-20
/
+9
2010-03-03
mesa: Remove support for creating color-index visuals
Ian Romanick
1
-3
/
+1
2010-03-01
Remove now obsolete mesa_bzero symbol.
Karl Schultz
1
-1
/
+0
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2
-6
/
+4
2010-02-19
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
1
-1
/
+0
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
1
-1
/
+0
2010-02-19
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
1
-2
/
+1
2010-02-10
Add new symbol to exports list
unknown
1
-0
/
+1
2010-02-03
mesa: Factor out the fb initialization details from _mesa_new_framebuffer.
Francisco Jerez
1
-1
/
+1
2010-01-29
windows: assorted build fixes
Brian Paul
2
-14
/
+2
2009-12-29
mesa: implement per-buffer color masking
Brian Paul
1
-4
/
+4
2009-11-04
Merge branch 'mesa_7_6_branch'
Brian Paul
1
-11
/
+0
2009-11-03
windows: remove old entrypoints from mesa.def file
Karl Schultz
1
-12
/
+0
2009-09-20
windows: call _mesa_meta_init/free()
Brian Paul
1
-0
/
+5
2009-09-19
windows: replace old ColorTable, Convolution functions with new
Brian Paul
1
-4
/
+4
2009-09-19
windows: replace old TexCopy functions w/ new
Brian Paul
1
-5
/
+5
2009-07-27
windows: updated VC8 project files
Karl Schultz
1
-1
/
+0
2009-04-20
gdi: Don't implement broken gl_dispatch_stub_xxx.
José Fonseca
1
-77
/
+0
2009-03-07
mesa: remove last of _mesa_unreference_framebuffer() calls
Brian Paul
2
-2
/
+2
2009-01-15
windows: updated mesa.def file
Karl Schultz
1
-0
/
+5
2009-01-13
windows: try to create a context in wglCreateLayerContext()
Karl Schultz
1
-1
/
+2
2008-11-26
windows: fix visual object memleak
Thomas Henn
1
-0
/
+3
2008-11-26
windows: fix _mesa_unreference_framebuffer() to pass ** type.
Thomas Henn
1
-1
/
+3
[next]