mesa.git
2008-04-28 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-28 Ben Skeggsnv40: enable DXTn formats
2008-04-28 Brian Paulmesa: explicitly delete textures before creating new...
2008-04-28 Brian Paulgallium: fix incorrect level param in copy_image_data_t...
2008-04-28 Keith Whitwelltgsi: make loop structure clearer, use x86_lea for...
2008-04-28 Keith Whitwelltsgi: add a makefile
2008-04-28 Keith Whitwelltranslate: squash warnings
2008-04-28 Keith Whitwellpb: remove unused variable, squash warning
2008-04-28 Michal Krolgallium: Set SSE_SWIZZLES to 0 by default.
2008-04-28 Michal Krolgallium: Generate SSE code to swizzle and unswizzle...
2008-04-28 Brian Paulgallium: check for PIPE_FORMAT_X8Z24_UNORM format
2008-04-28 Brian Paulgallium: replace some code with a call to st_choose_for...
2008-04-28 Brian Paulgallium: return enum pipe_format, not uint, for a few...
2008-04-28 Brian Paulgallium: add cases for PIPE_FORMAT_X8Z24_UNORM
2008-04-28 Ben Skeggsnv40: do full swtnl fallback when edge flags present.
2008-04-27 José Fonsecapipebuffer: Be extra cautious with the incoming buffers.
2008-04-27 José Fonsecartasm: Implement x86_retw.
2008-04-27 Ben Skeggsnouveau: stub set_edgeflags for all nv pipe drivers
2008-04-27 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-26 Briangallium: fix broken SGT, SLE
2008-04-26 Brianuse PIPE_ARCH_X86
2008-04-25 Brian Paulgallium: tweak comments, minor var renaming
2008-04-25 Brian Paulgallium: tweak comments, minor var renaming
2008-04-25 Brian Paulgallium: remove unneeded st->bitmap_texcoord_bias
2008-04-25 Brian Paulgallium: use simple color pass-through fragment shader...
2008-04-25 Brian Paulgallium: added null ptr check
2008-04-25 Brian Paulgallium: added a null ptr check
2008-04-25 Brian Paulgallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_...
2008-04-25 Brian Paulgallium: consolidate quad drawing code
2008-04-25 Brian Paulgallium: remove unused st_draw_vertices()
2008-04-25 Brian Paulgallium: use util_draw_vertex_buffer() instead of st_dr...
2008-04-25 José Fonsecascons: Silent MSVC CRT security warnings.
2008-04-25 Brian Paulgallium: fix the compressed texture hack in st_texture_...
2008-04-25 José Fonsecascons: A few fixes for building mesa on windows.
2008-04-25 Keith Whitwelldraw: emit extra flags whenever pipeline is active
2008-04-25 Michel Dänzergallium: Use util_blit_pixels() for glCopyTexSubImage...
2008-04-25 Michel Dänzergallium: Add draw_pt_varray.c to scons build.
2008-04-25 Keith Whitwelltgsi: fix compile when HIGH_PRECISION not defined
2008-04-25 Keith Whitwelldraw: no need to special-case elts/get_elts for varray...
2008-04-25 Keith Whitwelldraw: remove unused vars
2008-04-25 Zack Rusinfrontend for rendering without elts
2008-04-25 José Fonsecascons: More windows userspace fixes.
2008-04-25 Michel Dänzergallium: Tell the driver the texture is updated when...
2008-04-25 José Fonsecagallium: Windows user mode portability fixes.
2008-04-25 José Fonsecagallium: New configuration header.
2008-04-25 José Fonsecascons: Teach scons about user-land windows.
2008-04-24 Brian Paulgallium: fix an edgeflags crash
2008-04-24 Keith Whitwelldraw: remove old assignment of edgeflag value
2008-04-24 Brian Paulgallium: initial edgeflags code
2008-04-24 Brian Paulgallium: plug in softpipe_set_edgeflags() function
2008-04-24 Brian Paulgallium: comments
2008-04-24 Keith Whitwelldraw: default edgeflag should be one
2008-04-24 Brian Paulgallium: disable the bitmap/texcoord bias
2008-04-24 Brian Paulmesa: adjust glBitmap coords by a small epsilon
2008-04-24 Brian Paulgallium: use cso_destroy_vertex/fragment_shader() functions
2008-04-24 Brian Paulgallium: make cso_release_all() public
2008-04-24 Brian Paulgallium: minor clean-ups, comments
2008-04-24 Brian Paulgallium: tweak the new shader delete funcs
2008-04-24 Brian Paulgallium: added cso_delete_vertex_fragment_shader()...
2008-04-24 Michel Dänzergallium: Make sure the size of non-existent storage...
2008-04-24 Jakob Bornecrantzi915: Fix for wrong texture in texobj with VBUF
2008-04-24 Michal Kroltranslate: Actually return a value from translate_cache...
2008-04-24 Keith Whitwelltrivial: simple edgeflag test
2008-04-24 Keith Whitwelldraw: handle edgeflags and reset-line-stipple again
2008-04-24 Keith Whitwellxlib: only shortcircuit makecurrent if NO_RAST set...
2008-04-24 Michel Dänzergallium: Initial support for pixel formats with unused...
2008-04-24 Brian Paulgallium: reorder code to fix a recursive flush
2008-04-24 Brian Paulgallium: fix issues in recursive flushing
2008-04-23 Brian Paulgallium: fix comments
2008-04-23 Brian Paulgallium: fix comments, whitespace changes
2008-04-23 Patrice Mandinnv30: add stuff to init swtnl
2008-04-23 Brian Paulgallium: passthrough tri, not point
2008-04-23 Zack RusinAdd translate cache to fetch_emit stage and add out...
2008-04-23 Zack RusinCreate a sharable translate_cache and use it.
2008-04-23 Brian Paulgallium: fix potential divide by zero in fog computation
2008-04-23 Brian Paulgallium: additional debug code
2008-04-23 Brian Paulgallium: move logicop test outside of loop
2008-04-23 Brian Paulgallium: fix broken PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE
2008-04-23 Brian Paulgallium: more vertex debug code
2008-04-23 Zack Rusinfix the simple hash finding function and use it
2008-04-23 José Fonsecagallium: Fix texture refcount leak.
2008-04-23 José Fonsecapipebuffer: New function to flush the buffer cache.
2008-04-23 José Fonsecagallium: Add extern "C" to the headers.
2008-04-23 Brian Paulgallium: fix broken hashing for vertex translation
2008-04-23 Keith Whitwelldraw: remove stupid debug (Keith)
2008-04-23 Keith Whitwelldraw: add missing break (Jakob)
2008-04-23 Keith Whitwellmesa: add dedicated point-wide-smooth test, restore...
2008-04-23 Ben Skeggsnouveau: fix build
2008-04-23 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-04-23 Ben Skeggsfix non-i386 builds
2008-04-23 Brian Paulgallium: added a flushing_vcache flag, test in draw_do_...
2008-04-23 Brian Paulgallium: fix bad logic in bind_pstip_fragment_shader...
2008-04-23 Brian Paulgallium: fix some bitmap frag shader issues
2008-04-23 Brian Paulgallium: don't set buffer status to undefined in displa...
2008-04-22 Zack RusinIn case the 'func' is deleting the state move the itera...
2008-04-22 Zack RusinFix a crash. Rasterizer can be null
2008-04-22 Zack RusinCache translate's structs for emits and fetches.
2008-04-22 Zack RusinFix reporting of clipped vertices.
2008-04-22 Brian Paulgallium: setup an identity viewport
2008-04-22 Brian Paulgallium: update comment about bypass clipping/viewport
next