Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-02 | util/blitter: Fix the viewport transformation for Z coordinates | Marek Olšák | |
When clearing buffers, the depth is specified in the range [0, 1] and should be passed through blitter "as is". | |||
2010-03-01 | util: Rename pipe formats. | José Fonseca | |
2010-03-01 | util: Remove PIPE_FORMAT_A8B8G8R8_SNORM. | José Fonseca | |
2010-03-01 | util: Generate linear<->sRGB conversion tables. | Michal Krol | |
2010-03-01 | util: adapt blitter code to new vertex element cso | Roland Scheidegger | |
The interface of util_draw_vertex_buffer looks a bit odd (calling code has to set vertex elements but not vertex buffers) but due to the way cso state handling generally works (can't re-bind original vertex element state easily there) I guess that's ok for now. | |||
2010-03-01 | util: Fix PIPE_FORMAT_R8G8B8_SRGB swizzles. | José Fonseca | |
The only user of PIPE_FORMAT_R8G8B8_SRGB is mesa, which per src/mesa/main/texstore.c interprets it as R8 G8 B8 and not the other way around. | |||
2010-03-01 | util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate. | José Fonseca | |
2010-03-01 | util: Fix PIPE_FORMAT_R8G8B8_UNORM description and notes. | José Fonseca | |
There is actually no ambiguity in use -- it is always used as R8 G8 B8 | |||
2010-03-01 | util: Fix u_blitter setup code after bypass_vs_clip_and_viewport removal. | Michal Krol | |
Not tested. | |||
2010-03-01 | util: Remove inexisting formats. | José Fonseca | |
Can't find these formats used in any state tracker or any API. For some of these probably the reverse notation was meant, for which formats already exist. | |||
2010-03-01 | util: A few more links for D3D formats. | José Fonseca | |
2010-03-01 | util: A few more todo marks. | José Fonseca | |
2010-03-01 | util: More documentation for u_format.csv | José Fonseca | |
2010-03-01 | util: Tweak comments regarding R8G8B8A8/X8_UNORM. | José Fonseca | |
2010-03-01 | python: Don't mention deprecated drivers=trace option. | José Fonseca | |
Now trace always built. | |||
2010-02-27 | util: Fix X8/A8B8G8R8_SNORM's swizzle. | José Fonseca | |
2010-02-26 | util: Define SRGB's channels as normalized. | José Fonseca | |
A better approximation than uscaled... | |||
2010-02-26 | util: Code generate functions to pack and unpack a single pixel. | José Fonseca | |
Should work correctly for all pixel formats except SRGB formats. Generated code made much simpler by defining the pixel format as a C structure. For example this is the generated structure for PIPE_FORMAT_B6UG5SR5S_NORM: union util_format_b6ug5sr5s_norm { uint16_t value; struct { int r:5; int g:5; unsigned b:6; } chan; }; Not used everywhere yet because it seems compiled code is slower than bitshift arithmetic by some misterious reason. So we should generate bitshift arithmetic at least for the simple UNORM pixel formats. | |||
2010-02-26 | util: Factor some code into u_format_parse.py | José Fonseca | |
2010-02-26 | util: Add util_bswap16. | José Fonseca | |
2010-02-26 | util: Use python names consistent with u_format.h | José Fonseca | |
2010-02-26 | util: Add is_pot() method to formats. | José Fonseca | |
2010-02-25 | util: remove a trailing semicolon in format table code | Brian Paul | |
2010-02-25 | util: Remove import of unused sys module. | Vinson Lee | |
2010-02-25 | gallium/util: rewrap comment to fit in 80 columns | Brian Paul | |
2010-02-25 | util: Assert that pointer is not null before dereferencing. | Vinson Lee | |
2010-02-25 | util: Fix blitter vertex and viewport setup. | Michal Krol | |
2010-02-24 | util: Kill array vs arith layouts. Revamp UTIL_FORMAT_LAYOUT_xxx. | José Fonseca | |
Too confusing. I now can get the same information through other means. | |||
2010-02-24 | util: Refactor some code. | José Fonseca | |
2010-02-24 | util: Cope with the fact that formats in u_format.csv are not ordered. | José Fonseca | |
2010-02-24 | util: Factor out the code to shorten a format name. | José Fonseca | |
2010-02-24 | util: Handle correctly 24bit formats. | José Fonseca | |
2010-02-24 | util: Minor tweaks to ambigous/unused format descriptions. | José Fonseca | |
2010-02-24 | util: Fix swizzles for SRGB formats. | José Fonseca | |
Based on Marek Olšák's fix 8-bits-per-channel formats swizzles, with the exception that the notation for several formats (the vector formats) is actually reversed so they should be left alone. | |||
2010-02-24 | util: Organize formats in groups. Add comments. | José Fonseca | |
2010-02-24 | util: Allow '#' comments in u_format.csv. | José Fonseca | |
2010-02-24 | util: Reset clip state when doing blitting. | Michal Krol | |
2010-02-24 | util: Kill unused UTIL_FORMAT_LAYOUT_SCALAR. | José Fonseca | |
2010-02-24 | util: Store more derived data in the the format description. | José Fonseca | |
2010-02-22 | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state. | Michal Krol | |
Needs testing. | |||
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | |
2010-02-17 | util: Fix typo of debug_dump_float_rgba_bmp. | Vinson Lee | |
2010-02-17 | gallium: remove redundant nr_components field from pipe_vertex_element | Roland Scheidegger | |
This is a property of the associated src_format pipe format. Hence use util_format_get_nr_components to query this when necessary instead. | |||
2010-02-17 | util: new util_format_get_nr_components helper | Roland Scheidegger | |
2010-02-14 | util: Avoid dumping masked state. Other minor improvements. | José Fonseca | |
2010-02-14 | util: Helper functions to dump all state objects. | José Fonseca | |
2010-02-14 | util: Update for os_stream changes. | José Fonseca | |
2010-02-14 | util: Rename u_debug_dump.[ch] -> u_dump.[ch]. | José Fonseca | |
I have more plans for this than mere debugging -- it will be an helper to provide human readible representations of all gallium state for the python state tracker. | |||
2010-02-14 | util: Use util_format_name(). | José Fonseca | |
2010-02-14 | util: Add pf_name() replacement: util_format_name(). | José Fonseca | |