don't dereference pt after realloc - fixes valgrind error
[mesa.git] / src / mesa / pipe /
2007-12-07 Briandon't dereference pt after realloc - fixes valgrind...
2007-12-07 Brianadd some whitespace
2007-12-07 BrianMove struct softpipe_texture definition into sp_texture.h
2007-12-07 Brianminor code movement
2007-12-07 Brianbyteswapping fixes in choose_pixel_format()
2007-12-07 Brianremove stray ;
2007-12-07 BrianRemove obsolete xlib driver files
2007-12-07 BrianOverhaul the Xlib winsys layer.
2007-12-07 Briansilence void ptr arithmetic warning
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-12-05 BrianAdd dependency checking for Cell driver sources.
2007-12-05 Brianadded B8G8R8A8 support and improved pixel format select...
2007-12-05 Brianadded tile funcs for B8G8R8A8 format
2007-12-05 Brianadded B8G8R8A8 format
2007-12-02 BrianInitial Cell driver infrastructure.
2007-11-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-24 Michal KrolCleanup PIPE_FORMAT names.
2007-11-23 Michal Krolgallium: remove sp_headers.h references.
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-23 Michal Krolgallium: back out winsys interface changes
2007-11-22 José FonsecaUse the new vertex buffer draw stage.
2007-11-22 José FonsecaNew vertex buffer stage.
2007-11-22 José FonsecaFix build.
2007-11-22 MichalFix compatibility issues between gcc and msvc.
2007-11-22 MichalMake it compile under Win32.
2007-11-22 José FonsecaRemove fences from the i915simple winsys interface.
2007-11-21 Brianmore simplification, clean-up in draw_set_vertex_info()
2007-11-21 BrianReplace draw_set_vertex_attributes() with simpler draw_...
2007-11-21 BrianSimplify draw module's vertex_info.
2007-11-20 Brianadd PIPE_FORMAT_Z24_S8 support to softpipe patsh
2007-11-20 Brianinitial support for PIPE_FORMAT_Z24_S8
2007-11-20 Brianoptimize earlyz_quad(), add comments, remove unneeded...
2007-11-20 Brianoptimize linear_interpolation(), perspective_interpolat...
2007-11-18 Michal KrolImplement early depth test.
2007-11-17 José FonsecaProper fence reference counting.
2007-11-17 Brianmore convenient debug code
2007-11-16 Briannote problem with fragment coord Y orientation
2007-11-16 Brianadded a clip-bypass flag to rasterizer state
2007-11-15 José FonsecaInclude fences in the i915simple winsys interface.
2007-11-09 Briancomments, assertions
2007-11-09 Brianminor simplifcation in vertex_fetch()
2007-11-09 BrianReorganize user-space vertex fields in draw_context...
2007-11-08 Brianremove unneeded #includes, added assertion in draw_comp...
2007-11-08 BrianRemove unneeded header, draw_prim.h
2007-11-08 BrianFix minor logic error in get_queued_prim() which caused...
2007-11-08 Briannew comments
2007-11-08 Brianremove unneeded #includes
2007-11-08 Briancomments, remove unneeded #includes
2007-11-08 BrianFor TGSI_TEXTURE_2D/RECT, need to provide 3 coords...
2007-11-08 BrianImplement shadow comparisons.
2007-11-08 Brianuse pipe_surface_reference() in sp_tile_cache_set_surface()
2007-11-08 Brianfix bad width/height code in softpipe_clear()
2007-11-08 BrianRemove TGSI_OPCODE_TXP
2007-11-08 Briancheck for divide by W flag when translating TGSI_OPCODE...
2007-11-08 Briantweak anisotropic filtering code
2007-11-08 Brianenable PIPE_CAP_TEXTURE_SHADOW_MAP (but not quite worki...
2007-11-08 Brianremove translate_compare_func(), use i915_translate_com...
2007-11-08 BrianFix some issues hit when rendering to a depth-only...
2007-11-08 Brianremove unneeded #include
2007-11-08 BrianAdded pipe->get_paramf() to query float limits.
2007-11-08 Michel DänzerRename struct field 'private' to 'priv'.
2007-11-08 Brianfix warning
2007-11-08 Brianupdate flush/fence comments for i915_flush()
2007-11-08 BrianRemove winsys->wait_idle(), subsumed by pipe->flush().
2007-11-07 BrianNew PIPE_FLUSH_WAIT flag for pipe->flush().
2007-11-07 BrianRemove context dependencies in winsys layer.
2007-11-07 Brianjust reorder a few members of pipe_winsys, update comments
2007-11-07 Brianmore dead code removal
2007-11-07 Brianre-enable PIPE_FORMAT_U_Z32 support
2007-11-07 Brianbetter depth buffer selection
2007-11-07 Briandisable/remove dead code
2007-11-07 BrianDisable the call to driBOReference() in i915_update_tex...
2007-11-07 Brianredo xm_surface_release() to match i915
2007-11-07 Brianfix bad varname
2007-11-07 BrianAdd winsys->surface_release() to complement winsys...
2007-11-07 José FonsecaCheck the right ammount of free space in vertex buffer.
2007-11-07 José FonsecaReset temporary vertices ids.
2007-11-07 José FonsecaUse a consistent number to identify undefined vertices.
2007-11-07 José FonsecaReuse the vertex buffer until the vertex size changes.
2007-11-07 José FonsecaTrack hardware vertex buffer state changes.
2007-11-06 Briandisable PIPE_FORMAT_U_Z32, doesn't work ATM
2007-11-06 BrianUpdate xmesa_is_format_supported()
2007-11-06 Brianrename xmesa_create_softpipe() xmesa_create_context()
2007-11-06 Brianrename xmesa_create_softpipe() xmesa_create_context()
2007-11-06 Briandisable finish_or_flush() for now
2007-11-06 Brianremove dead code in softpipe_is_format_supported()
2007-11-06 Briandocument flags param to region_alloc()
2007-11-06 Brianneed to call pipe->flush() in finish_or_flush()
2007-11-06 Briandefine CLIP_TILE as in sp_surface.c
2007-11-06 Brianremove debug abort() call
2007-11-06 BrianCall xmesa_init_driver_functions() to install xmesa_vie...
2007-11-06 Michel DänzerFix build error: dereferencing pointer to incomplete...
2007-11-06 BrianRemove pipe->max_texture_size(), use get_param() instead.
2007-11-06 Briancheck for __i386__ or __386__ instead of USE_X86_ASM
2007-11-06 José FonsecaAllow custom pipe driver buffer usage flags.
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
2007-11-06 Michel DänzerConvert format bitfields to shifts and masks.
2007-11-06 Michel DänzerFix non-x86 build.
2007-11-06 BrianDetermine GL extensions/limits by making pipe queries.
next