Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | i965: Fix compiler warning from unused var. | Eric Anholt | 2008-10-27 | 1 | -1/+0 | |
| | ||||||
* | i965: Remove dead brw->wrap flag. | Eric Anholt | 2008-10-27 | 3 | -6/+0 | |
| | ||||||
* | intel: Use dri_bo_get_tiling to get tiling mode of buffers we get from names. | Eric Anholt | 2008-10-27 | 1 | -26/+17 | |
| | | | | | | 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. | |||||
* | intel: GL_FALSE on a BO if it won't be modified when mapping this BO. ↵ | Xiang, Haihao | 2008-10-26 | 1 | -1/+1 | |
| | | | | (thanks Eric). | |||||
* | i965: don't emit state when dri_bufmgr_check_aperture_space fails. | Xiang, Haihao | 2008-10-24 | 2 | -4/+12 | |
| | | | | This ensures there is an unfilled batchbuffer used for emitting states again. Partial fix for #17964. | |||||
* | intel: fallback for intelEmitCopyBlit. | Xiang, Haihao | 2008-10-24 | 1 | -10/+39 | |
| | | | | | Use _mesa_copy_rect instead of BLT operation if dri_bufmgr_check_aperture_space still fails after flushing batchbuffer. Partial fix for #17964. | |||||
* | mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fields | Brian Paul | 2008-10-23 | 1 | -14/+6 | |
| | | | | The texImage->Width/Height fields will have the post-convolution width/height. | |||||
* | mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D() | Brian Paul | 2008-10-22 | 1 | -15/+21 | |
| | | | | Do it after initial error checking, after we know the texture's internal format. | |||||
* | mesa: some re-org of glCopyTexSubImage1/2/3D() error checking | Brian Paul | 2008-10-22 | 1 | -33/+32 | |
| | ||||||
* | mesa: in textore.c, only adjust image for convolution if image is a color format | Brian Paul | 2008-10-22 | 3 | -14/+20 | |
| | | | | | Makes things consistant with the code in teximage.c. We only want to apply convolution to color formats (not depth/index formats) | |||||
* | glx: updated comment | Kristof Ralovich | 2008-10-21 | 1 | -1/+1 | |
| | ||||||
* | i915: fix carsh in i830_emit_state. (bug #17766) | Xiang, Haihao | 2008-10-21 | 1 | -1/+2 | |
| | ||||||
* | fix span issue with really old ddx and non-tcl r100 chips | Roland Scheidegger | 2008-10-16 | 1 | -1/+1 | |
| | ||||||
* | mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861 | Brian Paul | 2008-10-16 | 1 | -15/+6 | |
| | ||||||
* | Update DRI2 implementation according to new specification. | Kristian Høgsberg | 2008-10-14 | 7 | -69/+101 | |
| | ||||||
* | Revert pointless reindents to avoid merge conflicts. | Kristian Høgsberg | 2008-10-14 | 7 | -3019/+2893 | |
| | | | | Why are we reindenting code that's work in progress... | |||||
* | glx: indent -br -i3 -npcs --no-tabs glxclient.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -173/+188 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs glcontextmodes.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -15/+15 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs glxextensions.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -178/+183 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs glxextensions.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -24/+32 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs xfont.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -211/+212 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs xf86dristr.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -207/+232 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs XF86dri.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -461/+493 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs xf86dri.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -52/+53 | |
| | ||||||
* | glx: kill old K&R syntax in XF86dri.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -63/+15 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs vertarr.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -103/+118 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs singlepix.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -138/+145 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs single2.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -681/+718 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs renderpix.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -102/+111 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs render2.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -272/+296 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs pixelstore.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -254/+271 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs pixel.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -349/+373 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs packsingle.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -107/+107 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs packrender.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -121/+121 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs indirect_window_pos.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -28/+42 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs indirect_vertex_program.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -159/+169 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array_priv.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -53/+56 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -22/+29 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -1344/+1454 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs indirect_transpose_matrix.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -28/+30 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs indirect_texture_compression.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -255/+251 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs glx_query.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -36/+37 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs glx_pbuffer.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -193/+191 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs glxhash.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -252/+299 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs glxhash.h | RALOVICH, Kristóf | 2008-10-13 | 1 | -6/+10 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs glxext.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -689/+704 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs glxcurrent.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -265/+284 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs glxcmds.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -1564/+1642 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs glcontextmodes.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -312/+306 | |
| | ||||||
* | glx: indent -br -i3 -npcs --no-tabs eval.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -68/+74 | |
| |