index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
osmesa
/
osmesa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Eliminate gl_config::have{Accum,Depth,Stencil}Buffer
Adam Jackson
2019-09-09
1
-3
/
+3
*
st/mesa/radeonsi: fix race between destruction of types and shader compilation
Timothy Arceri
2019-04-24
1
-4
/
+4
*
mesa: fold _glapi_check_multithread() back into _mesa_make_current
Emil Velikov
2018-10-03
1
-6
/
+0
*
mesa: GL_MESA_framebuffer_flip_y extension [v4]
Fritz Koenig
2018-07-27
1
-2
/
+3
*
tnl: Push down the gl_vertex_array inputs into tnl drivers.
Mathias Fröhlich
2018-03-31
1
-0
/
+1
*
osmesa: don't check SmoothFlag twice
Grazvydas Ignotas
2018-01-17
1
-1
/
+0
*
mesa: split extensions overrides and glGetString(GL_EXTENSIONS)
Emil Velikov
2017-11-16
1
-0
/
+1
*
osmesa: Include generated headers without path
Dylan Baker
2017-10-27
1
-2
/
+2
*
mesa: don't update draw buffer bounds in _mesa_update_state
Marek Olšák
2017-06-22
1
-0
/
+3
*
mesa: inline vbo_exec_invalidate_state() and call from mesa core
Timothy Arceri
2017-06-09
1
-1
/
+0
*
mesa: stop passing state bitfield to UpdateState()
Timothy Arceri
2017-06-09
1
-2
/
+7
*
mesa: rename _mesa_add_renderbuffer* functions
Timothy Arceri
2017-04-18
1
-7
/
+7
*
osmesa: tidy up renderbuffer refCount initialisation
Timothy Arceri
2017-04-10
1
-1
/
+0
*
osmesa: Unbind the current context when given a null context and buffer.
Emilio Cobos Álvarez
2016-09-23
1
-0
/
+7
*
osmesa: add new OSMesaCreateContextAttribs function
Brian Paul
2015-12-16
1
-1
/
+99
*
osmesa: fix OSMesaPixelsStore typo
Brian Paul
2015-07-15
1
-1
/
+1
*
osmesa: include stdio.h
Brian Paul
2015-03-05
1
-0
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
osmesa: s/INLINE/inline/
Brian Paul
2014-09-04
1
-1
/
+1
*
osmesa: Fix typo in _MaxEnabledTexImageUnit.
José Fonseca
2014-05-01
1
-1
/
+1
*
mesa: Drop _EnabledUnits.
Eric Anholt
2014-04-30
1
-2
/
+2
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-7
/
+7
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-6
/
+6
*
osmesa: add missing comma
Brian Paul
2013-11-18
1
-1
/
+1
*
osmesa: add support for postprocess filters
Brian Paul
2013-11-18
1
-0
/
+11
*
osmesa: assorted code clean-ups
Brian Paul
2013-11-11
1
-25
/
+38
*
osmesa: fix broken triangle/line drawing when using float color buffer
Brian Paul
2013-11-11
1
-0
/
+16
*
osmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions
Ian Romanick
2013-06-28
1
-5
/
+0
*
mesa: Remove the Initialized field from framebuffers.
Eric Anholt
2013-06-25
1
-1
/
+0
*
mesa: Remove Driver.GetBufferSize and its callers.
Eric Anholt
2013-06-25
1
-1
/
+0
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
osmesa: use _mesa_generate_mipmap() for mipmap generation, not meta
Brian Paul
2013-01-29
1
-0
/
+3
*
mesa: Make the drivers call a non-code-generated dispatch table setup.
Eric Anholt
2013-01-21
1
-1
/
+1
*
mesa osmesa/x11: fix build error introduced in 4bea4cb9
Jordan Justen
2012-12-17
1
-5
/
+5
*
drivers: compute version and then initialize exec table
Jordan Justen
2012-12-16
1
-0
/
+9
*
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
2012-11-30
1
-2
/
+2
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
2012-10-05
1
-1
/
+1
*
osmesa: use SWRAST_MAX_WIDTH/HEIGHT
Brian Paul
2012-02-24
1
-4
/
+4
*
osmesa: set RefCount = 1 in new_osmesa_renderbuffer()
Brian Paul
2012-01-31
1
-0
/
+1
*
osmesa: Fix osmesa_context.DataType type.
Vinson Lee
2012-01-31
1
-1
/
+1
*
osmesa: use swrast_renderbuffer
Brian Paul
2012-01-24
1
-42
/
+45
*
mesa: rename gl_renderbuffer::Data to Buffer
Brian Paul
2012-01-24
1
-7
/
+7
*
mesa: remove gl_renderbuffer::DataType
Brian Paul
2012-01-24
1
-19
/
+15
*
osmesa: remove obsolete GetRow/PutRow code
Brian Paul
2012-01-24
1
-430
/
+1
*
osmesa: fix renderbuffer format selection
Brian Paul
2012-01-13
1
-46
/
+42
[next]