index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove checks of Visual.rgbMode
Ian Romanick
2010-03-03
8
-119
/
+48
*
mesa: Remove support for creating color-index visuals
Ian Romanick
2010-03-03
9
-33
/
+15
*
tnl: Remove color-index TNL support
Ian Romanick
2010-03-03
5
-261
/
+39
*
DRI: Remove support for color-index visuals
Ian Romanick
2010-03-03
1
-10
/
+5
*
swrast_setup: Remove more color-index rendering support
Ian Romanick
2010-03-03
3
-155
/
+79
*
swrast: Remove color-index rendering support from s_spantemp.h
Ian Romanick
2010-03-03
1
-15
/
+1
*
mesa/xlib: Remove support for color-index rendering
Ian Romanick
2010-03-03
3
-318
/
+153
*
osmesa: Remove support for color-index rendering
Ian Romanick
2010-03-03
1
-67
/
+11
*
fbdev: Remove support for color-index rendering
Ian Romanick
2010-03-03
1
-86
/
+36
*
DRI/swrast: Remove color-index support from DRI swrast driver
Ian Romanick
2010-03-03
4
-105
/
+27
*
swrast: Remove SPAN_INDEX
Ian Romanick
2010-03-03
1
-7
/
+6
*
swrast: Remove _swrast_read_index_span
Ian Romanick
2010-03-03
2
-72
/
+0
*
swrast: Remove _swrast_mask_ci_span
Ian Romanick
2010-03-03
2
-36
/
+0
*
swrast: Remove _swrast_fog_ci_span and associated code
Ian Romanick
2010-03-03
2
-89
/
+0
*
swrast: Remove _swrast_write_index_span and associated code
Ian Romanick
2010-03-03
2
-278
/
+0
*
swrast: Remove remaining color-index state tracking infrastructure
Ian Romanick
2010-03-03
2
-63
/
+39
*
swrast: Remove support for ReadPixels from a color-index buffer
Ian Romanick
2010-03-03
1
-65
/
+2
*
swrast: Remove support for Clear into a color-index buffer
Ian Romanick
2010-03-03
1
-103
/
+6
*
swrast: Remove support for rendering antialiased lines into a color-index buffer
Ian Romanick
2010-03-03
2
-73
/
+9
*
swrast: Remove support for rendering antialiased triangles into a color-index...
Ian Romanick
2010-03-03
2
-71
/
+1
*
swrast: Remove support for rendering lines into a color-index buffer
Ian Romanick
2010-03-03
2
-61
/
+5
*
swrast: Remove support for rendering points into a color-index buffer
Ian Romanick
2010-03-03
1
-40
/
+16
*
swrast: Remove support for rendering triangles into a color-index buffer
Ian Romanick
2010-03-03
2
-75
/
+4
*
swrast: Remove support for Bitmap into a color-index buffer
Ian Romanick
2010-03-03
1
-12
/
+3
*
swrast: Remove _swrast_write_zoomed_index_span and associated code
Ian Romanick
2010-03-03
2
-50
/
+2
*
swrast: Remove support for CopyPixels to / from a color-index buffer
Ian Romanick
2010-03-03
1
-112
/
+5
*
swrast: Remove support for DrawPixels into a color-index buffer
Ian Romanick
2010-03-03
1
-79
/
+2
*
i915: Use x,y drawing offsets instead of changing buffer offsets.
Eric Anholt
2010-03-03
3
-12
/
+41
*
i915: Tell the kernel when we actually need fence registers on our BOs.
Eric Anholt
2010-03-03
4
-12
/
+49
*
intel: Use drm_intel_bo_alloc_tiled for region allocs.
Eric Anholt
2010-03-03
1
-28
/
+11
*
i915: Don't do the pitch expansion for tiled buffers.
Eric Anholt
2010-03-03
1
-4
/
+4
*
intel: Use GTT mapping in the blit fallback path in case there's tiling.
Eric Anholt
2010-03-03
1
-15
/
+14
*
i965: Fix up Sandybridge VS sizing.
Eric Anholt
2010-03-03
1
-3
/
+5
*
glapi: minor cosmetic
George Sapountzis
2010-03-03
1
-3
/
+3
*
glapi: drop condvar
George Sapountzis
2010-03-03
1
-45
/
+1
*
r600: add new rs880 pci id
Alex Deucher
2010-03-03
2
-0
/
+2
*
intel: Set InternalFormat for renderbuffers created from an EGLImage
Kristian Høgsberg
2010-03-03
1
-0
/
+1
*
radeon/r200/r300/r600: fix blit BO buffer validation
Dave Airlie
2010-03-03
4
-18
/
+32
*
Merge branch 'gallium-format-cleanup'
José Fonseca
2010-03-02
6
-101
/
+101
|
\
|
*
mesa: Rename pipe formats.
José Fonseca
2010-03-01
6
-101
/
+101
|
*
mesa: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
José Fonseca
2010-03-01
1
-3
/
+3
*
|
intel: passs correct context type to intel_prepare_render() call
Brian Paul
2010-03-02
1
-1
/
+1
*
|
i965: include macros.h to get CLAMP macro
Brian Paul
2010-03-02
1
-0
/
+1
*
|
Merge branch 'gallium-no-rhw-position'
Michal Krol
2010-03-02
3
-21
/
+34
|
\
\
|
*
|
st/mesa: Reset clip state when clearing with quads.
Michal Krol
2010-02-24
2
-1
/
+6
|
*
|
st/mesa: Use cso context to manage clip state.
Michal Krol
2010-02-24
1
-1
/
+3
|
*
|
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-22
1
-19
/
+25
*
|
|
glsl: Add assert to check input to strcmp.
Vinson Lee
2010-03-02
1
-0
/
+1
*
|
|
mesa: Add asserts to check inputs to memcpy.
Vinson Lee
2010-03-02
1
-0
/
+2
*
|
|
r600: fix blender picking.
Dave Airlie
2010-03-02
1
-3
/
+15
[next]