aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format().Brian2007-12-071-22/+28
* 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-077-2363/+257
* added ST_SURFACE_DEPTHBrian2007-12-072-1/+2
* move surface pitch calculation so it always gets updatedBrian2007-12-071-2/+3
* fix void pointer arithmetic warningsBrian2007-12-071-7/+14
* silence void ptr arithmetic warningBrian2007-12-071-2/+3
* Eliminate struct pipe_region.Michel Dänzer2007-12-0738-603/+275
* Remove remnants of 'intel' from active state tracker code.Michel Dänzer2007-12-061-5/+2
* st_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444.Michel Dänzer2007-12-061-0/+2
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-0642-886/+933
* Add dependency checking for Cell driver sources.Brian2007-12-053-6/+41
* silence warningBrian2007-12-051-0/+1
* added PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value()Brian2007-12-051-0/+3
* Fix endianness bug in _mesa_texstore_argb8888()Brian2007-12-051-13/+15
* 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-0212-6/+308
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-2921-570/+550
* Cleanup PIPE_FORMAT names.Michal Krol2007-11-242-102/+189
* gallium: remove sp_headers.h references.Michal Krol2007-11-232-2/+0
* gallium: reorg tgsi directories.Michal Krol2007-11-2334-895/+62
* 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-223-0/+506
* Fix build.José Fonseca2007-11-221-1/+1
* The right include was mtypes.h.José Fonseca2007-11-221-1/+1
* Fix build errors.José Fonseca2007-11-222-0/+5
* 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-229-105/+31
* 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-215-43/+31
* 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-204-4/+24
* 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