12937 Commits (3af35c6dfa4db1cbf830731882e61d57741f2898)
 

Author SHA1 Message Date
  Brian 7655486c88 Convert the clearValue back to floats for sp_tile_cache_clear() 17 years ago
  Brian dfc21b2efb Some tile cache improvements, clean-ups. 17 years ago
  Brian f36258d7e1 don't dereference pt after realloc - fixes valgrind error 17 years ago
  Brian 1eb78225c4 add some whitespace 17 years ago
  Brian 0d74d51790 Move struct softpipe_texture definition into sp_texture.h 17 years ago
  Brian 99823680a5 minor code movement 17 years ago
  Brian 03dcde4caa Add PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format(). 17 years ago
  Brian f1285f238a byteswapping fixes in choose_pixel_format() 17 years ago
  Brian 5002d1eb88 remove stray ; 17 years ago
  Brian 5f512d9423 Remove obsolete xlib driver files 17 years ago
  Brian 2a9c33f9fe Overhaul the Xlib winsys layer. 17 years ago
  Brian 6397bef076 added ST_SURFACE_DEPTH 17 years ago
  Brian a09224258a move surface pitch calculation so it always gets updated 17 years ago
  Brian 6cb181dc15 fix void pointer arithmetic warnings 17 years ago
  Brian a775689036 silence void ptr arithmetic warning 17 years ago
  Michel Dänzer 0a44a3fa2f Eliminate struct pipe_region. 17 years ago
  Michel Dänzer 7f984e1d2a Remove remnants of 'intel' from active state tracker code. 17 years ago
  Michel Dänzer b57632f04e st_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444. 17 years ago
  Michel Dänzer 274603c5c9 Hide texture layout details from the state tracker. 17 years ago
  Brian 6f44a21348 Add dependency checking for Cell driver sources. 17 years ago
  Brian 5cb7186730 silence warning 17 years ago
  Brian dc76fe436c added PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value() 17 years ago
  Brian 64a1d5cbd1 Fix endianness bug in _mesa_texstore_argb8888() 17 years ago
  Brian ecd0853a09 added B8G8R8A8 support and improved pixel format selection when doing remote display to X server of different endianness. 17 years ago
  Brian 4f25c76735 added tile funcs for B8G8R8A8 format 17 years ago
  Brian 7f9a64e247 added B8G8R8A8 format 17 years ago
  Brian 264f64fd89 added -fPIC 17 years ago
  Brian 0d2ba87b54 don't build libglw 17 years ago
  Brian 1698cbde30 Initial Cell driver infrastructure. 17 years ago
  Brian e5d8ee205a glut doesn't need -lXt 17 years ago
  José Fonseca c989209b6a Cover state tracker and winsys driver. Tweak parameters. 17 years ago
  Michel Dänzer 72513ae3a7 Move dimensions from struct pipe_region to struct pipe_surface. 17 years ago
  Brian f83d4e7bde Try to reduce the frequency of calls to pipe->get_tex_surface() 17 years ago
  Brian a110789f3e shorten loops over color bufs 17 years ago
  Brian 5d4b53b3af code re-org in softpipe_clear() 17 years ago
  Brian d1d9156831 clean-ups 17 years ago
  Brian 127a493fe2 Tile clearing optimizations. 17 years ago
  Brian 51537e0b6e Disable, remove tnl module from the Gallium build since no longer used. 17 years ago
  Brian c885775cae New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl module. 17 years ago
  Brian 40e9c57d31 Disable swrast, swrast_setup and driverfuncs in the build. 17 years ago
  Brian 2d2bb35f96 Move _mesa_init_glsl_driver_functions() into shader_api.c 17 years ago
  Brian 54fc80ab31 Define PIPE_FORMAT_ tokens as an enum set, rather than #defines. 17 years ago
  Brian 6070a0eb2b include tgsi_dump.h 17 years ago
  Brian d3e05111c8 Replace "duplicate" formats 17 years ago
  Brian 2067eed9d3 Get rid of "duplicate" formats. 17 years ago
  Brian 099bf3ffe9 Enable the tile clear "optimization" 17 years ago
  Brian 872caf6089 Make sp_tile_cache_flush_clear() static. 17 years ago
  Brian c69c7a6054 Convert the clearValue back to floats for sp_tile_cache_clear() 17 years ago
  Brian 57df347bb8 Some tile cache improvements, clean-ups. 17 years ago
  Brian dd87c43a44 don't dereference pt after realloc - fixes valgrind error 17 years ago