2007-12-10 |
Keith Whitwell | gallium: use hardcoded cliptest code for fixed planes |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Keith Whitwell | gallium: disable assert(0) in xmesa_surface() |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Keith Whitwell | gallium: remove unnecessary guards on qs->next |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | Cell driver state-setter functions, basic tile get... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | remove ~ backup files |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | remove -Wall, add -DGALLIUM_CELL |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | Add 'type' parameter to is_format_supported() to specif... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | disable assertion in sp_tile_cache_set_surface() for now |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | implement i915_put_tile_rgba() - temporary code though |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | don't use get/put_tile_rgba() for accum buffer accesses |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Michel Dänzer | Fix up some confusion wrt winsys->buffer_create alignme... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Michel Dänzer | Link fewer common objects into Gallium winsys layers. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Ben Skeggs | Correct user VBO size. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Michel Dänzer | Remove stray references to struct pipe_region. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | use quadColor local var |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | Fix looping for multi-color buffer writing. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Brian | added null ptr check in draw_destroy() for rasterizer... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
José Fonseca | Adapt for winsys interface changes. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
José Fonseca | gallium: use SSE by default |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Michal | Allow tgsi_dump print-out to stderr or a string buffer. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
José Fonseca | gallium: Remove buffer_unfence and buffer_finish. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Keith Whitwell | gallium: more trivial tests |
commit | commitdiff | tree | snapshot |
2007-12-09 |
José Fonseca | gallium: Reusable pipe buffer library. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Keith Whitwell | gallium: fix ordering of arguments to pack_ui32_float4 |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Keith Whitwell | gallium: remove unneeded depth buffer |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Keith Whitwell | gallium: initialized draw element buffer to NULL |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Keith Whitwell | gallium: add support for aliased 4ub format |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Keith Whitwell | gallium: support the full range of possible vertex... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Michal | gallium: add draw_stage::destroy(). |
commit | commitdiff | tree | snapshot |
2007-12-09 |
José Fonseca | gallium: Comment on winsys's fence functions. Fix comme... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
keithw | temporary _mesa_printf symbol |
commit | commitdiff | tree | snapshot |
2007-12-09 |
keithw | [pipe]: add Offset() util macro |
commit | commitdiff | tree | snapshot |
2007-12-09 |
José Fonseca | Document return types. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
keithw | add fence interfaces and buffer create flags to pipe_winsys |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Brian | Try to reduce the frequency of calls to pipe->get_tex_s... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Brian | shorten loops over color bufs |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Brian | code re-org in softpipe_clear() |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Brian | clean-ups |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Brian | Tile clearing optimizations. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Brian | Disable, remove tnl module from the Gallium build since... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Brian | New vbo_set_draw_func() to keep vbo context opaque... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Brian | Disable swrast, swrast_setup and driverfuncs in the... |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Brian | Move _mesa_init_glsl_driver_functions() into shader_api.c |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | Define PIPE_FORMAT_ tokens as an enum set, rather than... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | include tgsi_dump.h |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | Replace "duplicate" formats |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | Get rid of "duplicate" formats. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | Enable the tile clear "optimization" |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | Make sp_tile_cache_flush_clear() static. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | Convert the clearValue back to floats for sp_tile_cache... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | Some tile cache improvements, clean-ups. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | don't dereference pt after realloc - fixes valgrind... |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | add some whitespace |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | Move struct softpipe_texture definition into sp_texture.h |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | minor code movement |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | Add PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format(). |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | byteswapping fixes in choose_pixel_format() |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | remove stray ; |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | Remove obsolete xlib driver files |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | Overhaul the Xlib winsys layer. |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | added ST_SURFACE_DEPTH |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | move surface pitch calculation so it always gets updated |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | fix void pointer arithmetic warnings |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Brian | silence void ptr arithmetic warning |
commit | commitdiff | tree | snapshot |
2007-12-07 |
Michel Dänzer | Eliminate struct pipe_region. |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Michel Dänzer | Remove remnants of 'intel' from active state tracker... |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Michel Dänzer | st_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444. |
commit | commitdiff | tree | snapshot |
2007-12-06 |
Michel Dänzer | Hide texture layout details from the state tracker. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Brian | Add dependency checking for Cell driver sources. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Brian | silence warning |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Brian | added PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value() |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Brian | Fix endianness bug in _mesa_texstore_argb8888() |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Brian | added B8G8R8A8 support and improved pixel format select... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Brian | added tile funcs for B8G8R8A8 format |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Brian | added B8G8R8A8 format |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Brian | added -fPIC |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Brian | don't build libglw |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Brian | Initial Cell driver infrastructure. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Brian | glut doesn't need -lXt |
commit | commitdiff | tree | snapshot |
2007-12-02 |
José Fonseca | Cover state tracker and winsys driver. Tweak parameters. |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Michel Dänzer | Move dimensions from struct pipe_region to struct pipe_... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Michal Krol | Cleanup PIPE_FORMAT names. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Michal Krol | gallium: remove sp_headers.h references. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Michal Krol | gallium: reorg tgsi directories. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Michal Krol | gallium: back out winsys interface changes |
commit | commitdiff | tree | snapshot |
2007-11-22 |
José Fonseca | Use the new vertex buffer draw stage. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
José Fonseca | New vertex buffer stage. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
José Fonseca | Fix build. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
José Fonseca | The right include was mtypes.h. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
José Fonseca | Fix build errors. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Michal | Fix compatibility issues between gcc and msvc. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Michal | Make it compile under Win32. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
José Fonseca | Remove fences from the i915simple winsys interface. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Brian | more simplification, clean-up in draw_set_vertex_info() |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Brian | Replace draw_set_vertex_attributes() with simpler draw_... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Brian | Simplify draw module's vertex_info. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Brian | add PIPE_FORMAT_Z24_S8 support to softpipe patsh |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Brian | initial support for PIPE_FORMAT_Z24_S8 |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Brian | optimize earlyz_quad(), add comments, remove unneeded... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Brian | optimize linear_interpolation(), perspective_interpolat... |
commit | commitdiff | tree | snapshot |
next |