summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_format.h
Commit message (Expand)AuthorAgeFilesLines
* util: simplify util_format_get_nr_components helperRoland Scheidegger2010-03-091-8/+1
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-0/+17
|\
| * util: new util_format_get_nr_components helperRoland Scheidegger2010-02-171-0/+17
* | util: Add a new flag, for formats that can be described as a bitmask.José Fonseca2010-03-061-0/+9
* | util: Add the shortened format name to the description.José Fonseca2010-03-061-0/+6
* | util: Kill array vs arith layouts. Revamp UTIL_FORMAT_LAYOUT_xxx.José Fonseca2010-02-241-65/+49
* | util: Kill unused UTIL_FORMAT_LAYOUT_SCALAR.José Fonseca2010-02-241-6/+0
* | util: Store more derived data in the the format description.José Fonseca2010-02-241-0/+18
|/
* util: Add pf_name() replacement: util_format_name().José Fonseca2010-02-141-0/+13
* util: Add missing includes.José Fonseca2010-02-011-0/+1
* gallium/util: quieten compilerKeith Whitwell2009-12-241-1/+1
* util: util_format_get_blocksizebits() returns bits per block.Christoph Bumiller2009-12-201-3/+3
* util: Add util_format_has_alpha(), enclose in extern C.Michal Krol2009-12-181-0/+49
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-3/+80
* util: Remove util_format_get_block().Michal Krol2009-12-171-23/+0
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-0/+36
|\
| * util: Document the meaning of util_format_layout.José Fonseca2009-12-091-0/+36
| * gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-1/+1
* | util/format: Fix bogus assertion.Michal Krol2009-12-171-1/+1
* | Revert "Simplify the redundant meaning of format layout."Michal Krol2009-12-091-2/+5
* | Simplify the redundant meaning of format layout.Michal Krol2009-12-081-5/+2
* | util/format: Remove unreferenced local.Michal Krol2009-12-081-1/+0
* | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-031-0/+44
* | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-0/+29
* | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+25
* | Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol2009-12-031-0/+18
* | Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol2009-12-031-0/+13
* | Move pf_is_compressed() to u_format auxiliary module.Michal Krol2009-12-031-0/+22
|/
* util: Auto generate pixel format accessor functions fromJosé Fonseca2009-08-301-0/+24
* util: Make pixel format layout more meaningful.José Fonseca2009-08-291-5/+8
* util: Pixel format database.José Fonseca2009-08-291-0/+111