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: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
2012-10-05
1
-1
/
+1
*
build: Set visibility CFLAGS in dri/swrast
Matt Turner
2012-10-01
1
-1
/
+2
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-2
/
+2
*
mesa: fix-up and use _mesa_delete_renderbuffer()
Brian Paul
2012-08-31
1
-1
/
+1
*
mesa: add texture target field to ChooseTextureFormat() driver hook
Brian Paul
2012-08-24
1
-1
/
+2
*
dri: Pass API_OPENGL_CORE through to the drivers
Ian Romanick
2012-08-13
1
-5
/
+14
*
swrast: add missing switch case for API_OPENGL_CORE
Brian Paul
2012-08-08
1
-0
/
+2
*
make: Fold ASM_CFLAGS into DEFINES.
Eric Anholt
2012-06-21
1
-1
/
+0
*
Add Makefile.in to toplevel .gitignore
Kenneth Graunke
2012-03-20
1
-1
/
+0
*
Add .deps/, .libs/, and *.la to toplevel .gitignore
Paul Berry
2012-03-20
1
-3
/
+0
*
dri/swrast: use SWRAST_MAX_WIDTH/HEIGHT
Brian Paul
2012-02-24
1
-1
/
+1
*
dri: don't link with DRICORE_LIB_DEPS
Matt Turner
2012-01-28
1
-2
/
+1
*
dri/swrast: remove obsolete swrast_span.c file from source list
Brian Paul
2012-01-24
1
-2
/
+1
*
dri/swrast: use swrast_renderbuffer type
Brian Paul
2012-01-24
2
-35
/
+41
*
dri/swrast: rename swrast_renderbuffer to dri_swrast_renderbuffer
Brian Paul
2012-01-24
2
-14
/
+14
*
mesa: rename gl_renderbuffer::Data to Buffer
Brian Paul
2012-01-24
1
-13
/
+13
*
mesa: remove gl_renderbuffer::DataType
Brian Paul
2012-01-24
1
-4
/
+0
*
mesa: remove gl_renderbuffer:RowStride field
Brian Paul
2012-01-24
1
-2
/
+1
*
dri/swrast: remove obsolete GetRow/PutRow code
Brian Paul
2012-01-24
4
-582
/
+0
*
swrast: s/Data/Map/ in swrast_texture_image
Brian Paul
2012-01-24
1
-1
/
+1
*
Fix mistake in 349845f7b
Andrei Slăvoiu
2012-01-21
1
-1
/
+1
*
automake: src/mesa/drivers/dri/swrast
Matt Turner
2012-01-20
4
-27
/
+74
*
mesa: remove unused _mesa_init_teximage_fields() target parameter
Brian Paul
2012-01-04
1
-1
/
+1
*
dri2: Add plumbing to get context version requirements and flags to drivers
Ian Romanick
2012-01-02
1
-2
/
+22
*
mesa: remove gl_renderbuffer::PutRowRGB()
Brian Paul
2011-12-24
2
-49
/
+0
*
mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()
Brian Paul
2011-12-24
2
-72
/
+1
*
mesa/drivers: use new swrast renderbuffer functions
Brian Paul
2011-12-08
1
-7
/
+8
*
swrast: Fix signed/unsigned problems with negative strides.
Mathias Fröhlich
2011-12-01
1
-2
/
+2
*
dri: drop drisw_util.h
George Sapountzis
2011-11-04
1
-1
/
+1
*
Add MapRenderbuffer implementations for software drivers.
Eric Anholt
2011-11-01
2
-4
/
+85
*
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
[next]