aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Disable, remove tnl module from the Gallium build since no longer used.Brian2007-12-071-1/+1
* New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...Brian2007-12-075-10/+22
* Disable swrast, swrast_setup and driverfuncs in the build.Brian2007-12-071-3/+3
* Move _mesa_init_glsl_driver_functions() into shader_api.cBrian2007-12-075-199/+100
* Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian2007-12-0719-118/+127
* include tgsi_dump.hBrian2007-12-071-0/+1
* Replace "duplicate" formatsBrian2007-12-074-69/+69
* Get rid of "duplicate" formats.Brian2007-12-0714-105/+93
* 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