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
/
dri
/
common
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate some redundant definitions of ARRAY_SIZE() macro.
Paul Berry
2013-02-08
1
-2
/
+1
*
dri_util: Fix prologue comment for driCreateConfigs
Ian Romanick
2012-11-09
1
-17
/
+5
*
dri: Support MESA_FORMAT_SARGB8 in driCreateConfigs
Ian Romanick
2012-10-29
1
-1
/
+2
*
dri: Convert driCreateConfigs to use a gl_format enum
Ian Romanick
2012-10-29
1
-100
/
+40
*
dri_util: Elminiate the bytes_per_pixel table
Ian Romanick
2012-10-29
1
-9
/
+3
*
dri_util: Remove support for RGB332 framebuffers
Ian Romanick
2012-10-29
1
-27
/
+7
*
dri: Simplify use of driConcatConfigs
Chad Versace
2012-08-07
1
-0
/
+5
*
dri: move __driUtilMessage to xmlconfig.c
George Sapountzis
2011-11-04
1
-23
/
+0
*
dri: Remove a few unused dri helper functions
Kristian Høgsberg
2011-11-02
1
-118
/
+0
*
dri: Remove all extension enabling utility functions
Ian Romanick
2011-09-09
1
-114
/
+0
*
dri: Remove driver date from renderer string
Ian Romanick
2011-04-05
1
-3
/
+2
*
glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.
Dave Airlie
2011-03-06
1
-0
/
+3
*
dri/util: add a bunch of comments
Brian Paul
2010-11-02
1
-0
/
+24
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
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
-7
/
+7
*
gl: Remove unused GLcontextModes fields
Kristian Høgsberg
2010-10-13
1
-3
/
+0
*
mesa: Force GL_ARB_copy_buffer to always be enabled
Ian Romanick
2010-09-27
1
-0
/
+2
*
dri/common: mv __driUtilMessage to utils.c
George Sapountzis
2010-03-15
1
-4
/
+24
*
DRI: Put back missing break-statement
Ian Romanick
2010-03-04
1
-0
/
+1
*
DRI: Remove support for color-index visuals
Ian Romanick
2010-03-03
1
-10
/
+5
*
remove hack for miniglx from dri/utils.c
George Sapountzis
2010-02-26
1
-3
/
+2
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-6
/
+6
*
dri: Allow selective generation of accum. buffer configs
Ian Romanick
2010-02-10
1
-2
/
+3
*
dri: Remove unnecessary glapi headers.
Chia-I Wu
2010-01-21
1
-1
/
+0
*
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
1
-75
/
+19
*
Convert u_int*_t to C99 standard uint*_t
Alan Coopersmith
2009-03-25
1
-1
/
+1
*
mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER string
Brian Paul
2009-03-04
1
-66
/
+8
*
intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.
Eric Anholt
2009-02-10
1
-3
/
+3
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-62
/
+72
|
\
|
*
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-21
1
-12
/
+12
|
|
\
|
*
|
bug fix to MSAA visuals
Alan Hourihane
2008-09-19
1
-3
/
+1
|
*
|
re-add MSAA support
Alan Hourihane
2008-09-19
1
-65
/
+68
|
*
|
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-0
/
+9
|
|
\
\
|
|
*
|
mesa: disable fprintf() error
Brian Paul
2008-07-09
1
-0
/
+2
|
|
*
|
gallium: handle msaa
Roland Scheidegger
2008-06-27
1
-45
/
+52
|
|
*
|
mesa/dri: User standard integer types.
José Fonseca
2008-06-24
1
-9
/
+9
|
|
*
|
revert the DRI2 commits
Alan Hourihane
2008-06-12
1
-235
/
+74
|
|
*
|
Bring in DRI2 changes
Alan Hourihane
2008-06-11
1
-74
/
+235
*
|
|
|
intel: Expose more FBconfigs in the 3D driver.
Eric Anholt
2009-01-30
1
-1
/
+2
*
|
|
|
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-28
1
-0
/
+2
*
|
|
|
Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory
Ian Romanick
2009-01-28
1
-0
/
+4
*
|
|
|
Make GL_ARB_vertex_buffer_object mandatory
Ian Romanick
2009-01-28
1
-0
/
+2
*
|
|
|
Make GL_ARB_texture_compression mandatory
Ian Romanick
2009-01-28
1
-0
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-21
1
-9
/
+9
*
|
|
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-3
/
+3
|
/
/
*
|
dri: fix crash in driGetConfigAttribIndex
Dave Miller
2008-08-09
1
-0
/
+4
*
|
dri: add support for generating 3_3_2 configs
George Sapountzis
2008-05-23
1
-42
/
+61
*
|
Make utils.h self-contained.
George Sapountzis
2008-05-20
1
-15
/
+111
*
|
Initialize GLX_EXT_texture_from_pixmap attributes correctly.
Kristian Høgsberg
2008-04-02
1
-0
/
+9
[next]