- c474f1f Port i965 driver to Gallium3D. by Zack Rusin · 17 years ago
- 1236367 Add surface storage allocation function to winsys interface. by José Fonseca · 17 years ago
- 609538f Add inline funtion to comput format size based on code in st_format.c. by José Fonseca · 17 years ago
- 7d1894c Cell: first triangle. by Brian · 17 years ago
- c9f9c50 XXX comments about some hard-coded values that need to be fixed by Brian · 17 years ago
- 5d41a71 minor clean-ups, comments by Brian · 17 years ago
- 0a79c65 gallium: use hardcoded cliptest code for fixed planes by Keith Whitwell · 17 years ago
- f2feb2e gallium: disable assert(0) in xmesa_surface() by Keith Whitwell · 17 years ago
- 7c306af gallium: remove unnecessary guards on qs->next by Keith Whitwell · 17 years ago
- e53303b Cell driver state-setter functions, basic tile get/put, glClear. by Brian · 17 years ago
- e248f94 remove ~ backup files by Brian · 17 years ago
- 4f58d9a Add 'type' parameter to is_format_supported() to specify texture vs. drawing surface, etc. by Brian · 17 years ago
- f26936b disable assertion in sp_tile_cache_set_surface() for now by Brian · 17 years ago
- 4ccd312 implement i915_put_tile_rgba() - temporary code though by Brian · 17 years ago
- 1b20b2d don't use get/put_tile_rgba() for accum buffer accesses by Brian · 17 years ago
- 37484a3 Fix up some confusion wrt winsys->buffer_create alignment / flags parameters. by Michel Dänzer · 17 years ago
- 41ce1f8 Link fewer common objects into Gallium winsys layers. by Michel Dänzer · 17 years ago
- f7195b3 Correct user VBO size. by Ben Skeggs · 17 years ago
- 913703d Remove stray references to struct pipe_region. by Michel Dänzer · 17 years ago
- 63e2ab8 use quadColor local var by Brian · 17 years ago
- 9884838 Fix looping for multi-color buffer writing. by Brian · 17 years ago
- 04e88f4 added null ptr check in draw_destroy() for rasterizer stage by Brian · 17 years ago
- f8f9580 Adapt for winsys interface changes. by José Fonseca · 17 years ago
- de7e51f gallium: use SSE by default by José Fonseca · 17 years ago
- 6cdcebe Allow tgsi_dump print-out to stderr or a string buffer. by Michal · 17 years ago
- 273f6e7 gallium: Remove buffer_unfence and buffer_finish. by José Fonseca · 17 years ago
- b478362 gallium: Reusable pipe buffer library. by José Fonseca · 17 years ago
- 708582f gallium: fix ordering of arguments to pack_ui32_float4 by Keith Whitwell · 17 years ago
- bbecce5 gallium: initialized draw element buffer to NULL by Keith Whitwell · 17 years ago
- da47ad0 gallium: add support for aliased 4ub format by Keith Whitwell · 17 years ago
- 73a0594 gallium: support the full range of possible vertex types by Keith Whitwell · 17 years ago
- d754548 gallium: add draw_stage::destroy(). by Michal · 17 years ago
- 74fe189 gallium: Comment on winsys's fence functions. Fix comment layout for doxygen. by José Fonseca · 17 years ago
- 6e876d1 temporary _mesa_printf symbol by keithw · 17 years ago
- e87efe7 [pipe]: add Offset() util macro by keithw · 17 years ago
- 79ad824 Document return types. by José Fonseca · 17 years ago
- cd1eefe add fence interfaces and buffer create flags to pipe_winsys by keithw · 17 years ago
- f83d4e7 Try to reduce the frequency of calls to pipe->get_tex_surface() by Brian · 17 years ago
- a110789 shorten loops over color bufs by Brian · 17 years ago
- 5d4b53b code re-org in softpipe_clear() by Brian · 17 years ago
- d1d9156 clean-ups by Brian · 17 years ago
- 127a493 Tile clearing optimizations. by Brian · 17 years ago
- 51537e0 Disable, remove tnl module from the Gallium build since no longer used. by Brian · 17 years ago
- c885775 New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl module. by Brian · 17 years ago
- 40e9c57 Disable swrast, swrast_setup and driverfuncs in the build. by Brian · 17 years ago
- 2d2bb35 Move _mesa_init_glsl_driver_functions() into shader_api.c by Brian · 17 years ago
- 54fc80a Define PIPE_FORMAT_ tokens as an enum set, rather than #defines. by Brian · 17 years ago
- 6070a0e include tgsi_dump.h by Brian · 17 years ago
- d3e0511 Replace "duplicate" formats by Brian · 17 years ago
- 2067eed Get rid of "duplicate" formats. by Brian · 17 years ago
- 099bf3f Enable the tile clear "optimization" by Brian · 17 years ago
- 872caf6 Make sp_tile_cache_flush_clear() static. by Brian · 17 years ago
- c69c7a6 Convert the clearValue back to floats for sp_tile_cache_clear() by Brian · 17 years ago
- 57df347 Some tile cache improvements, clean-ups. by Brian · 17 years ago
- dd87c43 don't dereference pt after realloc - fixes valgrind error by Brian · 17 years ago
- e6b5cf3 add some whitespace by Brian · 17 years ago
- 4c90dc7 Move struct softpipe_texture definition into sp_texture.h by Brian · 17 years ago
- 94a3cb0 minor code movement by Brian · 17 years ago
- da3dfe5 Add PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format(). by Brian · 17 years ago
- 0d1669f byteswapping fixes in choose_pixel_format() by Brian · 17 years ago
- 9772bb7 remove stray ; by Brian · 17 years ago
- e920f36 Remove obsolete xlib driver files by Brian · 17 years ago
- 749d723 Overhaul the Xlib winsys layer. by Brian · 17 years ago
- f77ce9e added ST_SURFACE_DEPTH by Brian · 17 years ago
- ee6b39c move surface pitch calculation so it always gets updated by Brian · 17 years ago
- 5823f99 fix void pointer arithmetic warnings by Brian · 17 years ago
- b9300f1 silence void ptr arithmetic warning by Brian · 17 years ago
- b859cdf Eliminate struct pipe_region. by Michel Dänzer · 17 years ago
- 987d59b Remove remnants of 'intel' from active state tracker code. by Michel Dänzer · 17 years ago
- d492b38 st_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444. by Michel Dänzer · 17 years ago
- 753db0d Hide texture layout details from the state tracker. by Michel Dänzer · 17 years ago
- 5935626 Add dependency checking for Cell driver sources. by Brian · 17 years ago
- ce30f05 silence warning by Brian · 17 years ago
- 146483d added PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value() by Brian · 17 years ago
- 3eadbe6 Fix endianness bug in _mesa_texstore_argb8888() by Brian · 17 years ago
- 9df0a6d added B8G8R8A8 support and improved pixel format selection when doing remote display to X server of different endianness. by Brian · 17 years ago
- 04516cf added tile funcs for B8G8R8A8 format by Brian · 17 years ago
- fa3fc81 added B8G8R8A8 format by Brian · 17 years ago
- 88b715b Initial Cell driver infrastructure. by Brian · 17 years ago
- 11a8016 Move dimensions from struct pipe_region to struct pipe_surface. by Michel Dänzer · 17 years ago
- 7043db6 Cleanup PIPE_FORMAT names. by Michal Krol · 17 years ago
- b3dee01 gallium: remove sp_headers.h references. by Michal Krol · 17 years ago
- abd5e8e gallium: reorg tgsi directories. by Michal Krol · 17 years ago
- 44519be gallium: back out winsys interface changes by Michal Krol · 17 years ago
- 9924f20 Use the new vertex buffer draw stage. by José Fonseca · 17 years ago
- 1a8daf0 New vertex buffer stage. by José Fonseca · 17 years ago
- 45f658f Fix build. by José Fonseca · 17 years ago
- 369ff97 The right include was mtypes.h. by José Fonseca · 17 years ago
- c584142 Fix build errors. by José Fonseca · 17 years ago
- 0e31e24 Fix compatibility issues between gcc and msvc. by Michal · 17 years ago
- 5961732 Make it compile under Win32. by Michal · 17 years ago
- 4541ee5 Remove fences from the i915simple winsys interface. by José Fonseca · 17 years ago
- 2112191 more simplification, clean-up in draw_set_vertex_info() by Brian · 17 years ago
- 9f0b5bb Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info(). by Brian · 17 years ago
- fbe68bf Simplify draw module's vertex_info. by Brian · 17 years ago
- 5a6017d add PIPE_FORMAT_Z24_S8 support to softpipe patsh by Brian · 17 years ago
- 0191570 initial support for PIPE_FORMAT_Z24_S8 by Brian · 17 years ago
- c4f9fbb optimize earlyz_quad(), add comments, remove unneeded #includes by Brian · 17 years ago
- 0204cbb optimize linear_interpolation(), perspective_interpolation() functions by Brian · 17 years ago
- 7f718f0 Implement early depth test. by Michal Krol · 17 years ago