summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-03-10fix compilationZack Rusin
2008-03-10fix Height2/Depth2 init problem when using texture bordersBrian
2008-03-10gallium: disable an unneeded assertion (hit with texwrap.c)Brian
2008-03-10Move SPE register allocator to rtasm codeIan Romanick
2008-03-10draw: placeholder/prototype code for a passthrough draw pathKeith Whitwell
2008-03-10mesa: fast-track glColor and similar calls when not immediate mode renderingKeith Whitwell
2008-03-10gallium: fix compiler warningKeith Whitwell
2008-03-10gallium: use the same bypass_clipping logic on all vs pathsKeith Whitwell
2008-03-10gallium: enable bug workaround in draw_vertex_cache_invalidateKeith Whitwell
2008-03-10gallium: new surface/context tracker (sct) moduleBrian
2008-03-10cell: sync up with sampler/texture state-setting changesBrian
2008-03-10gallium: Use hardcoded breakpoints on x86 targets.José Fonseca
2008-03-10Some notes about debuggingJosé Fonseca
2008-03-10gallium: Import Dennis Smit cpu detection code.José Fonseca
2008-03-10gallium: WinCE portability fixes.José Fonseca
2008-03-09gallium: avoid deleting currently-bound CSO's on cache destructionKeith Whitwell
2008-03-09draw: cope with binding NULL vertex shader (on context delete, for instance)Keith Whitwell
2008-03-09cso: fix line endingsKeith Whitwell
2008-03-09cso: Use MALLOCKeith Whitwell
2008-03-09cso: add a higher-level interface which does all pipe interactions to set a g...Keith Whitwell
2008-03-09gallium: add some commonly implemented bits of hw stateKeith Whitwell
2008-03-08gallium: Document debug_printf usage.José Fonseca
2008-03-06gallium: Surround externs with extern "C".Michal Krol
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-03-05gallium: Use custom vsnprintf in WINDDK.José Fonseca
2008-03-04draw: dont' compute clipmask or apply viewport when not clipping (rename bypa...Keith Whitwell
2008-03-04gallium: Add missing file for scons build.Michel Dänzer
2008-03-04gallium: Fix scons condition for building the xlib winsys.Michel Dänzer
2008-03-04gallium: Make scons build gallivm before other auxiliary modules.Michel Dänzer
2008-03-03win32: don't prepend all debug with gallium3dKeith Whitwell
2008-03-03draw: add fetch for bgra ubyte surfacesKeith Whitwell
2008-03-03gallium: remove obsolete commentKeith Whitwell
2008-03-03gallium: document user_buffer_create a littleKeith Whitwell
2008-03-01refactor code calling builtins and implement dp4Zack Rusin
2008-03-01make the first builtin work (dp3)Zack Rusin
2008-03-01start implementing start of bultinsZack Rusin
2008-02-29gallium: change st->state.sampler_texture[] to store pipe_texture pointersBrian Paul
2008-02-29gallium: fix update_textures() bug in pipe_texture binding logicBrian Paul
2008-02-29gallium: fix line emit order for unfilled trisBrian Paul
2008-02-29gallium: point rast coord tweakBrian Paul
2008-02-29gallium: need precalc_flat=1 for wide linesBrian Paul
2008-02-29scons: List sp_screen.c.Michal Krol
2008-02-29gallium: tweak coords for wide linesBrian Paul
2008-02-29gallium: fix glCopyPixels(GL_DEPTH) when Z format conversion is neededBrian Paul
2008-02-29gallium: added pipe_get/put_tile_z() functionsBrian Paul
2008-02-29gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl...Brian
2008-02-28cell: convert all points/lines to tris for the time beingBrian
2008-02-28cell: remove obsolete texture fieldBrian
2008-02-28gallium: new wide point/line stages (missed in prev commit)Brian Paul
2008-02-28gallium: split draw_wide_prim stage into separate point/line stages.Brian Paul