summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe
Commit message (Expand)AuthorAgeFilesLines
* Remove stray references to struct pipe_region.Michel Dänzer2007-12-101-7/+0
* use quadColor local varBrian2007-12-095-108/+114
* Fix looping for multi-color buffer writing.Brian2007-12-096-9/+11
* added null ptr check in draw_destroy() for rasterizer stageBrian2007-12-091-1/+2
* Adapt for winsys interface changes.José Fonseca2007-12-094-7/+15
* gallium: use SSE by defaultJosé Fonseca2007-12-092-2/+2
* Allow tgsi_dump print-out to stderr or a string buffer.Michal2007-12-093-100/+220
* gallium: Remove buffer_unfence and buffer_finish.José Fonseca2007-12-092-45/+0
* gallium: Reusable pipe buffer library.José Fonseca2007-12-0916-3/+2266
* gallium: fix ordering of arguments to pack_ui32_float4Keith Whitwell2007-12-091-2/+2
* gallium: initialized draw element buffer to NULLKeith Whitwell2007-12-091-0/+1
* gallium: add support for aliased 4ub formatKeith Whitwell2007-12-091-0/+2
* gallium: add draw_stage::destroy().Michal2007-12-0917-7/+128
* gallium: Comment on winsys's fence functions. Fix comment layout for doxygen.José Fonseca2007-12-091-11/+23
* temporary _mesa_printf symbolkeithw2007-12-091-0/+4
* [pipe]: add Offset() util macrokeithw2007-12-091-0/+1
* Document return types.José Fonseca2007-12-091-2/+12
* add fence interfaces and buffer create flags to pipe_winsyskeithw2007-12-093-16/+38
* Try to reduce the frequency of calls to pipe->get_tex_surface()Brian2007-12-071-9/+32
* shorten loops over color bufsBrian2007-12-073-3/+3
* code re-org in softpipe_clear()Brian2007-12-071-4/+13
* clean-upsBrian2007-12-071-14/+6
* Tile clearing optimizations.Brian2007-12-073-151/+147
* Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian2007-12-0713-92/+103
* Get rid of "duplicate" formats.Brian2007-12-0713-102/+90
* Enable the tile clear "optimization"Brian2007-12-071-1/+1
* Make sp_tile_cache_flush_clear() static.Brian2007-12-072-36/+48
* Convert the clearValue back to floats for sp_tile_cache_clear()Brian2007-12-071-4/+32
* Some tile cache improvements, clean-ups.Brian2007-12-074-148/+206
* don't dereference pt after realloc - fixes valgrind errorBrian2007-12-071-1/+1
* add some whitespaceBrian2007-12-071-0/+6
* Move struct softpipe_texture definition into sp_texture.hBrian2007-12-076-32/+45
* minor code movementBrian2007-12-071-3/+2
* byteswapping fixes in choose_pixel_format()Brian2007-12-071-10/+13
* remove stray ;Brian2007-12-071-1/+1
* Remove obsolete xlib driver filesBrian2007-12-072-584/+0
* Overhaul the Xlib winsys layer.Brian2007-12-076-2360/+256
* silence void ptr arithmetic warningBrian2007-12-071-2/+3
* Eliminate struct pipe_region.Michel Dänzer2007-12-0727-463/+186
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-0632-328/+515
* Add dependency checking for Cell driver sources.Brian2007-12-052-4/+38
* added B8G8R8A8 support and improved pixel format selection when doing remote ...Brian2007-12-054-8/+89
* added tile funcs for B8G8R8A8 formatBrian2007-12-051-0/+70
* added B8G8R8A8 formatBrian2007-12-051-0/+3
* Initial Cell driver infrastructure.Brian2007-12-0211-4/+301
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-2914-480/+451
* Cleanup PIPE_FORMAT names.Michal Krol2007-11-241-96/+181
* gallium: remove sp_headers.h references.Michal Krol2007-11-232-2/+0
* gallium: reorg tgsi directories.Michal Krol2007-11-2328-880/+45
* gallium: back out winsys interface changesMichal Krol2007-11-231-1/+1