Age | Commit message (Expand) | Author |
2008-02-29 | gallium: change st->state.sampler_texture[] to store pipe_texture pointers | Brian Paul |
2008-02-29 | gallium: fix glCopyPixels(GL_DEPTH) when Z format conversion is needed | Brian Paul |
2008-02-28 | gallium: fix surface/texture format conversion in st_CopyPixels | Brian Paul |
2008-02-28 | galliums: s/uint/enum pipe_format/ | Brian Paul |
2008-02-27 | gallium: remove pipe_context->texture_create/release/get_tex_surface() | Brian |
2008-02-27 | gallium: move is_format_supported() to pipe_screen struct | Brian |
2008-02-27 | gallium: start removing pipe_context->get_name/vendor/param/paramf | Brian |
2008-02-26 | gallium: use pipe_texture_reference() instead of pipe->texture_release() | Brian |
2008-02-20 | gallium: state tracker didn't always notify drivers of texobj data changes | Brian |
2008-02-15 | Code reorganization: update build. | José Fonseca |
2008-02-13 | gallium: pipe->surface_copy can flip the contents vertically when necessary. | Michel Dänzer |
2008-02-12 | gallium: rename st_fragment_program's fs field to cso to match st_vertex_program | Brian |
2008-02-12 | gallium: remove unused first_level param from st_texture_create() | Brian |
2008-02-08 | gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys... | Brian |
2008-02-06 | gallium: add bitmap/drawpixels texcoord bias support | Brian |
2008-01-23 | gallium: remove support for separate depth/stencil buffers. Always combined ... | Brian |
2008-01-16 | tweaks to quad drawing, set UsesKill in bitmap shader | Brian |
2008-01-14 | Fix problems with vertex shaders and the private draw module. | Brian |
2008-01-14 | Remove pipe->get/put_tile_rgba. | Michel Dänzer |
2008-01-14 | Remove mapping fields from struct pipe_surface. | Michel Dänzer |
2007-12-20 | gallium: make state tracker explictly ask for rendercache flushes | Keith Whitwell |
2007-12-17 | gallium: incorporate alpha state into depth_stencil state object. | Keith Whitwell |
2007-12-11 | Remove internal_format field from struct pipe_texture. | Michel Dänzer |
2007-12-11 | gallium: remove set_sampler_units interface | Keith Whitwell |
2007-12-10 | Add 'type' parameter to is_format_supported() to specify texture vs. drawing ... | Brian |
2007-12-07 | Define PIPE_FORMAT_ tokens as an enum set, rather than #defines. | Brian |
2007-12-07 | Replace "duplicate" formats | Brian |
2007-12-07 | Eliminate struct pipe_region. | Michel Dänzer |
2007-12-06 | Hide texture layout details from the state tracker. | Michel Dänzer |
2007-11-29 | Move dimensions from struct pipe_region to struct pipe_surface. | Michel Dänzer |
2007-11-06 | Remove pipe->max_texture_size(), use get_param() instead. | Brian |
2007-11-04 | Check if the user/texenvprogram is just a pass-through program and skip progr... | Brian |
2007-10-30 | Implement shader concatenation for glBitmap. | Brian |
2007-10-30 | combine shaders for glCopyPixels | Brian |
2007-10-30 | Use program serial numbers to avoid re-generating fragment programs for glDra... | Brian |
2007-10-30 | Before calling texformat->StoreImage() set _ImageTransferState=0 since we'll ... | Brian |
2007-10-30 | Disable debug code. | Brian |
2007-10-30 | checkpoint: combine pixel transfer and user shader for glDrawPixels | Brian |
2007-10-29 | Make it compile under linux. | Michal Krol |
2007-10-28 | Replace supported_formats with is_format_supported interface. | Michal Krol |
2007-10-27 | Move mesa_to_tgsi.[ch] to state_tracker | Brian |
2007-10-25 | Move region_alloc() and region_release() to pipe_winsys. | Brian |
2007-10-25 | Move the get/put_tile() functions to pipe_context. | Brian |
2007-10-24 | flush pipe in draw_stencil_pixels() | Brian |
2007-10-18 | Alternate CopyPixels path based on get/put_tile(). | Brian |
2007-10-18 | fix off-by-one error in CopyPixels src position | Brian |
2007-10-18 | fix upside down CopyPixels image | Brian |
2007-10-18 | checkpoint: code refactoring for glCopyPixels | Brian |
2007-10-18 | start implementing glCopyPixels (stencil works) | Brian |
2007-10-17 | remove #include vf.h | Brian |