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
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
marge_bot_batch_merge_job
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
tess-use-io-semantics
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
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-08-26
mesa: Remove obsolete Windows gldirect and ICD drivers
Ian Romanick
59
-35834
/
+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
Drop fx windows driver.
José Fonseca
3
-2299
/
+0
2011-04-23
scons: Build classic mesa gdi driver.
José Fonseca
5
-115
/
+47
2011-02-10
mesa: Remove empty header file s_trispan.h.
Kenneth Graunke
4
-4
/
+0
2011-02-08
mesa: remove _mesa_create_context_for_api()
Brian Paul
1
-1
/
+1
2011-02-08
mesa: remove _mesa_initialize_context_for_api()
Brian Paul
1
-1
/
+2
2011-01-23
gldirect: remove _NEW_ACCUM
Brian Paul
3
-6
/
+0
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
36
-488
/
+488
2010-10-13
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
9
-20
/
+20
2010-10-13
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2
-5
/
+5
2010-09-27
Remove GL_EXT_cull_vertex
Ian Romanick
1
-2
/
+0
2010-03-10
windows: fix compilation errors and warnings
Karl Schultz
2
-20
/
+9
2010-03-03
mesa: Remove ClearIndex and IndexMask from device-driver interface
Ian Romanick
1
-16
/
+0
2010-03-03
mesa: Remove support for creating color-index visuals
Ian Romanick
2
-5
/
+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
3
-9
/
+4
2010-02-19
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2
-2
/
+0
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2
-2
/
+0
2010-02-19
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2
-3
/
+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
4
-19
/
+19
2009-11-19
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
6
-18
/
+18
2009-11-19
tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]
Eric Anholt
3
-3
/
+3
2009-11-19
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
3
-12
/
+12
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
[next]