summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-28configure.ac: Add support for gnu/kfreebsdJulien Cristau
Check for *-gnu instead of linux* to set DEFINES. Change some freebsd* checks to *freebsd*.
2008-10-27i965: Fix compiler warning from unused var.Eric Anholt
2008-10-27i965: Remove dead brw->wrap flag.Eric Anholt
2008-10-27intel: Use dri_bo_get_tiling to get tiling mode of buffers we get from names.Eric Anholt
Previously, we were trying to pass a name to the GEM GET_TILING_IOCTL, which needs a handle, and failing. None of our buffers were tiled yet, but they will be at some point with DRI2 and UXA.
2008-10-26intel: GL_FALSE on a BO if it won't be modified when mapping this BO. ↵Xiang, Haihao
(thanks Eric).
2008-10-24i965: don't emit state when dri_bufmgr_check_aperture_space fails.Xiang, Haihao
This ensures there is an unfilled batchbuffer used for emitting states again. Partial fix for #17964.
2008-10-24intel: fallback for intelEmitCopyBlit.Xiang, Haihao
Use _mesa_copy_rect instead of BLT operation if dri_bufmgr_check_aperture_space still fails after flushing batchbuffer. Partial fix for #17964.
2008-10-23mesa: version 43 of glext.hBrian Paul
2008-10-23mesa: version 21 of glxext.hBrian Paul
2008-10-23mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fieldsBrian Paul
The texImage->Width/Height fields will have the post-convolution width/height.
2008-10-22mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D()Brian Paul
Do it after initial error checking, after we know the texture's internal format.
2008-10-22mesa: some re-org of glCopyTexSubImage1/2/3D() error checkingBrian Paul
2008-10-22mesa: in textore.c, only adjust image for convolution if image is a color formatBrian Paul
Makes things consistant with the code in teximage.c. We only want to apply convolution to color formats (not depth/index formats)
2008-10-21glx: updated commentKristof Ralovich
2008-10-21i915: fix carsh in i830_emit_state. (bug #17766)Xiang, Haihao
2008-10-16glxswapcontrol: added -fullscreen optionBrian Paul
2008-10-16glxgears: for fullscreen, disable window borders the right wayBrian Paul
2008-10-16fix span issue with really old ddx and non-tcl r100 chipsRoland Scheidegger
2008-10-16mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861Brian Paul
2008-10-14Update DRI2 implementation according to new specification.Kristian Høgsberg
2008-10-14Revert pointless reindents to avoid merge conflicts.Kristian Høgsberg
Why are we reindenting code that's work in progress...
2008-10-13glx: indent -br -i3 -npcs --no-tabs glxclient.hRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs glcontextmodes.hRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs glxextensions.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs glxextensions.hRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs xfont.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs xf86dristr.hRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs XF86dri.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs xf86dri.hRALOVICH, Kristóf
2008-10-13glx: kill old K&R syntax in XF86dri.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs vertarr.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs singlepix.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs single2.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs renderpix.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs render2.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs pixelstore.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs pixel.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs packsingle.hRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs packrender.hRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs indirect_window_pos.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs indirect_vertex_program.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array_priv.hRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.hRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs indirect_transpose_matrix.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs indirect_texture_compression.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs glx_query.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs glx_pbuffer.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs glxhash.cRALOVICH, Kristóf
2008-10-13glx: indent -br -i3 -npcs --no-tabs glxhash.hRALOVICH, Kristóf