2007-10-23 |
Brian | Don't pad renderbuffers to multiple of two pixels anymore. |
commit | commitdiff | tree |
2007-10-22 |
Brian | don't apply ColorMask to main gc |
commit | commitdiff | tree |
2007-10-22 |
Brian | fix masking bug, memory leak |
commit | commitdiff | tree |
2007-10-22 |
Brian | don't use GL types for get/put_tile() params |
commit | commitdiff | tree |
2007-10-22 |
Brian | new flag to control psize (from vertex shader or fixed... |
commit | commitdiff | tree |
2007-10-22 |
Brian | add support for sprite texcoord modes |
commit | commitdiff | tree |
2007-10-22 |
Brian | implement point sprite mode |
commit | commitdiff | tree |
2007-10-22 |
Brian | add point_sprite flag to rasterizer state |
commit | commitdiff | tree |
2007-10-22 |
Brian | remove unused var |
commit | commitdiff | tree |
2007-10-22 |
Brian | tweak point corners to pass conform test |
commit | commitdiff | tree |
2007-10-22 |
Brian | plug the wide prims code into the pipeline |
commit | commitdiff | tree |
2007-10-22 |
Brian | update to working condition |
commit | commitdiff | tree |
2007-10-22 |
Brian | Finish unifying the surface and texture tile caches. |
commit | commitdiff | tree |
2007-10-22 |
keithw | pull clip/ module wide and stippled lines/points code |
commit | commitdiff | tree |
2007-10-22 |
Brian | Start implementing cache routines for textures. |
commit | commitdiff | tree |
2007-10-21 |
Brian | rename some vars |
commit | commitdiff | tree |
2007-10-21 |
Brian | silence warning |
commit | commitdiff | tree |
2007-10-20 |
Brian | Remove obsolete read/write_quad() functions |
commit | commitdiff | tree |
2007-10-20 |
Brian | init sp->sbuf_cache to avoid possible segfault |
commit | commitdiff | tree |
2007-10-20 |
Brian | Call softpipe_unmap_surfaces() in softpipe_flush(). |
commit | commitdiff | tree |
2007-10-20 |
Brian | In region_unmap(), check if region is mapped before... |
commit | commitdiff | tree |
2007-10-20 |
Brian | flush the pipe before accum ops |
commit | commitdiff | tree |
2007-10-20 |
Brian | unmap regions when reallocating renderbuffer storage |
commit | commitdiff | tree |
2007-10-20 |
Brian | renderbuffer tweaks in update_framebuffer_state() |
commit | commitdiff | tree |
2007-10-20 |
Brian | use combined depth/stencil buffer when possible |
commit | commitdiff | tree |
2007-10-20 |
Brian | Convert Z/stencil ops to use cached tiles like colors. |
commit | commitdiff | tree |
2007-10-20 |
Brian | added case for TGSI_OPCODE_END |
commit | commitdiff | tree |
2007-10-19 |
Brian | get/put_tile_raw() funcs for 16/32bpp surfaces |
commit | commitdiff | tree |
2007-10-19 |
Brian | added get/put_tile_raw() methods |
commit | commitdiff | tree |
2007-10-19 |
Brian | don't alloc region in xmesa_surface_alloc(), fixes... |
commit | commitdiff | tree |
2007-10-19 |
Brian | disable debug printf |
commit | commitdiff | tree |
2007-10-19 |
Brian | call Driver.Flush() in _mesa_notifySwapBuffers() |
commit | commitdiff | tree |
2007-10-19 |
Brian | Initial implementation of surface tile caching. |
commit | commitdiff | tree |
2007-10-19 |
Brian | Tile cache functions. |
commit | commitdiff | tree |
2007-10-19 |
Brian | clamp/clip in put_tile(), move softpipe_init_surface_fu... |
commit | commitdiff | tree |
2007-10-18 |
Brian | remove old comment |
commit | commitdiff | tree |
2007-10-18 |
Brian | Alternate CopyPixels path based on get/put_tile(). |
commit | commitdiff | tree |
2007-10-18 |
Brian | fix bug in copy_rect(), use temp vars in sp_region_copy... |
commit | commitdiff | tree |
2007-10-18 |
Brian | fix off-by-one error in CopyPixels src position |
commit | commitdiff | tree |
2007-10-18 |
Brian | fix upside down CopyPixels image |
commit | commitdiff | tree |
2007-10-18 |
Brian | fix function name |
commit | commitdiff | tree |
2007-10-18 |
Brian | checkpoint: code refactoring for glCopyPixels |
commit | commitdiff | tree |
2007-10-18 |
Brian | start implementing glCopyPixels (stencil works) |
commit | commitdiff | tree |
2007-10-18 |
Brian | make read_stencil_pixels() non-static |
commit | commitdiff | tree |
2007-10-18 |
Brian | Change type of shader->executable field from void ... |
commit | commitdiff | tree |
2007-10-18 |
Brian | added const qualifiers |
commit | commitdiff | tree |
2007-10-18 |
Brian | better debug code, silence some warnings |
commit | commitdiff | tree |
2007-10-18 |
Brian | print vertex input mapping |
commit | commitdiff | tree |
2007-10-18 |
Brian | handle fogcoord/raster distance |
commit | commitdiff | tree |
2007-10-18 |
Brian | added st_debug.c |
commit | commitdiff | tree |
2007-10-18 |
Brian | debug functions |
commit | commitdiff | tree |
2007-10-18 |
Brian | fix logic error in stipple_quad() (point/line fragments... |
commit | commitdiff | tree |
2007-10-18 |
Oliver McFadden | Corrected the file permissions in src/mesa/pipe. |
commit | commitdiff | tree |
2007-10-18 |
Oliver McFadden | pipe/draw/draw_context.c:47: error: 'false' undeclared... |
commit | commitdiff | tree |
2007-10-18 |
Oliver McFadden | sp_context.c:255: error: 'false' undeclared (first... |
commit | commitdiff | tree |
2007-10-17 |
Brian | fix interpolation bug in nearest-image/linear-mipmap... |
commit | commitdiff | tree |
2007-10-17 |
Brian | remove #include vf.h |
commit | commitdiff | tree |
2007-10-17 |
Brian | disable the NeedFlush assertion for now |
commit | commitdiff | tree |
2007-10-17 |
Brian | Add some FLUSH_CURRENT() calls. |
commit | commitdiff | tree |
2007-10-17 |
Brian | Assert that there's no outstanding current state that... |
commit | commitdiff | tree |
2007-10-17 |
Brian | formatting fix |
commit | commitdiff | tree |
2007-10-17 |
Brian | fix addressing error in read_stencil_pixels() |
commit | commitdiff | tree |
2007-10-17 |
Brian | Replace repeat_remainder() with simpler macro that... |
commit | commitdiff | tree |
2007-10-17 |
Brian | reorder params to get_texel() |
commit | commitdiff | tree |
2007-10-17 |
Brian | implement 3D texture sampling |
commit | commitdiff | tree |
2007-10-17 |
Brian | When in GL_FEEDBACK mode, make sure we emit color and... |
commit | commitdiff | tree |
2007-10-17 |
Brian | generate selection hit if in selection mode and pos... |
commit | commitdiff | tree |
2007-10-17 |
Brian | Update framebuffer state in response to _NEW_COLOR... |
commit | commitdiff | tree |
2007-10-17 |
Brian | Fix viewport Z scale/bias to get the right Z values... |
commit | commitdiff | tree |
2007-10-17 |
Brian | don't crash if texture border is used (unsupported... |
commit | commitdiff | tree |
2007-10-17 |
Brian | fix square point rasterization |
commit | commitdiff | tree |
2007-10-17 |
Brian | lower clamp bound for UNCLAMPED_FLOAT_TO_SHORT() is -1 |
commit | commitdiff | tree |
2007-10-17 |
Brian | use new st_clear_accum_buffer() function |
commit | commitdiff | tree |
2007-10-17 |
Brian | New st_clear_accum_buffer() function (can't use pipe... |
commit | commitdiff | tree |
2007-10-16 |
Brian | front/back determination was wrong |
commit | commitdiff | tree |
2007-10-16 |
Brian | remove debug assertion |
commit | commitdiff | tree |
2007-10-16 |
Brian | Update mask calculations for point drawing. |
commit | commitdiff | tree |
2007-10-16 |
Brian | Fix broken polygon stippling (see comments for details). |
commit | commitdiff | tree |
2007-10-16 |
Brian | Redefine QUAD_TOP_LEFT, TOP_RIGHT, etc. to reflect... |
commit | commitdiff | tree |
2007-10-16 |
Brian | fix perspective-interpolated attribs for points, liens |
commit | commitdiff | tree |
2007-10-16 |
Brian | fix blend term translation bug, rename some funcs |
commit | commitdiff | tree |
2007-10-16 |
Brian | finish remaining blend modes |
commit | commitdiff | tree |
2007-10-15 |
Brian | fix incorrect register in get_eye_normal() for rescale_... |
commit | commitdiff | tree |
2007-10-15 |
Brian | GL_UNSIGNED_BYTE indexes |
commit | commitdiff | tree |
2007-10-15 |
Brian | implement logicop |
commit | commitdiff | tree |
2007-10-15 |
Brian | remove commented out #include |
commit | commitdiff | tree |
2007-10-15 |
Brian | check for width or height = 0 before calling driver... |
commit | commitdiff | tree |
2007-10-15 |
Brian | Fix useabs logic in build_fog(). |
commit | commitdiff | tree |
2007-10-15 |
Brian | remove feedback hack |
commit | commitdiff | tree |
2007-10-15 |
Brian | Undo prev changes. |
commit | commitdiff | tree |
2007-10-15 |
Brian | setup vertex format for GL_FEEDBACK mode |
commit | commitdiff | tree |
2007-10-15 |
Brian | GL_SELECT mode works now |
commit | commitdiff | tree |
2007-10-15 |
Brian | formatting |
commit | commitdiff | tree |
2007-10-15 |
Brian | call pipe->set_vertex_buffer() after drawing/unreferencing. |
commit | commitdiff | tree |
2007-10-15 |
Brian | fix logic for printing extended swizzles |
commit | commitdiff | tree |
2007-10-15 |
Brian | add 'normalized_coords' field to pipe_sampler_state |
commit | commitdiff | tree |
2007-10-15 |
Brian | feedback/rasterpos fix-ups |
commit | commitdiff | tree |
2007-10-15 |
Brian | Change 'drawing' field to boolean. |
commit | commitdiff | tree |
2007-10-15 |
Brian | remove unused includes |
commit | commitdiff | tree |
2007-10-15 |
Brian | simplify KIL usage for bitmap fragprog |
commit | commitdiff | tree |
next |