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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
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
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
/
osmesa
/
osmesa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-31
tnl: Push down the gl_vertex_array inputs into tnl drivers.
Mathias Fröhlich
1
-0
/
+1
2018-01-17
osmesa: don't check SmoothFlag twice
Grazvydas Ignotas
1
-1
/
+0
2017-11-16
mesa: split extensions overrides and glGetString(GL_EXTENSIONS)
Emil Velikov
1
-0
/
+1
2017-10-27
osmesa: Include generated headers without path
Dylan Baker
1
-2
/
+2
2017-06-22
mesa: don't update draw buffer bounds in _mesa_update_state
Marek Olšák
1
-0
/
+3
2017-06-09
mesa: inline vbo_exec_invalidate_state() and call from mesa core
Timothy Arceri
1
-1
/
+0
2017-06-09
mesa: stop passing state bitfield to UpdateState()
Timothy Arceri
1
-2
/
+7
2017-04-18
mesa: rename _mesa_add_renderbuffer* functions
Timothy Arceri
1
-7
/
+7
2017-04-10
osmesa: tidy up renderbuffer refCount initialisation
Timothy Arceri
1
-1
/
+0
2016-09-23
osmesa: Unbind the current context when given a null context and buffer.
Emilio Cobos Álvarez
1
-0
/
+7
2015-12-16
osmesa: add new OSMesaCreateContextAttribs function
Brian Paul
1
-1
/
+99
2015-07-15
osmesa: fix OSMesaPixelsStore typo
Brian Paul
1
-1
/
+1
2015-03-05
osmesa: include stdio.h
Brian Paul
1
-0
/
+1
2015-02-23
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
1
-1
/
+1
2014-09-04
osmesa: s/INLINE/inline/
Brian Paul
1
-1
/
+1
2014-05-01
osmesa: Fix typo in _MaxEnabledTexImageUnit.
José Fonseca
1
-1
/
+1
2014-04-30
mesa: Drop _EnabledUnits.
Eric Anholt
1
-2
/
+2
2014-01-27
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
1
-1
/
+1
2014-01-27
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
1
-7
/
+7
2014-01-27
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
1
-6
/
+6
2013-11-18
osmesa: add missing comma
Brian Paul
1
-1
/
+1
2013-11-18
osmesa: add support for postprocess filters
Brian Paul
1
-0
/
+11
2013-11-11
osmesa: assorted code clean-ups
Brian Paul
1
-25
/
+38
2013-11-11
osmesa: fix broken triangle/line drawing when using float color buffer
Brian Paul
1
-0
/
+16
2013-06-28
osmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions
Ian Romanick
1
-5
/
+0
2013-06-25
mesa: Remove the Initialized field from framebuffers.
Eric Anholt
1
-1
/
+0
2013-06-25
mesa: Remove Driver.GetBufferSize and its callers.
Eric Anholt
1
-1
/
+0
2013-06-05
mesa: remove outdated version lines in comments
Rico Schüller
1
-1
/
+0
2013-04-23
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
1
-3
/
+4
2013-04-23
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
1
-1
/
+1
2013-04-23
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
1
-1
/
+1
2013-01-29
osmesa: use _mesa_generate_mipmap() for mipmap generation, not meta
Brian Paul
1
-0
/
+3
2013-01-21
mesa: Make the drivers call a non-code-generated dispatch table setup.
Eric Anholt
1
-1
/
+1
2012-12-17
mesa osmesa/x11: fix build error introduced in 4bea4cb9
Jordan Justen
1
-5
/
+5
2012-12-16
drivers: compute version and then initialize exec table
Jordan Justen
1
-0
/
+9
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-05
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
1
-1
/
+1
2012-02-24
osmesa: use SWRAST_MAX_WIDTH/HEIGHT
Brian Paul
1
-4
/
+4
2012-01-31
osmesa: set RefCount = 1 in new_osmesa_renderbuffer()
Brian Paul
1
-0
/
+1
2012-01-31
osmesa: Fix osmesa_context.DataType type.
Vinson Lee
1
-1
/
+1
2012-01-24
osmesa: use swrast_renderbuffer
Brian Paul
1
-42
/
+45
2012-01-24
mesa: rename gl_renderbuffer::Data to Buffer
Brian Paul
1
-7
/
+7
2012-01-24
mesa: remove gl_renderbuffer::DataType
Brian Paul
1
-19
/
+15
2012-01-24
osmesa: remove obsolete GetRow/PutRow code
Brian Paul
1
-430
/
+1
2012-01-13
osmesa: fix renderbuffer format selection
Brian Paul
1
-46
/
+42
2012-01-12
osmesa: fix glReadPixels, etc
Brian Paul
1
-1
/
+57
2011-12-24
mesa: remove gl_renderbuffer::PutRowRGB()
Brian Paul
1
-16
/
+0
2011-12-24
mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()
Brian Paul
1
-32
/
+0
2011-12-19
osmesa: fix RGB565 rendering
Alex Galakhov
1
-0
/
+4
[next]