nv40: depth textures
[mesa.git] / src /
2007-12-11 Ben Skeggsnv40: depth textures
2007-12-11 Ben Skeggsnv40: some forgotten adaptions
2007-12-10 Ben Skeggsnouveau: fix build
2007-12-10 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-10 Keith Whitwellgallium: use hardcoded cliptest code for fixed planes
2007-12-10 Keith Whitwellgallium: disable assert(0) in xmesa_surface()
2007-12-10 Keith Whitwellgallium: remove unnecessary guards on qs->next
2007-12-10 BrianCell driver state-setter functions, basic tile get...
2007-12-10 Brianremove ~ backup files
2007-12-10 BrianAdd 'type' parameter to is_format_supported() to specif...
2007-12-10 Briandisable assertion in sp_tile_cache_set_surface() for now
2007-12-10 Brianimplement i915_put_tile_rgba() - temporary code though
2007-12-10 Briandon't use get/put_tile_rgba() for accum buffer accesses
2007-12-10 Michel DänzerFix up some confusion wrt winsys->buffer_create alignme...
2007-12-10 Michel DänzerLink fewer common objects into Gallium winsys layers.
2007-12-10 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-10 Ben SkeggsCorrect user VBO size.
2007-12-10 Michel DänzerRemove stray references to struct pipe_region.
2007-12-10 Ben Skeggsnv40: more flexible vbo format translation
2007-12-10 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-10 Brianuse quadColor local var
2007-12-10 Ben Skeggsnouveau: fix elusive dma bug
2007-12-10 BrianFix looping for multi-color buffer writing.
2007-12-10 Brianadded null ptr check in draw_destroy() for rasterizer...
2007-12-10 Ben Skeggsnouveau: add callbacks for signalled fences
2007-12-10 Ben Skeggsnouveau: fix build
2007-12-10 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-09 José FonsecaAdapt for winsys interface changes.
2007-12-09 Ben Skeggsnouveau: give resources a start property
2007-12-09 José Fonsecagallium: use SSE by default
2007-12-09 MichalAllow tgsi_dump print-out to stderr or a string buffer.
2007-12-09 José Fonsecagallium: Remove buffer_unfence and buffer_finish.
2007-12-09 José Fonsecagallium: Reusable pipe buffer library.
2007-12-09 Keith Whitwellgallium: fix ordering of arguments to pack_ui32_float4
2007-12-09 Keith Whitwellgallium: initialized draw element buffer to NULL
2007-12-09 Keith Whitwellgallium: add support for aliased 4ub format
2007-12-09 Keith Whitwellgallium: support the full range of possible vertex...
2007-12-09 Michalgallium: add draw_stage::destroy().
2007-12-09 José Fonsecagallium: Comment on winsys's fence functions. Fix comme...
2007-12-09 keithwtemporary _mesa_printf symbol
2007-12-09 keithw[pipe]: add Offset() util macro
2007-12-09 José FonsecaDocument return types.
2007-12-09 keithwadd fence interfaces and buffer create flags to pipe_winsys
2007-12-09 Ben SkeggsMerge branch 'nouveau-gallium-0.1' into darktama-galliu...
2007-12-09 Ben Skeggsnouveau: downgrade hacked syncs to hacked flushes
2007-12-09 Ben Skeggsnouveau: relocs are per-pushbuf, not per-channel
2007-12-09 Ben Skeggsnouveau: use "indirect" push buffers
2007-12-09 Ben Skeggsnouveau: adapt to gallium interface changes
2007-12-09 BrianTry to reduce the frequency of calls to pipe->get_tex_s...
2007-12-09 Brianshorten loops over color bufs
2007-12-09 Briancode re-org in softpipe_clear()
2007-12-09 Brianclean-ups
2007-12-09 BrianTile clearing optimizations.
2007-12-09 BrianDisable, remove tnl module from the Gallium build since...
2007-12-09 BrianNew vbo_set_draw_func() to keep vbo context opaque...
2007-12-09 BrianDisable swrast, swrast_setup and driverfuncs in the...
2007-12-09 BrianMove _mesa_init_glsl_driver_functions() into shader_api.c
2007-12-09 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-09 Brianinclude tgsi_dump.h
2007-12-09 BrianReplace "duplicate" formats
2007-12-09 BrianGet rid of "duplicate" formats.
2007-12-09 BrianEnable the tile clear "optimization"
2007-12-09 BrianMake sp_tile_cache_flush_clear() static.
2007-12-09 BrianConvert the clearValue back to floats for sp_tile_cache...
2007-12-09 BrianSome tile cache improvements, clean-ups.
2007-12-09 Briandon't dereference pt after realloc - fixes valgrind...
2007-12-09 Brianadd some whitespace
2007-12-09 BrianMove struct softpipe_texture definition into sp_texture.h
2007-12-09 Brianminor code movement
2007-12-09 BrianAdd PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format().
2007-12-09 Brianbyteswapping fixes in choose_pixel_format()
2007-12-09 Brianremove stray ;
2007-12-09 BrianRemove obsolete xlib driver files
2007-12-09 BrianOverhaul the Xlib winsys layer.
2007-12-09 Brianadded ST_SURFACE_DEPTH
2007-12-09 Brianmove surface pitch calculation so it always gets updated
2007-12-09 Brianfix void pointer arithmetic warnings
2007-12-09 Briansilence void ptr arithmetic warning
2007-12-09 Michel DänzerEliminate struct pipe_region.
2007-12-09 Michel DänzerRemove remnants of 'intel' from active state tracker...
2007-12-09 Michel Dänzerst_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444.
2007-12-09 Michel DänzerHide texture layout details from the state tracker.
2007-12-09 BrianAdd dependency checking for Cell driver sources.
2007-12-09 Briansilence warning
2007-12-09 Brianadded PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value()
2007-12-09 BrianFix endianness bug in _mesa_texstore_argb8888()
2007-12-09 Brianadded B8G8R8A8 support and improved pixel format select...
2007-12-09 Brianadded tile funcs for B8G8R8A8 format
2007-12-09 Brianadded B8G8R8A8 format
2007-12-09 BrianInitial Cell driver infrastructure.
2007-12-09 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-12-08 BrianTry to reduce the frequency of calls to pipe->get_tex_s...
2007-12-08 Brianshorten loops over color bufs
2007-12-08 Briancode re-org in softpipe_clear()
2007-12-08 Brianclean-ups
2007-12-08 BrianTile clearing optimizations.
2007-12-08 BrianDisable, remove tnl module from the Gallium build since...
2007-12-08 BrianNew vbo_set_draw_func() to keep vbo context opaque...
2007-12-08 BrianDisable swrast, swrast_setup and driverfuncs in the...
2007-12-08 BrianMove _mesa_init_glsl_driver_functions() into shader_api.c
next