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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
3
-57
/
+57
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
3
-25
/
+25
*
mesa: replace old MEMSET macro with memset
Brian Paul
2010-02-19
2
-6
/
+6
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
1
-6
/
+6
*
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-2
/
+2
*
Remove _mesa_atoi in favor of plain atoi.
Kenneth Graunke
2010-02-19
1
-2
/
+2
*
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-19
1
-6
/
+6
*
Remove _mesa_strncpy in favor of plain strncpy.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
mesa: Factor out the fb initialization details from _mesa_new_framebuffer.
Francisco Jerez
2010-02-03
1
-1
/
+1
*
Do not include glapi/dispatch.h outside Mesa core.
Chia-I Wu
2010-01-21
1
-1
/
+2
*
Merge branch 'master' into opengl-es-v2
Chia-I Wu
2010-01-12
3
-5
/
+8
|
\
|
*
DRI2/GLX: add INTEL_swap_event support
Jesse Barnes
2010-01-08
1
-0
/
+3
|
*
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-1
/
+1
|
*
Merge branch 'mesa_7_6_branch'
Ian Romanick
2009-11-06
1
-4
/
+4
|
|
\
|
|
*
xmesa: pass pixmap to clip_for_xgetimage()
Brian Paul
2009-11-05
1
-4
/
+4
*
|
|
mesa/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.
Chia-I Wu
2009-11-05
1
-0
/
+30
|
/
/
*
|
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
2
-10
/
+8
|
\
\
|
*
|
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
2
-7
/
+5
|
*
|
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: Enable remap table in core.
Chia-I Wu
2009-10-23
1
-73
/
+0
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-08
1
-4
/
+6
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mesa/xlib: call XQueryExtension() in glXQueryExtension()
Brian Paul
2009-10-07
1
-4
/
+6
*
|
|
Merge branch 'mesa_7_6_branch'
Nicolai Hähnle
2009-10-07
2
-15
/
+33
|
\
|
|
|
*
|
mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320
Brian Paul
2009-10-07
2
-12
/
+28
|
*
|
mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension()
Brian Paul
2009-10-07
1
-3
/
+5
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-05
1
-2
/
+2
|
\
|
|
|
*
|
xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()
Brian Paul
2009-10-02
1
-2
/
+2
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-01
1
-2
/
+2
|
\
|
|
|
|
/
|
/
|
|
*
mesa/xlib: fix GLX_RENDER_TYPE query
Brian Paul
2009-09-29
1
-2
/
+2
*
|
xlib: always call _mesa_meta_init/free()
Brian Paul
2009-09-20
1
-4
/
+2
*
|
Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"
Brian Paul
2009-09-20
1
-0
/
+7
*
|
mesa: rename functions to be more consistant with rest of mesa
Brian Paul
2009-09-19
1
-5
/
+5
*
|
mesa: move _mesa_meta_init/free() calls to core Mesa
Brian Paul
2009-09-19
1
-7
/
+0
*
|
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
1
-0
/
+2
*
|
mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.
Eric Anholt
2009-09-08
1
-0
/
+1
*
|
mesa: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
1
-0
/
+1
*
|
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
|
/
*
Add ARB_sync to the xorg sw dri driver.
Eric Anholt
2009-09-03
1
-0
/
+2
*
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
3
-4
/
+22
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-24
1
-1
/
+1
|
\
|
*
mesa: added null ptr check in Fake_glXCreatePixmap()
Brian Paul
2009-06-17
1
-1
/
+1
*
|
mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL
Brian Paul
2009-05-01
1
-1
/
+2
|
/
*
Use the specified X11 headers for xlib mesa
Dan Nicholson
2009-03-18
1
-1
/
+2
*
xmesa: set back-buffer's drawable field
Brian Paul
2009-03-09
1
-0
/
+1
*
xlib: code to force fixed function -> shader translation (for debug, disabled)
Brian Paul
2009-03-03
1
-0
/
+8
*
mesa: comments and code documenting a bug with depth 32 TrueColor drawing/rea...
Brian Paul
2009-03-02
1
-0
/
+18
[next]