summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the new vertex buffer draw stage.José Fonseca2007-11-221-307/+116
* New vertex buffer stage.José Fonseca2007-11-222-0/+505
* Fix build.José Fonseca2007-11-221-1/+1
* Fix compatibility issues between gcc and msvc.Michal2007-11-2210-300/+387
* Make it compile under Win32.Michal2007-11-2214-90/+89
* Remove fences from the i915simple winsys interface.José Fonseca2007-11-225-35/+8
* more simplification, clean-up in draw_set_vertex_info()Brian2007-11-211-8/+0
* Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info().Brian2007-11-214-32/+21
* Simplify draw module's vertex_info.Brian2007-11-216-34/+20
* add PIPE_FORMAT_Z24_S8 support to softpipe patshBrian2007-11-204-0/+93
* initial support for PIPE_FORMAT_Z24_S8Brian2007-11-201-0/+2
* optimize earlyz_quad(), add comments, remove unneeded #includesBrian2007-11-191-21/+13
* optimize linear_interpolation(), perspective_interpolation() functionsBrian2007-11-191-25/+18
* Implement early depth test.Michal Krol2007-11-186-25/+150
* Proper fence reference counting.José Fonseca2007-11-173-2/+11
* more convenient debug codeBrian2007-11-161-2/+10
* note problem with fragment coord Y orientationBrian2007-11-161-0/+4
* added a clip-bypass flag to rasterizer stateBrian2007-11-162-0/+2