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
/
dri
/
swrast
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
1
-1
/
+4
*
mesa: Remove ARB_draw_buffers extension enable flag
Ian Romanick
2011-10-04
1
-1
/
+0
*
mesa: Remove ARB_texture_mirrored_repeat extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_blend_subtract extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove EXT_stencil_wrap extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove ARB_multitexture extension enable flag
Ian Romanick
2011-09-29
1
-1
/
+0
*
mesa: Remove many extension enable flags
Ian Romanick
2011-09-26
1
-7
/
+0
*
mesa: move last bits of GLchan stuff into swrast
Brian Paul
2011-09-20
1
-1
/
+1
*
dri: Remove all extension enabling utility functions
Ian Romanick
2011-09-09
1
-3
/
+0
*
swrast-dri: Remove call to driInitExtensions
Ian Romanick
2011-09-09
1
-2
/
+0
*
swrast-dri: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-0
/
+14
*
make: Remove duplicate occurence of driverfuncs.c
Chad Versace
2011-08-30
1
-1
/
+0
*
Revert "Fix 24bpp software rendering"
Brian Paul
2011-06-25
3
-89
/
+4
*
Fix 24bpp software rendering
Marc Pignat
2011-06-24
3
-4
/
+89
*
dri/nouveau: Fix build with --enable-shared-dricore.
Johannes Obermayr
2011-06-02
1
-1
/
+3
*
mesa: remove _mesa_initialize_context_for_api()
Brian Paul
2011-02-08
1
-1
/
+1
*
swrast: add an interface createNewContextForAPI
Haitao Feng
2011-02-03
1
-9
/
+76
*
swrast: Remove unnecessary header.
Vinson Lee
2010-11-20
1
-1
/
+0
*
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-18
1
-6
/
+5
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
3
-24
/
+24
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
2
-11
/
+11
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
dri: Unset current context and dispatch table when unbinding
Kristian Høgsberg
2010-09-08
1
-0
/
+4
*
dri/swrast: Remove unnecessary header.
Vinson Lee
2010-06-02
1
-1
/
+0
*
swrast: add TFP support to swrast.
Dave Airlie
2010-05-31
1
-0
/
+69
*
driswrast: Fix more context creation breakage
Kristian Høgsberg
2010-05-03
1
-1
/
+2
*
drisw: Move pointer dereferences to after NULL checks.
Vinson Lee
2010-04-16
1
-2
/
+4
*
drisw: add comment to libGL about stride
George Sapountzis
2010-03-27
1
-0
/
+1
*
drisw: make stride issue profound
George Sapountzis
2010-03-27
2
-13
/
+13
*
Merge branch '7.8'
Michel Dänzer
2010-03-26
2
-7
/
+12
|
\
|
*
dri/swrast: Fix frontbuffer rendering.
Michel Dänzer
2010-03-26
1
-6
/
+11
|
*
dri/swrast: Fix missed conversion of one pixel pointer increment.
Michel Dänzer
2010-03-26
1
-1
/
+1
*
|
rename dri_sw to drisw_util for consistency
George Sapountzis
2010-03-21
2
-2
/
+2
*
|
dri_inteface: add define for checking presence of drm.h
George Sapountzis
2010-03-21
1
-0
/
+2
*
|
dri/swrast: add comment in case it's not clear
George Sapountzis
2010-03-15
1
-2
/
+2
*
|
dri/swrast: update copyright email
George Sapountzis
2010-03-15
3
-11
/
+3
*
|
dri/swrast: port to dri_sw (drawable)
George Sapountzis
2010-03-15
3
-18
/
+59
*
|
dri/swrast: port to dri_sw (context)
George Sapountzis
2010-03-15
3
-20
/
+56
*
|
dri/swrast: port to dri_sw
George Sapountzis
2010-03-15
3
-180
/
+100
|
/
*
DRI/swrast: Remove color-index support from DRI swrast driver
Ian Romanick
2010-03-03
4
-105
/
+27
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-12
/
+12
*
dri: Allow selective generation of accum. buffer configs
Ian Romanick
2010-02-10
1
-1
/
+2
*
mesa: Factor out the fb initialization details from _mesa_new_framebuffer.
Francisco Jerez
2010-02-03
1
-1
/
+1
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
2009-11-30
1
-43
/
+29
|
\
|
*
Fix the DRI swrast driver for big endian platforms.
Michel Dänzer
2009-11-23
1
-43
/
+29
*
|
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-17
/
+6
|
\
\
|
*
|
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-17
/
+6
*
|
|
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
1
-73
/
+1
*
|
|
mesa: lift default symlinks target into Makefile.template
Brian Paul
2009-10-16
1
-1
/
+0
|
/
/
[prev]
[next]