profile/ivi/mesa.git
2007-11-22 José FonsecaNew vertex buffer stage.
2007-11-22 José FonsecaFix build.
2007-11-22 José FonsecaThe right include was mtypes.h.
2007-11-22 José FonsecaFix build errors.
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é FonsecaFix typo
2007-11-17 José FonsecaProper fence reference counting.
2007-11-17 Brianmore convenient debug code
2007-11-17 BrianReimplement glRasterPos using the private 'draw' module.
2007-11-17 Brianadjustments so st_feedback_draw_vbo() can be used for...
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 Alan Hourihaneremove duplicate init func
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 Briansimplify depth_value(), return proper value for Z16...
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 Briannew init_renderbuffer_bits() helper
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 Brianmove EXT_shadow_funcs assignment
2007-11-08 Brianset sampler state for shadow test
2007-11-08 BrianReplace gl_stencil_func_to_sp() and gl_depth_func_to_sp...
2007-11-08 BrianFix some issues hit when rendering to a depth-only...
2007-11-08 Brianin check_end_texture_render(), test for presence of...
2007-11-08 Brianremove unneeded #include
2007-11-08 BrianAdded pipe->get_paramf() to query float limits.
2007-11-08 Briancheck for fence==NULL in intel_batchbuffer_finish(...
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 Brianenable GL_ARB/NV_point_sprite together
2007-11-07 Briancosmetic fix to driFenceFinish() call
2007-11-07 Brianreplace magic number 3 with DRM_FENCE_TYPE_EXE | DRM_I9...
2007-11-07 Brianjust reorder a few members of pipe_winsys, update comments
2007-11-07 Brianremove DriverCtx=intel assigment/hack
2007-11-07 BrianPass winsys as a parameter to intel_create_i915simple...
2007-11-07 Brianvar renaming: s/sws/winsys/
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 BrianFloat->uint conversion for PIPE_FORMAT_U_Z32 resulted...
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 Brianinit glsl functions in st_init_driver_functions()
2007-11-07 Brianfix typos, re-enable some extensions to get back to...
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-07 BrianImproved logic for setting up depth/stencil buffers...
2007-11-07 Brianrestore dispatch/extension code (without, dynamic entry...
2007-11-06 Briandisable PIPE_FORMAT_U_Z32, doesn't work ATM
2007-11-06 BrianUpdate xmesa_is_format_supported()
2007-11-06 Brianrealloc surface if format changes, remove dead code
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 Brianremove more dependencies on Mesa types/functions
2007-11-06 Brianimplement context sharing code
2007-11-06 Briancode clean-up
2007-11-06 Brianneed to call pipe->flush() in finish_or_flush()
2007-11-06 Brianinit luminance/intensity_bits to zero in st_get_format_...
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 José FonsecaHandle the corner case of 24bit depth buffer with 0bit...
next