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
/
x11
/
xm_dd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: Split _swrast_BlitFramebuffer out of the meta blit path.
Kenneth Graunke
2014-05-19
1
-1
/
+1
*
xlib: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-2
/
+2
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-12
/
+8
*
mesa: Eliminate parameters to dd_function_table::Viewport
Ian Romanick
2014-01-15
1
-5
/
+1
*
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
*
xlib: use _mesa_generate_mipmap() for mipmap generation, not meta
Brian Paul
2013-01-29
1
-0
/
+3
*
Remove OpenVMS support
Matt Turner
2012-11-16
1
-3
/
+0
*
xlib: remove texture compression hackery
Brian Paul
2012-08-24
1
-25
/
+0
*
xlib: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
1
-5
/
+6
*
xlib: remove clear_color() function
Brian Paul
2012-03-12
1
-25
/
+11
*
xlib: derive xmesa_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-24
1
-5
/
+5
*
xlib: remove xm_span.c and related code
Brian Paul
2012-01-24
1
-4
/
+0
*
mesa: remove gl_renderbuffer::Wrapped
Brian Paul
2012-01-24
1
-8
/
+8
*
xlib: remove a ton of old xlib driver cruft
Brian Paul
2011-11-15
1
-172
/
+0
*
xlib: implement renderbuffer mapping/unmapping
Brian Paul
2011-11-07
1
-0
/
+3
*
mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.
Dave Airlie
2011-09-14
1
-12
/
+3
*
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
2011-09-14
1
-17
/
+20
*
x11: add missing comma to fix compilation
Brian Paul
2011-08-24
1
-1
/
+1
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-7
/
+8
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-1
/
+0
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-4
/
+2
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-5
/
+5
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
drivers/x11: unifdef XFree86Server
Adam Jackson
2010-11-29
1
-16
/
+0
*
x11: remove test_proxy_teximage() function
Brian Paul
2010-11-24
1
-38
/
+1
*
x11: fix breakage from gl_config::visualType removal
Brian Paul
2010-10-13
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-29
/
+29
*
mesa: Remove ClearIndex and IndexMask from device-driver interface
Ian Romanick
2010-03-03
1
-34
/
+0
*
mesa: replace old MEMSET macro with memset
Brian Paul
2010-02-19
1
-5
/
+5
*
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-1
/
+1
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-2
/
+2
*
mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead
Brian Paul
2009-09-30
1
-2
/
+2
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-3
/
+3
*
mesa: rename functions to be more consistant with rest of mesa
Brian Paul
2009-09-19
1
-5
/
+5
*
xlib: test _mesa_meta_bitmap()
Brian Paul
2009-09-06
1
-0
/
+1
*
xlib: move misplaced brace
Brian Paul
2009-09-06
1
-1
/
+1
*
xlib: plug in more meta functions, if TEST_META_FUNCS is set
Brian Paul
2009-08-31
1
-13
/
+15
*
xlib: option to enable/test meta functions (disabled)
Brian Paul
2009-08-31
1
-4
/
+11
*
mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL
Brian Paul
2009-05-01
1
-1
/
+2
*
mesa: improved driver query interface
Keith Whitwell
2008-09-21
1
-4
/
+4
*
mesa: prefix more #includes with "main/"
Brian Paul
2008-09-18
1
-18
/
+18
*
Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)
Brian
2008-02-16
1
-99
/
+166
*
Fix some issues with glDrawBuffer(GL_NONE), bug 14198
Brian
2008-01-22
1
-7
/
+20
*
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2008-01-06
1
-3
/
+3
*
don't apply ColorMask to main gc
Brian
2007-10-22
1
-7
/
+6
[next]