profile/ivi/mesa.git
2007-12-12 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-12-12 BrianCell: draw smooth-shaded triangle
2007-12-11 BrianCollect some global vars in a single struct.
2007-12-11 BrianRemove temporary cell_create_surface()
2007-12-11 BrianSPU function prototypes, etc.
2007-12-11 Ian RomanickPort to libspe2
2007-12-11 Ian RomanickRemove '-include altivec.h'.
2007-12-11 José FonsecaMention 965 driver on main page.
2007-12-11 José FonsecaWrite a nicer doxygen main page, based on the TG's...
2007-12-11 José FonsecaCover LLVM code in doxygen output.
2007-12-11 Michel Dänzersoftpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and...
2007-12-11 Michel DänzerRemove internal_format field from struct pipe_texture.
2007-12-11 Keith WhitwellRework gallium and mesa queries a little.
2007-12-11 Keith Whitwell965: remove duplicate brw_draw functions, make init...
2007-12-11 Keith Whitwellgallium: remove clear values from depth, stencil state
2007-12-11 BrianFix align16() function to work with 32/64-bit pointers...
2007-12-11 Brianchange align_malloc() alignment to uint
2007-12-11 BrianMove align_malloc(), align_free() to p_util.h
2007-12-11 Brianuse ALIGN16_ATTRIB from p_compiler.h
2007-12-11 BrianRemove obsolete clear_color, tex sampler state
2007-12-11 BrianRemove obsolete clear_color, tex sampler state functions
2007-12-11 Brianadd missing case statements for TGSI_TOKEN_TYPE_IMMEDIA...
2007-12-11 Zack RusinAdopt llvm to some of the latest changes.
2007-12-11 Zack RusinRedo the fragment program examples to match vp's
2007-12-11 Zack RusinAdd a simple fps counter to the example
2007-12-11 Zack RusinRedo the way we pass arguments to the llvm.
2007-12-11 Zack Rusinnumber of outputs is nr_attribs - 2
2007-12-11 Zack RusinImplement kilp and make it work
2007-12-11 Zack RusinRewrite argument passing to prepare for handling of...
2007-12-11 Keith Whitwellgallium: remove set_sampler_units interface
2007-12-11 Keith Whitwellgallium: remove redundant clear_color state.
2007-12-11 Keith Whitwellgallium: Remove feedback interfaces from pipe driver.
2007-12-11 Keith Whitwellgallium: remove dead pbo zcopy code
2007-12-11 Zack RusinHmm, missed these two files. Sorry.
2007-12-11 Zack RusinPort i965 driver to Gallium3D.
2007-12-11 Ben Skeggsnv40: insanely stupid bug..
2007-12-11 Ben Skeggsnv40: allow reading from fragprog result regs
2007-12-11 Ben Skeggsnv40: depth textures
2007-12-11 Ben Skeggsnv40: some forgotten adaptions
2007-12-11 José FonsecaAdd surface storage allocation function to winsys inter...
2007-12-11 José FonsecaAdd inline funtion to comput format size based on code...
2007-12-11 BrianCell: first triangle.
2007-12-11 Brianset window size to 256x256
2007-12-11 BrianXXX comments about some hard-coded values that need...
2007-12-11 Brianminor clean-ups, comments
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 Brianremove -Wall, add -DGALLIUM_CELL
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 Keith Whitwellgallium: more trivial tests
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: remove unneeded depth buffer
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...
next