cso: use framebuffer utility functions
[mesa.git] / src / gallium / drivers /
2010-05-03 Brian Paulgallium: move framebuffer utility functions into a...
2010-05-03 Marek Olšákr300g: use util_format_short_name and util_format_is_plain
2010-05-03 Marek Olšákr300g: refuse to create a texture with size 0
2010-05-03 Marek Olšákr300g: improve texture debug output, split into TEX...
2010-05-03 Török EdwinReorder LLVM passes, running mem2reg earlier.
2010-05-03 José Fonsecasvga: Silent warning.
2010-05-03 José Fonsecagallium: Remove loop register file.
2010-05-03 Dave Airliesoftpipe: invalidate cache view when swizzles are diffe...
2010-05-02 Jakob Bornecrantzidentity: Move sampler view create and destroy to id_ob...
2010-05-02 Jakob Bornecrantzidentity: s/texture/resource/
2010-05-02 Jakob Bornecrantzidentity: Whitespace & Style
2010-05-02 Xavier Chantryllvmpipe: add lp_test_* to .gitignore
2010-05-02 José Fonsecasvga: Remove the screen private context.
2010-05-02 José Fonsecasvga: Remove empty file.
2010-05-02 José Fonsecasvga: Update flags documentation.
2010-05-02 José Fonsecasoftpipe: Fix alpha blending for formats without alpha...
2010-05-02 José Fonsecallvmpipe: Fix alpha blending for formats without alpha...
2010-05-02 Vinson Leesvga: Include svga_surface.h in svga_screen.c.
2010-05-02 Vinson Leer300g: Remove unnecessary header.
2010-05-02 Marek Olšákr300g: fix surface_copy for compressed formats
2010-05-02 José Fonsecatrace: Fix typo in method name.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-05-02 Marek Olšákr300g: always set the pitch of the first miplevel in...
2010-05-02 Marek OlšákRevert "r300g: disable point sprites (again)"
2010-05-02 Marek Olšákr300g: merge VS output mapping state (VAP) to rasterize...
2010-05-02 Marek Olšákr300g: inline update_derived_shader_state
2010-05-02 Marek Olšákr300g: fix segfault when resizing a DRI2 framebuffer
2010-05-02 Vinson Leei965g: s/sprintf/util_snprintf/
2010-05-01 Vinson Leellvmpipe: Remove unused variable.
2010-04-30 Christoph Bumillernv50: raise constant buffers size to maximum
2010-04-30 Christoph Bumillernv50: relax restriction on surface_copy format equality...
2010-04-30 Christoph Bumillernv50: don't segfault on OPCODE_END for empty programs
2010-04-22 Alex Deucherr300g: fix vertex unit setup
2010-04-21 Brian Paulllvmpipe: add missing dependency in Makefile
2010-04-21 Marek Olšákr300g: raise the max index for generic varyings to 32
2010-04-21 Brian Paulsoftpipe: call draw_wide_point_sprites()
2010-04-21 Brian Paulllvmpipe: consolidate texture memory allocation code
2010-04-21 Vinson Leellvmpipe: Remove unused variable.
2010-04-21 Vinson Leei965g: s/inttypes.h/stdint.h/
2010-04-21 Jakob Bornecrantzsvga: Fix index offset
2010-04-21 Vinson Leei965g: Remove unnecessary header.
2010-04-20 Vinson Leellvmpipe: Change return type of declaration to match...
2010-04-20 Brian Paulllvmpipe: code consolidation
2010-04-20 Brian Paulllvmpipe: remove debug code and simplify
2010-04-20 Brian Paulllvmpipe: fix cube face addressing bug
2010-04-20 Brian Paulllvmpipe: whitespace fix
2010-04-20 Jakob Bornecrantzsvga: Init surface functions
2010-04-29 Jakob Bornecrantzsoftpipe & llvmpipe: Enable SM3 cap
2010-04-29 Brian Paulllvmpipe: fix texture/display target memory leak
2010-04-29 Marek Olšákr300g: fix compiler error
2010-04-29 Marek Olšákr300g: use the enum for color swizzles in the rasterizer
2010-04-29 Marek Olšákr300g: rasterizer debug logging
2010-04-29 Marek Olšákr300g: fix tests/yuvrect and possibly even rendering...
2010-04-29 Marek Olšákr300g: enable the RGBA16F renderbuffer too
2010-04-29 Marek Olšákr300g: enable float textures
2010-04-29 Marek Olšákr300g: compose swizzles from texture formats and sample...
2010-04-29 Marek Olšákr300g: init s3tc fetching functions
2010-04-20 Corbin Simpsonr300g: Spill a bit more info about implementation error...
2010-04-20 Christoph Bumillernv50: make a working check for user memory vertex/index...
2010-04-20 Christoph Bumillernv50: fix FP result counting for depth output
2010-04-20 Christoph Bumillernv50: support vertex index bias
2010-04-20 Brian Paulllvmpipe: fix depth+stencil logic error
2010-04-20 Brian Paulllvmpipe: fix comment/typo
2010-04-20 Brian Paulllvmpipe: fix incorrect front-facing value for fragment...
2010-04-20 Brian Paulllvmpipe: rename mode -> interp
2010-04-20 Brian Paulllvmpipe: remove dead code/comment
2010-04-20 Brian Paulnv50: move declaration before code
2010-04-20 Brian Paulnv50: fixed void pointer arithment warning
2010-04-20 Brian Paulgallium: replace pipe_resource::_usage with pipe_resour...
2010-04-20 Brian Paulnv50: add missing idxbias param to nv50_push_elements_i...
2010-04-20 Brian Paulllvmpipe: remove call to llvmpipe_set_texture_image_lay...
2010-04-20 José Fonsecallvmpipe: Re-enable half float formats.
2010-04-20 José Fonsecagallivm: Universal format support on lp_build_fetch_rgb...
2010-04-20 José Fonsecagallivm: Cleanups and bugfixes to aos format translation.
2010-04-20 José Fonsecagallivm: Bring aos format back to life.
2010-04-20 José Fonsecanvfx: Fix typo.
2010-04-20 Alan Hourihanellvmpipe: silence warning
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Brian Paulllvmpipe: remove dead code
2010-04-19 Brian Paulllvmpipe: use llvmpipe_resource_stride()
2010-04-19 Brian Paulllvmpipe: get 3D texture image stride from an array...
2010-04-19 Brian Paulllvmpipe: consolidate some code in llvmpipe_set_texture...
2010-04-19 Brian Paulllvmpipe: fix rendering to 3D textures
2010-04-19 Brian Paulllvmpipe: checkpoint: fixes for render to 3D texture
2010-04-19 Brian Paulllvmpipe: another fix for surface memory allocation
2010-04-19 Marek Olšákr300g: add is_rv350 flag
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Jakob Bornecrantzsvga: More don't recurse
2010-04-19 Jakob Bornecrantzsvga: Don't recurse
2010-04-28 Brian Paulllvmpipe: free vertex buffer memory in lp_setup_vbuf_de...
2010-04-28 Brian Paulllvmpipe: fix scene queue memory leak
2010-04-28 Brian Paulllvmpipe: fix scene queue memory leak
2010-04-28 Brian Paulllvmpipe: fix mem leak in llvmpipe_resource_destroy()
2010-04-28 Brian Paulllvmpipe: fix surface memory leak during tear-down
2010-04-28 Brian Paulllvmpipe: remove unused psize_slot field
2010-04-28 Brian Paulllvmpipe: move/rename llvmpipe_init_surface_functions()
2010-04-28 Brian Paulllvmpipe: make rasterizer-related functions static...
2010-04-28 Brian Paulllvmpipe: update comments, fix formatting
2010-04-28 Brian Paulllvmpipe: remove old prototypes, fix-up formatting
next