Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | util/blitter: kill the draw_quad callback | Marek Olšák | 2009-12-15 | 2 | -25/+6 | |
| * | | | | | | util/blitter: allocate most of the state objects on-demand | Marek Olšák | 2009-12-15 | 1 | -75/+179 | |
| * | | | | | | util/blitter: use PIPE_MAX_* limits, and fix a memory leak | Marek Olšák | 2009-12-15 | 1 | -13/+27 | |
| * | | | | | | util: add blitter | Marek Olšák | 2009-12-15 | 4 | -0/+851 | |
| * | | | | | | util: add a function which converts 2D coordinates to cubemap coordinates | Marek Olšák | 2009-12-15 | 5 | -52/+161 | |
| * | | | | | | util: add new fragment shaders to simple_shaders | Marek Olšák | 2009-12-15 | 4 | -12/+80 | |
| * | | | | | | util: Fix unity value for swizzle 1. | José Fonseca | 2009-12-15 | 1 | -2/+2 | |
| * | | | | | | util: Add dl wrappers. | José Fonseca | 2009-12-15 | 4 | -0/+142 | |
| * | | | | | | tgsi/text: Don't use strncasecmp(), it breaks windows build. | Michal Krol | 2009-12-15 | 1 | -2/+16 | |
| * | | | | | | tgsi: add properties and system value register | Zack Rusin | 2009-12-14 | 17 | -11/+447 | |
| * | | | | | | tgsi/ureg: Add ureg_DECL_gs_input(). | Michal Krol | 2009-12-14 | 2 | -2/+33 | |
| * | | | | | | Merge branch 'mesa_7_7_branch' | Brian Paul | 2009-12-11 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | | | ||||||
| | * | | | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | 2009-12-11 | 1 | -0/+1 | |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | ||||||
| | | * | | | rbug: Initialize variable in rbug_get_message. | Vinson Lee | 2009-12-08 | 1 | -0/+1 | |
| | | * | | | draw: Initialize variable in draw_pt.c. | Vinson Lee | 2009-12-05 | 1 | -1/+2 | |
| | | * | | | gallium/util: Initialize variables in u_pack_color.h. | Vinson Lee | 2009-12-03 | 1 | -1/+4 | |
| | | * | | | draw: Fix memory leak. | Vinson Lee | 2009-10-27 | 1 | -0/+2 | |
| * | | | | | util: Document the meaning of util_format_layout. | José Fonseca | 2009-12-09 | 1 | -0/+36 | |
| * | | | | | Merge branch 'gallium-strict-aliasing' | Roland Scheidegger | 2009-12-08 | 5 | -89/+76 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safe | Roland Scheidegger | 2009-12-07 | 2 | -86/+69 | |
| | * | | | | | gallium: fix ref counting bug in pb_bufmgr | José Fonseca | 2009-12-03 | 1 | -4/+1 | |
| | * | | | | | gallium: fix reference counting functions to be strict-aliasing compliant | Roland Scheidegger | 2009-12-03 | 3 | -2/+9 | |
| * | | | | | | tgsi: fix some off-by-one errors in shader length, instruction length | Brian Paul | 2009-12-08 | 3 | -5/+4 | |
| * | | | | | | util/tile: Support R8G8B8A8_UNORM format. | Michal Krol | 2009-12-07 | 1 | -3/+53 | |
| * | | | | | | Merge branch 'gallium-noblocks' | Roland Scheidegger | 2009-12-04 | 13 | -66/+90 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | fixups for interface changes (mostly state trackers) | Roland Scheidegger | 2009-11-30 | 1 | -2/+2 | |
| | * | | | | | | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger | 2009-11-30 | 13 | -64/+88 | |
| * | | | | | | | util: Fix generated swizzle comments. | José Fonseca | 2009-12-03 | 1 | -10/+9 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | util/format: Fix bogus assertion. | Michal Krol | 2009-12-17 | 1 | -1/+1 | |
* | | | | | | | Revert "Simplify the redundant meaning of format layout." | Michal Krol | 2009-12-09 | 2 | -9/+8 | |
* | | | | | | | Simplify the redundant meaning of format layout. | Michal Krol | 2009-12-08 | 2 | -8/+9 | |
* | | | | | | | util/format: Take advantage of sequential nature of pipe_format enum. | Michal Krol | 2009-12-08 | 3 | -21/+20 | |
* | | | | | | | util/format: Remove unreferenced local. | Michal Krol | 2009-12-08 | 1 | -1/+0 | |
* | | | | | | | Remove remaining pipe format utility functions. | Michal Krol | 2009-12-08 | 1 | -1/+2 | |
* | | | | | | | Move pf_get_component_bits() to u_format auxiliary module. | Michal Krol | 2009-12-03 | 1 | -0/+44 | |
* | | | | | | | Move pf_get_bits/size() to u_format auxiliary module. | Michal Krol | 2009-12-03 | 2 | -2/+32 | |
* | | | | | | | Move pf_get_block() to u_format auxiliary module. | Michal Krol | 2009-12-03 | 6 | -6/+36 | |
* | | | | | | | Move pf_is_depth_and_stencil() to u_format auxiliary module. | Michal Krol | 2009-12-03 | 1 | -0/+18 | |
* | | | | | | | Move pf_is_depth_stencil() to u_format auxiliary module. | Michal Krol | 2009-12-03 | 1 | -0/+13 | |
* | | | | | | | Move pf_is_compressed() to u_format auxiliary module. | Michal Krol | 2009-12-03 | 1 | -0/+22 | |
|/ / / / / / | ||||||
* | | | | | | tgsi/ureg: Fix ureg_emit_src(). | Michal Krol | 2009-12-03 | 1 | -3/+1 | |
* | | | | | | cso: check if pipe_context::bind_vertex_sampler_states is non-null | Brian Paul | 2009-12-02 | 1 | -1/+2 | |
* | | | | | | gallium/util: __builtin_bswap32() is in only gcc 4.3 or later | Brian Paul | 2009-12-02 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | tgsi: fix ureg emit after version token change | Keith Whitwell | 2009-12-01 | 1 | -1/+1 | |
* | | | | | Merge commit 'origin/tgsi-simplify-ext' | Keith Whitwell | 2009-12-01 | 25 | -1627/+967 | |
|\ \ \ \ \ | ||||||
| * | | | | | vl: Do not emit tgsi_version token. | Michal Krol | 2009-11-27 | 2 | -32/+24 | |
| * | | | | | tgsi: Remove tgsi_version token. | Michal Krol | 2009-11-27 | 11 | -72/+18 | |
| * | | | | | tgsi: Fix token builder. | Michal Krol | 2009-11-25 | 2 | -41/+2 | |
| * | | | | | tgsi: Update raw token dumper after token definition changes. | Michal Krol | 2009-11-25 | 1 | -116/+32 | |
| * | | | | | tgsi: rename fields of tgsi_full_src_register to reduce verbosity | Keith Whitwell | 2009-11-24 | 19 | -360/+360 |