mesa.git
2008-05-01 Keith Whitwelli915: avoid crashing on bad parameter
2008-05-01 Keith Whitwelli915: fix warning
2008-05-01 Keith Whitwellsoftpipe: fix warning
2008-05-01 Keith Whitwellsct: fix bug in remove_context_from_surface
2008-05-01 Michel Dänzergallium: Set sampler->min_lod instead of always realloc...
2008-05-01 Michel Dänzergallium: Notify driver of texture updates in util_blit_...
2008-05-01 Keith Whitwelltgsi: restore HIGH_PRECISION setting
2008-05-01 Keith Whitwelltgsi: add some const qualifiers to immediate pointers
2008-05-01 Keith Whitwellmesa: squash harmless warning
2008-05-01 Keith Whitwellrtasm: assert stack is fully popped in return
2008-05-01 Keith Whitwelldraw: avoid aliasing warning
2008-05-01 Keith Whitwelltgsi: use EBX everywhere, be sure to push/pop it
2008-05-01 Keith Whitwelltgsi: use x86_fn_arg instead of get_argument() -- it...
2008-05-01 Keith Whitwelltgsi: use ESI instead of EBX on non-win32 platforms
2008-05-01 Keith Whitwellgallium: do something sensible on the error path to...
2008-05-01 Alan HourihaneFix build problem with MSVC
2008-05-01 José FonsecaAdd Brian's explanation for inheritance in C.
2008-05-01 José Fonsecagallium: Add newline to eof.
2008-05-01 Keith Whitwelldraw: squash warnings
2008-05-01 Keith Whitwelldraw: turn on SSE swizzle code
2008-05-01 Brian Paulgallium: remove old files
2008-05-01 Brian Paulgallium: fix texture border removal bug
2008-04-30 Brian Paulgallium: use the newer PIPE_FORMAT_x_UNORM format names
2008-04-30 Brian Paulgallium: rename old PIPE_FORMAT_U_I8 with PIPE_FORMAT_I...
2008-04-30 Brian Paulgallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_...
2008-04-30 Brian PaulAdd support for GL_REPLACE_EXT texture env mode.
2008-04-30 Brian Pauladded xdemos/sharedtex.c test
2008-04-30 Brian Paulgallium: fix typo: s/custam/custom/
2008-04-30 Zack Rusinplug a memleak, destroy setup context
2008-04-30 Zack Rusintry to fix the deleting of the bound cso during cleanup...
2008-04-30 José Fonsecagallium: Fix release build.
2008-04-30 José Fonsecad3d: Windows miniport driver portability fixes.
2008-04-30 José Fonsecascons: Try to cope with scons 0.98+.
2008-04-30 Brian Paulgallium: use new buffer wrapper functions in p_inlines.h
2008-04-30 Brian Paulgallium: new pipe_buffer alloc/map/unmap/ref wrappers
2008-04-30 Brian Paulgallium: consolidate the bitmap->texel conversion code
2008-04-30 Brian Paulgallium: create a new texture each time we init/flush...
2008-04-30 Brian Paulgallium: simplify texture format selection
2008-04-30 Brian Paulgallium: init hw_key with memset() to silence valgrind...
2008-04-30 Brian Paulgallium: updated comment in xm_flush_frontbuffer()
2008-04-30 Brian Paulgallium: test for new PIPE_ARCH_X86
2008-04-29 Brian Paulgallium: flush pipe before updating bitmap texture
2008-04-29 Zack Rusinsilence p_debug.h:63: warning: ISO C forbids forward...
2008-04-29 Brian Pauldisable GL_TEXTURE_1D at end of frame to fix failed...
2008-04-29 Brian Paulgallium: declare pipe_format enum to silence warnings
2008-04-29 Keith Whitwellgallium: add pack for _FLOAT formats to pack_ub
2008-04-29 Keith Whitwellgallium: fix pack for A1R5B5G5
2008-04-29 Keith Whitwellgallium: add pack for A4R4G4B4
2008-04-29 Keith Whitwellgallium: add pack for A1R5B5G5
2008-04-29 Keith Whitwellgallium: add debug_print_format() make it easier to...
2008-04-29 Brian Paulgallium: added some assertions to be sure the blit...
2008-04-29 Brian Paulgallium: added some assertions to st_render_texture...
2008-04-29 Brian Paulgallium: fix broken GL_DEPTH_COMPONENT case in fallback...
2008-04-29 Brian Paulmesa: added _mesa_scale_and_bias_depth_uint()
2008-04-29 Brian Paulgallium: add \n to error strings
2008-04-29 Brian Paulgallium: fix error msg typo
2008-04-29 Roland Scheideggergallium: set border color
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-27 José Fonsecapipebuffer: Be extra cautious with the incoming buffers.
2008-04-27 José Fonsecartasm: Implement x86_retw.
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
next