index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
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
*
osmesa: fix glReadPixels, etc
Brian Paul
2012-01-12
1
-1
/
+57
*
mesa: remove gl_renderbuffer::PutRowRGB()
Brian Paul
2011-12-24
1
-16
/
+0
*
mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()
Brian Paul
2011-12-24
1
-32
/
+0
*
osmesa: fix RGB565 rendering
Alex Galakhov
2011-12-19
1
-0
/
+4
*
mesa/drivers: use new swrast renderbuffer functions
Brian Paul
2011-12-08
1
-7
/
+8
*
osmesa: remove unused bpc variable
Fabio Pedretti
2011-12-06
1
-8
/
+0
*
osmesa: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.
Jeremy Huddleston
2011-06-07
1
-0
/
+28
*
osmesa: Fix Mingw build.
José Fonseca
2011-04-23
1
-16
/
+1
*
mesa: remove _mesa_initialize_context_for_api()
Brian Paul
2011-02-08
1
-0
/
+1
*
osmesa: pass context to _mesa_update_framebuffer_visual()
Brian Paul
2011-01-04
1
-1
/
+1
*
osmesa: fix renderbuffer memleak in OSMesaMakeCurrent()
Brian Paul
2010-10-30
1
-4
/
+6
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-14
/
+14
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
osmesa: remove old renderbuffer before adding new
Brian Paul
2010-07-02
1
-0
/
+1
*
osmesa: use unsigned 16-bit/channel format
Brian Paul
2010-05-09
1
-1
/
+1
*
osmesa: remove unused var
Brian Paul
2010-05-04
1
-1
/
+0
*
osmesa: fix OSMesa for CHAN_BITS=32
Brian Paul
2010-05-04
1
-7
/
+30
[next]