Mesa (master): 39 new commits
Ian Romanick
idr at kemper.freedesktop.org
Wed Mar 3 12:38:07 PST 2010
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=21cc53c2bc1dbd2ddd8510f68215497ed3c2088e
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Mar 3 05:30:14 2010 -0800
Note removal of color-index rendering in release notes.
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0384214923216b4bb7340070d08fcda2cbb79a93
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Fri Feb 26 17:58:53 2010 -0800
Remove stray defines of HAVE_RGBA
Now that color-index support is removed from t_dd_tritmp.h and
t_dd_unfilled.h, drivers no longer need define HAVE_RGBA.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=889a0f34717e84778de33ab4e6c43d5627d5b4c9
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Fri Feb 26 17:54:59 2010 -0800
mesa/tnl_dd: Remove color-index support from t_dd_unfilled.h
The code removal and the re-indent were done together for this one
because the cause of the affected code blocks is much, much smaller
than in t_dd_tritmp.h.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e00b50c39ad13090c74877a421d10483c3c5bab1
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Fri Feb 26 17:45:27 2010 -0800
mesa/tnl_dd: White-space / indentation fixes after previous commit
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=78742f8e867d8819fca49cc6559ac5ef44fdd83f
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Fri Feb 26 17:41:15 2010 -0800
mesa/tnl_dd: Remove color-index support from t_dd_tritmp.h
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06ceba0a7cab39e770a68b3ae8b8b4f17c0347d2
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 19:29:53 2010 -0800
mesa: Remove unused RasterIndex field
With the preceeding changes, gl_current_attrib::RasterIndex is not
used. Remove it.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c52b4292ff1aa37f38b20f33ff1642e1c20f894
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 19:28:04 2010 -0800
mesa: Always return default value for CURRENT_RASTER_INDEX
Since there is no color-index rendering, it is impossible to update
this value. Just return the initial setting and be happy.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=24d311c13339978a37885e88a49a990903652339
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 19:25:19 2010 -0800
mesa: Eliminate index parameter to _mesa_feedback_vertex
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb8c3b1bcc81fd5addc5e214f3efcfdca50c6806
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 19:12:30 2010 -0800
mesa: Remove ClearIndex and IndexMask from device-driver interface
These are used to inform the driver of the clear value for color-index
buffers and to control write-masking of bits in color-index buffers.
No driver use or need (not even Nouveau) these interfaces.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5034e8ad42df60a7f61319ccd6c1a3dbf28e6699
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 19:06:29 2010 -0800
swrast: Remove _swrast_logicop_ci_span
After all the recent color-index rendering removal,
_swrast_logicop_ci_span is no longer used anywhere.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d0f608e139336174121617f760398abca25eb31
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 19:03:23 2010 -0800
mesa: Remove _mesa_add_color_index_renderbuffers
After all the recent color-index visual support removal,
_mesa_add_color_index_renderbuffers is no longer used anywhere.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9f63c277ac84f7b6598cb4e908033514d379171
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 19:00:50 2010 -0800
mesa: Remove checks of Visual.rgbMode in Get paths
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22a96f305898b5d1aa26809c7156a01686eb9bf0
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 18:58:38 2010 -0800
mesa: Remove checks of Visual.rgbMode
This must always be true now, so there is no reason to check it. Ever.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fcf438e9e03f6e75bca4a49ad372fe7c4b1abbf8
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 18:49:33 2010 -0800
mesa: Remove support for creating color-index visuals
Remove the rgbMode and indexBits parameters from _mesa_create_visual
and _mesa_initialize_visual. These values are now hardcoded to
GL_TRUE and 0.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9c1b3caf67f035df83c6a4e38709cfa395f4cc6
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 18:24:07 2010 -0800
tnl: Remove color-index TNL support
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cf2c5851bcd29c2d53bb04ab692b4b156f5a74d
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 18:23:19 2010 -0800
DRI: Remove support for color-index visuals
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e650c07f47ac6f49a4dfcb58290fd049092fb768
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 18:15:40 2010 -0800
swrast_setup: Remove more color-index rendering support
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=859c98c392c1fa71911edf983dc94a201f2bf0e6
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 17:48:27 2010 -0800
swrast: Remove color-index rendering support from s_spantemp.h
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81fe9949ef0293f7a6e076bd6e56f6a5340a1dc3
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 17:44:28 2010 -0800
mesa/xlib: Remove support for color-index rendering
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=641705f0329c038079650089a664d76abfc5a937
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 16:59:27 2010 -0800
osmesa: Remove support for color-index rendering
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f317253bf987f6e9788eb913a587d1373192f1c
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 16:51:40 2010 -0800
fbdev: Remove support for color-index rendering
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=718ff7e87bf9b86517e88270cc984e364ace9506
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 16:44:39 2010 -0800
DRI/swrast: Remove color-index support from DRI swrast driver
It appears that color-index rendering wasn't actually supported
anyway. swrastFillInModes did not previously create an color-index
configs, so it doesn't seem like there would be any way to get a
color-index visual.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc14ce9e367984cece79748b177e142ca02fa06d
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 16:34:21 2010 -0800
swrast: Remove SPAN_INDEX
Also adjust the bits that appear after it to fill in the gap.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ce12c9024f74bb26e45496a46b57708d8159d37
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 16:11:43 2010 -0800
swrast: Remove _swrast_read_index_span
After all the recent color-index rendering removal,
_swrast_read_index_span is no longer used anywhere.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ca57295785f3ab040890037e6a2645a70d2b2f2
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 16:10:02 2010 -0800
swrast: Remove _swrast_mask_ci_span
After all the recent color-index rendering removal,
_swrast_mask_ci_span is no longer used anywhere.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b00362e51b28b4ea43c5f42353182146bd5e802b
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 16:07:11 2010 -0800
swrast: Remove _swrast_fog_ci_span and associated code
After all the recent color-index rendering removal,
_swrast_fog_ci_span is no longer used anywhere.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c00282102aea387e8c0fb29811d0ea8f010f145a
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 16:05:20 2010 -0800
swrast: Remove _swrast_write_index_span and associated code
After all the recent color-index rendering removal,
_swrast_write_index_span is no longer used anywhere.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b7911d37dc1518b9047b02acdc6f8476abad70f
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 16:02:38 2010 -0800
swrast: Remove remaining color-index state tracking infrastructure
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fd8487ac65aeee8e3ed4dc6dc6468daf880da1a
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 15:54:33 2010 -0800
swrast: Remove support for ReadPixels from a color-index buffer
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e2d30e0b8242d1e4afcf05513bd3d7e0de504a2
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 15:45:36 2010 -0800
swrast: Remove support for Clear into a color-index buffer
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5ed4c45c675ebdd595ad0d31f2835f8b2b8dc57
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 15:39:08 2010 -0800
swrast: Remove support for rendering antialiased lines into a color-index buffer
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87b9f5a7251b96bd315a72ae6fd972aa94e226e0
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 15:26:48 2010 -0800
swrast: Remove support for rendering antialiased triangles into a color-index buffer
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6df80184b0c7e83eba382b3161ba11db497c55d
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 15:22:56 2010 -0800
swrast: Remove support for rendering lines into a color-index buffer
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbe901ceb01e48ba7d79fd9245b9d339ef17c692
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 15:20:11 2010 -0800
swrast: Remove support for rendering points into a color-index buffer
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ed9c4bc7affb7a6b9be5ff129815fccf8c3885d
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 15:17:30 2010 -0800
swrast: Remove support for rendering triangles into a color-index buffer
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d05badba291ce4444b6aaabfd577bdbcf7929193
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 15:15:01 2010 -0800
swrast: Remove support for Bitmap into a color-index buffer
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef0e02f93d5969e6659f5e41dd572c2db8e20044
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 15:11:04 2010 -0800
swrast: Remove _swrast_write_zoomed_index_span and associated code
After removing support for CopyPixels and DrawPixels involving
color-index buffers, _swrast_write_zoomed_index_span is no longer
used. Removed it and all the support for COLOR_INDEX formats in zoom_span.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7e748cd04f5f014a1e4d8837ee7590d68115768
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 15:02:59 2010 -0800
swrast: Remove support for CopyPixels to / from a color-index buffer
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d82e1d7f95bf1fe2be9bc2ac5a2880401a8dc01c
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Feb 24 14:55:25 2010 -0800
swrast: Remove support for DrawPixels into a color-index buffer
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
More information about the mesa-commit
mailing list