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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
llvmpipe: Store the original triangle coordinates in the debug build.
José Fonseca
2010-03-03
2
-0
/
+13
*
llvmpipe: Ensure context is flushed when destroying shaders.
José Fonseca
2010-03-03
1
-0
/
+7
*
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
2
-29
/
+12
*
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
*
egl_dri2: Factor out DRI2 protocol bits from initialize.
Kristian Høgsberg
2010-03-03
1
-86
/
+155
*
intel: Set InternalFormat for renderbuffers created from an EGLImage
Kristian Høgsberg
2010-03-03
1
-0
/
+1
*
progs/gallium/unit: Test (un)pack_4ub.
José Fonseca
2010-03-03
1
-8
/
+103
*
gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM.
José Fonseca
2010-03-03
1
-1
/
+0
*
util: Remove PIPE_FORMAT_R8G8B8X8_SNORM information.
José Fonseca
2010-03-03
1
-2
/
+1
*
r300: Remove PIPE_FORMAT_R8G8B8X8_SNORM support.
José Fonseca
2010-03-03
1
-2
/
+0
*
progs/gallium/unit: Remove PIPE_FORMAT_R8G8B8X8_SNORM test cases.
José Fonseca
2010-03-03
1
-9
/
+1
*
llvmpipe: Linux is no longer a dependency. Llvmpipe builds and runs fine on w...
José Fonseca
2010-03-03
1
-2
/
+0
*
llvmpipe: Centralize LLVM initialization.
José Fonseca
2010-03-03
2
-4
/
+3
*
gallivm: Centralize initialization. Fix stack alignment issues on Windows.
José Fonseca
2010-03-03
2
-35
/
+20
*
llvmpipe: Update for lp_bld_init.h rename.
José Fonseca
2010-03-03
1
-1
/
+1
*
gallivm: Rename lp_bld_misc -> lp_bld_init.
José Fonseca
2010-03-03
4
-6
/
+6
*
radeon/r200/r300/r600: fix blit BO buffer validation
Dave Airlie
2010-03-03
4
-18
/
+32
*
r300g: Use a macro to consolidate general state handling.
Corbin Simpson
2010-03-02
1
-10
/
+11
*
nv50: fix RT formats after format rename fixes
Christoph Bumiller
2010-03-02
1
-18
/
+36
*
nouveau: Rename pipe formats.
José Fonseca
2010-03-02
4
-29
/
+29
*
Merge branch 'gallium-format-cleanup'
José Fonseca
2010-03-02
92
-1176
/
+1200
|
\
|
*
progs/gallium/unit: Add test cases for single precision floats.
José Fonseca
2010-03-02
1
-3
/
+38
|
*
progs/gallium/unit: Add test cases for Nx16 and Nx32 integer formats.
José Fonseca
2010-03-02
1
-10
/
+234
|
*
progs/gallium/unit: Add more test cases.
José Fonseca
2010-03-02
1
-48
/
+181
|
*
util: Tweak comment for D3D10-like formats.
José Fonseca
2010-03-02
1
-1
/
+3
[prev]
[next]