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
*
util: Generate linear<->sRGB conversion tables.
Michal Krol
2010-03-01
1
-0
/
+17
*
util: Fix PIPE_FORMAT_R8G8B8_SRGB swizzles.
José Fonseca
2010-03-01
1
-1
/
+1
*
xlib: Use PIPE_FORMAT_R8G8B8A8_UNORM(_REV) as appropriate.
José Fonseca
2010-03-01
1
-2
/
+2
*
r300: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
José Fonseca
2010-03-01
1
-2
/
+2
*
i915g: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
José Fonseca
2010-03-01
1
-1
/
+1
*
mesa: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
José Fonseca
2010-03-01
1
-3
/
+3
*
util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
José Fonseca
2010-03-01
4
-13
/
+9
*
gallium: Introduce a new format to disambiguate PIPE_FORMAT_R8G8B8A8_UNORM.
José Fonseca
2010-03-01
1
-0
/
+2
*
bin: Remove raw2png.py.
José Fonseca
2010-03-01
1
-366
/
+0
*
util: Fix PIPE_FORMAT_R8G8B8_UNORM description and notes.
José Fonseca
2010-03-01
1
-3
/
+1
*
gallium: Remove inexisting formats.
José Fonseca
2010-03-01
1
-4
/
+0
*
util: Remove inexisting formats.
José Fonseca
2010-03-01
1
-7
/
+0
*
util: A few more links for D3D formats.
José Fonseca
2010-03-01
1
-2
/
+3
*
r300: Don't implement PIPE_FORMAT_R8G8B8X8_SNORM.
José Fonseca
2010-03-01
1
-2
/
+0
*
util: A few more todo marks.
José Fonseca
2010-03-01
1
-0
/
+3
*
util: More documentation for u_format.csv
José Fonseca
2010-03-01
1
-0
/
+57
*
util: Tweak comments regarding R8G8B8A8/X8_UNORM.
José Fonseca
2010-03-01
1
-2
/
+2
*
python: Don't mention deprecated drivers=trace option.
José Fonseca
2010-03-01
1
-0
/
+4
*
python: Don't mention deprecated drivers=trace option.
José Fonseca
2010-03-01
1
-1
/
+1
*
llvmpipe: Don't mention deprecated drivers=trace option.
José Fonseca
2010-03-01
1
-2
/
+2
*
progs/gallium: Make a phony target "unit" to run unit tests.
José Fonseca
2010-03-01
1
-0
/
+5
*
dri/nouveau: Combine the dummy texture more deterministically on nv0x.
Francisco Jerez
2010-03-01
1
-1
/
+4
*
dri/nouveau: Fix up the ADD texture environment on nv0x.
Francisco Jerez
2010-03-01
2
-2
/
+1
*
dri/nouveau: Add two stencil operation cases in nv04_state_raster.c.
Andrew Randrianasulu
2010-03-01
1
-0
/
+4
*
dri/nouveau: Allow to render to XRGB8888 textures.
Andrew Randrianasulu
2010-03-01
1
-0
/
+2
*
r300g: atomize texture and sampler states
Marek Olšák
2010-02-28
9
-135
/
+153
*
r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)
Marek Olšák
2010-02-28
7
-66
/
+101
*
i965g: Fix texture creation
Jakob Bornecrantz
2010-02-28
1
-1
/
+1
*
Fixed mklib to properly merge static libraries on darwin.
Alex Weiss
2010-02-28
1
-2
/
+10
*
dri: Remove dead code.
Vinson Lee
2010-02-27
2
-36
/
+10
*
glut: Add asserts to check for null pointer dereferences.
Vinson Lee
2010-02-27
1
-0
/
+2
*
glx: Add assert to check input to memcpy.
Vinson Lee
2010-02-27
1
-0
/
+1
*
mesa: Add asserts to check inputs to memcpy.
Vinson Lee
2010-02-27
1
-0
/
+3
*
mesa: Add assert to check input to memcpy is not null.
Vinson Lee
2010-02-27
1
-0
/
+1
*
glsl: Move assert from outside to inside of _slang_gen_swizzle function.
Vinson Lee
2010-02-27
1
-1
/
+1
*
dri: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-27
1
-0
/
+1
*
i810: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-27
1
-0
/
+1
*
mach64: Add asserts to check for null pointer dereferences.
Vinson Lee
2010-02-27
1
-0
/
+3
*
mga: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-27
1
-0
/
+1
*
r128: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-27
1
-0
/
+1
*
st/mesa: do not advertise S3TC if the external lib is not available
Marek Olšák
2010-02-28
1
-2
/
+6
*
r300g: put validating buffers after flushing
Marek Olšák
2010-02-28
3
-53
/
+37
*
r300g: use the atom size directly during emission
Marek Olšák
2010-02-28
4
-30
/
+31
*
r300g: atomize invalidation of texture caches
Marek Olšák
2010-02-28
5
-8
/
+11
*
r300g: atomize PVS flush
Marek Olšák
2010-02-28
5
-27
/
+29
*
r300g: add size parameter to the atom emit functions
Marek Olšák
2010-02-28
5
-28
/
+47
*
mesa: remove libmesagallium.a on make clean
Marcin Slusarz
2010-02-27
1
-1
/
+1
*
r300: Add asserts to check for null pointer dereferences.
Vinson Lee
2010-02-27
1
-0
/
+2
*
savage: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-27
1
-0
/
+1
*
sis: Add assert to check function pointer is not null.
Vinson Lee
2010-02-27
1
-0
/
+1
[next]