2008-04-28 |
Brian Paul | gallium: replace some code with a call to st_choose_for... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Brian Paul | gallium: return enum pipe_format, not uint, for a few... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Brian Paul | gallium: add cases for PIPE_FORMAT_X8Z24_UNORM |
commit | commitdiff | tree | snapshot |
2008-04-27 |
José Fonseca | pipebuffer: Be extra cautious with the incoming buffers. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
José Fonseca | rtasm: Implement x86_retw. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Brian | gallium: fix broken SGT, SLE |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Brian | use PIPE_ARCH_X86 |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Brian Paul | gallium: tweak comments, minor var renaming |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Brian Paul | gallium: tweak comments, minor var renaming |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Brian Paul | gallium: remove unneeded st->bitmap_texcoord_bias |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Brian Paul | gallium: use simple color pass-through fragment shader... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Brian Paul | gallium: added null ptr check |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Brian Paul | gallium: added a null ptr check |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Brian Paul | gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Brian Paul | gallium: consolidate quad drawing code |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Brian Paul | gallium: remove unused st_draw_vertices() |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Brian Paul | gallium: use util_draw_vertex_buffer() instead of st_dr... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
José Fonseca | scons: Silent MSVC CRT security warnings. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Brian Paul | gallium: fix the compressed texture hack in st_texture_... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
José Fonseca | scons: A few fixes for building mesa on windows. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Keith Whitwell | draw: emit extra flags whenever pipeline is active |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Michel Dänzer | gallium: Use util_blit_pixels() for glCopyTexSubImage... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Michel Dänzer | gallium: Add draw_pt_varray.c to scons build. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Keith Whitwell | tgsi: fix compile when HIGH_PRECISION not defined |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Keith Whitwell | draw: no need to special-case elts/get_elts for varray... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Keith Whitwell | draw: remove unused vars |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Zack Rusin | frontend for rendering without elts |
commit | commitdiff | tree | snapshot |
2008-04-25 |
José Fonseca | scons: More windows userspace fixes. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Michel Dänzer | gallium: Tell the driver the texture is updated when... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
José Fonseca | gallium: Windows user mode portability fixes. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
José Fonseca | gallium: New configuration header. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
José Fonseca | scons: Teach scons about user-land windows. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Paul | gallium: fix an edgeflags crash |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Keith Whitwell | draw: remove old assignment of edgeflag value |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Paul | gallium: initial edgeflags code |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Paul | gallium: plug in softpipe_set_edgeflags() function |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Paul | gallium: comments |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Keith Whitwell | draw: default edgeflag should be one |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Paul | gallium: disable the bitmap/texcoord bias |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Paul | mesa: adjust glBitmap coords by a small epsilon |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Paul | gallium: use cso_destroy_vertex/fragment_shader() functions |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Paul | gallium: make cso_release_all() public |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Paul | gallium: minor clean-ups, comments |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Paul | gallium: tweak the new shader delete funcs |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Paul | gallium: added cso_delete_vertex_fragment_shader()... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Michel Dänzer | gallium: Make sure the size of non-existent storage... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Jakob Bornecrantz | i915: Fix for wrong texture in texobj with VBUF |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Michal Krol | translate: Actually return a value from translate_cache... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Keith Whitwell | trivial: simple edgeflag test |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Keith Whitwell | draw: handle edgeflags and reset-line-stipple again |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Keith Whitwell | xlib: only shortcircuit makecurrent if NO_RAST set... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Michel Dänzer | gallium: Initial support for pixel formats with unused... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Paul | gallium: reorder code to fix a recursive flush |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Paul | gallium: fix issues in recursive flushing |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Paul | gallium: fix comments |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Paul | gallium: fix comments, whitespace changes |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Paul | gallium: passthrough tri, not point |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Zack Rusin | Add translate cache to fetch_emit stage and add out... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Zack Rusin | Create a sharable translate_cache and use it. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Paul | gallium: fix potential divide by zero in fog computation |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Paul | gallium: additional debug code |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Paul | gallium: move logicop test outside of loop |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Paul | gallium: fix broken PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Paul | gallium: more vertex debug code |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Zack Rusin | fix the simple hash finding function and use it |
commit | commitdiff | tree | snapshot |
2008-04-23 |
José Fonseca | gallium: Fix texture refcount leak. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
José Fonseca | pipebuffer: New function to flush the buffer cache. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
José Fonseca | gallium: Add extern "C" to the headers. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Paul | gallium: fix broken hashing for vertex translation |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Keith Whitwell | draw: remove stupid debug (Keith) |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Keith Whitwell | draw: add missing break (Jakob) |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Keith Whitwell | mesa: add dedicated point-wide-smooth test, restore... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Ben Skeggs | fix non-i386 builds |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Paul | gallium: added a flushing_vcache flag, test in draw_do_... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Paul | gallium: fix bad logic in bind_pstip_fragment_shader... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Paul | gallium: fix some bitmap frag shader issues |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Paul | gallium: don't set buffer status to undefined in displa... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Zack Rusin | In case the 'func' is deleting the state move the itera... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Zack Rusin | Fix a crash. Rasterizer can be null |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Zack Rusin | Cache translate's structs for emits and fetches. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Zack Rusin | Fix reporting of clipped vertices. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Paul | gallium: setup an identity viewport |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Paul | gallium: update comment about bypass clipping/viewport |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Paul | gallium: setup an identity viewport |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Paul | gallium: move the vertex print/debug code |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Paul | gallium: remove assertions |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Paul | gallium: st_translate_fragment_program() is void now |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Keith Whitwell | Revert "softpipe: squash warning" |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Keith Whitwell | draw: allow drivers to query pipeline state more easily |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Keith Whitwell | softpipe: squash warning |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Keith Whitwell | cso: fix vs/fs confusion |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Keith Whitwell | softpipe: do something sensible on an error path, squas... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Michel Dänzer | gallium: How about restoring shaders instead of saving... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Michel Dänzer | gallium: Don't link x86sse.c into libmesa.a. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
José Fonseca | pipebuffer: Temporarily allow simultaneous CPU writes. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Keith Whitwell | draw: disable broken edgeflag code - didn't work &... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Keith Whitwell | xlib: shortcircuit no-op makecurrent |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Keith Whitwell | xlib: implement SP_NO_RAST env var |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Keith Whitwell | softpipe: implement SP_NO_RAST env var |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Keith Whitwell | softpipe: make NUM_ENTRIES 32 so that div/mods are... |
commit | commitdiff | tree | snapshot |
next |