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