| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: Move minify() to u_math. | Corbin Simpson | 2009-08-07 | 1 | -5/+0 |
* | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol | 2009-07-31 | 1 | -3/+3 |
* | gallium: simplify tgsi_full_immediate struct | Keith Whitwell | 2009-07-22 | 1 | -4/+4 |
* | i965simple: use u_reduced_prim() function | Brian Paul | 2009-06-19 | 1 | -16/+3 |
* | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom | 2009-04-15 | 1 | -0/+25 |
* | i965simple: remove pipe_texture::compressed reference | Brian Paul | 2009-04-09 | 1 | -1/+1 |
* | gallium: Remove some little-used fields from struct pipe_surface. | Michel Dänzer | 2009-03-26 | 1 | -1/+0 |
* | i965: fix point rasterization when rendering to FBO | Robert Ellison | 2009-03-24 | 1 | -0/+18 |
* | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | 2009-03-13 | 1 | -7/+6 |
* | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 2 | -26/+14 |
* | gallium: Improve makefiles for libraries | Jakob Bornecrantz | 2009-02-20 | 1 | -2/+0 |
* | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
* | brw: Fix build -- rename Size to NrTokens. | Michal Krol | 2009-02-10 | 1 | -1/+1 |
* | gallium: remove pipe_buffer from surfaces | Zack Rusin | 2009-02-02 | 4 | -7/+10 |
* | gallium: initialize simple screen in drivers | Zack Rusin | 2009-01-31 | 1 | -0/+2 |
* | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 9 | -12/+12 |
* | gallium: give the screen priority when it comes to buffer allocations | Zack Rusin | 2009-01-29 | 2 | -10/+8 |
* | gallium: remove redundant size from the constant buffer | Zack Rusin | 2009-01-27 | 1 | -3/+3 |
* | gallium: it's a reference value, not a reference number | Zack Rusin | 2009-01-27 | 1 | -1/+1 |
* | gallium: standardize naming of masks | Zack Rusin | 2009-01-27 | 2 | -8/+8 |
* | gallium: standardize on stride instead of pitch in the interface | Zack Rusin | 2009-01-27 | 1 | -1/+1 |
* | gallium: Remove the standalone surfaces. | José Fonseca | 2009-01-20 | 1 | -3/+4 |
* | i965: Use pipe_buffer_* inlines as much as possible. | José Fonseca | 2008-09-04 | 1 | -5/+5 |
* | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca | 2008-09-03 | 2 | -3/+3 |
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 22 | -28/+38 |
* | gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header | Brian Paul | 2008-08-22 | 1 | -0/+1 |
* | gallium: replace align_int() with align() | Brian Paul | 2008-08-22 | 1 | -4/+4 |
* | gallium: Add destroy callback to all *_winsys interfaces. | José Fonseca | 2008-08-08 | 3 | -0/+10 |
* | i965: Remove extraneous arg to debug_printf. | José Fonseca | 2008-08-08 | 1 | -1/+1 |
* | Merge tgsi/exec and tgsi/util directories. | José Fonseca | 2008-07-28 | 7 | -8/+8 |
* | gallium: Finer grained is_format_supported. | José Fonseca | 2008-07-19 | 1 | -1/+4 |
* | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. | José Fonseca | 2008-06-27 | 5 | -125/+79 |
* | scons: Fix i965/xlib build. | José Fonseca | 2008-06-27 | 1 | -0/+1 |
* | gallium: change surface_copy()'s do_flip to boolean | Brian Paul | 2008-06-23 | 1 | -1/+1 |
* | gallium: fix bad srcy coord if do_flip | Brian Paul | 2008-06-23 | 1 | -1/+1 |
* | brw: SWZ no longer aliases MOV. | Michal Krol | 2008-06-02 | 1 | -1/+1 |
* | brw: Fix build after TGSI declaration interface changes. | Michal Krol | 2008-05-31 | 4 | -17/+11 |
* | Revert DOS line endings. | José Fonseca | 2008-05-26 | 2 | -1153/+1153 |
* | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul | 2008-05-18 | 1 | -8/+11 |
|\ |
|
| * | gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state() | Brian Paul | 2008-05-17 | 1 | -8/+11 |
* | | brw: remove dead code | Keith Whitwell | 2008-05-02 | 1 | -8/+0 |
* | | gallium: tex surface checkpoint | Keith Whitwell | 2008-05-01 | 2 | -32/+21 |
|/ |
|
* | gallium: use the newer PIPE_FORMAT_x_UNORM format names | Brian Paul | 2008-04-30 | 2 | -16/+16 |
* | gallium: Don't assume snprintf are always available. | José Fonseca | 2008-04-15 | 1 | -1/+2 |
* | gallium: Eliminate p_winsys::printf | José Fonseca | 2008-03-31 | 2 | -6/+5 |
* | gallium: Set vertex state/buffers en-mass. | Brian Paul | 2008-03-29 | 1 | -28/+32 |
* | gallium: remove redundant compare bit in sampler state | Roland Scheidegger | 2008-03-28 | 1 | -2/+1 |
* | gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS | Brian | 2008-03-27 | 4 | -10/+10 |
* | gallium: Change pipe->flush() interface to optionally return a fence. | Michel Dänzer | 2008-03-26 | 1 | -10/+3 |
* | gallium: add face, dirtyLevels params to pipe->texture_update() | Brian Paul | 2008-03-19 | 1 | -1/+2 |