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
/
windows
/
gdi
/
wmesa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
windows/gdi: Remove.
Jose Fonseca
2015-03-04
1
-791
/
+0
*
mesa: Eliminate parameters to dd_function_table::Viewport
Ian Romanick
2014-01-15
1
-3
/
+1
*
wmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions
Ian Romanick
2013-06-28
1
-5
/
+0
*
mesa: Remove Driver.GetBufferSize and its callers.
Eric Anholt
2013-06-25
1
-1
/
+0
*
wmesa: include api_exec.h to fix compilation
Brian Paul
2013-01-22
1
-0
/
+1
*
mesa: Make the drivers call a non-code-generated dispatch table setup.
Eric Anholt
2013-01-21
1
-1
/
+1
*
wmesa: include version.h to silence warning
Brian Paul
2012-12-17
1
-0
/
+1
*
drivers: compute version and then initialize exec table
Jordan Justen
2012-12-16
1
-0
/
+7
*
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
*
wmesa: remove old, unused span code
Brian Paul
2012-10-17
1
-474
/
+0
*
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
2012-10-05
1
-1
/
+1
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-1
/
+1
*
mesa/gdi: remove clear_color() function
Brian Paul
2012-03-12
1
-32
/
+15
*
mesa/gdi: remove wmesa_set_renderbuffer_funcs() function
Brian Paul
2012-01-24
1
-50
/
+0
*
mesa: remove gl_renderbuffer::DataType
Brian Paul
2012-01-24
1
-1
/
+0
*
mesa: remove gl_renderbuffer::PutRowRGB()
Brian Paul
2011-12-24
1
-123
/
+0
*
mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()
Brian Paul
2011-12-24
1
-210
/
+5
*
mesa/drivers: use new swrast renderbuffer functions
Brian Paul
2011-12-08
1
-7
/
+8
*
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
2011-09-14
1
-4
/
+5
*
mesa/gdi: Address compiler warnings.
José Fonseca
2011-04-23
1
-134
/
+129
*
scons: Build classic mesa gdi driver.
José Fonseca
2011-04-23
1
-5
/
+6
*
mesa: remove _mesa_initialize_context_for_api()
Brian Paul
2011-02-08
1
-1
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-40
/
+40
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
windows: fix compilation errors and warnings
Karl Schultz
2010-03-10
1
-19
/
+8
*
mesa: Remove support for creating color-index visuals
Ian Romanick
2010-03-03
1
-3
/
+1
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-4
/
+4
*
mesa: Factor out the fb initialization details from _mesa_new_framebuffer.
Francisco Jerez
2010-02-03
1
-1
/
+1
*
windows: assorted build fixes
Brian Paul
2010-01-29
1
-12
/
+0
*
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-4
/
+4
*
windows: call _mesa_meta_init/free()
Brian Paul
2009-09-20
1
-0
/
+5
*
gdi: Don't implement broken gl_dispatch_stub_xxx.
José Fonseca
2009-04-20
1
-77
/
+0
*
mesa: remove last of _mesa_unreference_framebuffer() calls
Brian Paul
2009-03-07
1
-1
/
+1
*
windows: fix visual object memleak
Thomas Henn
2008-11-26
1
-0
/
+3
*
windows: fix _mesa_unreference_framebuffer() to pass ** type.
Thomas Henn
2008-11-26
1
-1
/
+3
*
windows: replace free() with _mesa_unreference_framebuffer()
Brian Paul
2008-11-24
1
-1
/
+1
*
added 24bpp support
Shane Blackett
2008-09-11
1
-10
/
+217
*
additional stub functions
Brian
2008-01-02
1
-0
/
+4
*
faster write_rgba_span_front()
Andreas Micheler
2007-10-15
1
-17
/
+78
*
For _mesa_share_state(), update the context's references to the new share gro...
Brian
2007-08-23
1
-0
/
+5
*
Fix a number of MINGW32 issues
Zhang
2007-07-21
1
-2
/
+5
*
a variety of fixes for MingW
zhang
2007-06-28
1
-66
/
+66
*
enable 2.1 extensions
Brian
2007-04-26
1
-0
/
+1
*
assorted fixes for Windows/VC8
Karl Schultz
2007-04-24
1
-0
/
+22
*
Commiting a few minor fixes to glut fbdev (segfault on a separate stack)
Sean D'Epagnier
2007-02-16
1
-4
/
+4
*
Remove x/y/width/height parameters from Clear functions.
Brian Paul
2006-11-01
1
-8
/
+5
*
don't use params passed to Clear()
Brian Paul
2006-10-21
1
-2
/
+6
*
Handle API and dispatch table changes that removed a bunch of extension entry...
Karl Schultz
2006-08-30
1
-0
/
+50
[next]