Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework gallium and mesa queries a little. | Keith Whitwell | 2007-12-11 | 1 | -19/+49 |
| | | | | | | Add a 'CheckQuery()' driver callback to mesa to check query completion. Make pipe_query an opaque type. Rework softpipe queries, support overlapping occlusion queries. | ||||
* | gallium: remove clear values from depth, stencil state | Keith Whitwell | 2007-12-11 | 1 | -2/+0 |
| | |||||
* | gallium: remove set_sampler_units interface | Keith Whitwell | 2007-12-11 | 6 | -31/+29 |
| | | | | | The effect of this mapping can be acheived by the state tracker and setting up the pipe texture state pointers to incorporate its affects. | ||||
* | gallium: remove redundant clear_color state. | Keith Whitwell | 2007-12-11 | 4 | -66/+0 |
| | |||||
* | gallium: Remove feedback interfaces from pipe driver. | Keith Whitwell | 2007-12-11 | 2 | -24/+21 |
| | | | | | Something similar will return when geometry shaders are added, but for now this interface is not required. | ||||
* | gallium: remove dead pbo zcopy code | Keith Whitwell | 2007-12-11 | 1 | -31/+0 |
| | |||||
* | Add surface storage allocation function to winsys interface. | José Fonseca | 2007-12-11 | 1 | -23/+13 |
| | |||||
* | XXX comments about some hard-coded values that need to be fixed | Brian | 2007-12-10 | 2 | -0/+2 |
| | |||||
* | Add 'type' parameter to is_format_supported() to specify texture vs. drawing ↵ | Brian | 2007-12-10 | 6 | -73/+71 |
| | | | | | | surface, etc. Additional types may be added in the future. | ||||
* | don't use get/put_tile_rgba() for accum buffer accesses | Brian | 2007-12-10 | 1 | -19/+98 |
| | |||||
* | Fix up some confusion wrt winsys->buffer_create alignment / flags parameters. | Michel Dänzer | 2007-12-10 | 1 | -1/+1 |
| | | | | intel_winsys works again. | ||||
* | Correct user VBO size. | Ben Skeggs | 2007-12-10 | 1 | -3/+8 |
| | |||||
* | Remove stray references to struct pipe_region. | Michel Dänzer | 2007-12-10 | 1 | -1/+0 |
| | |||||
* | Adapt for winsys interface changes. | José Fonseca | 2007-12-09 | 1 | -1/+1 |
| | |||||
* | gallium: support the full range of possible vertex types | Keith Whitwell | 2007-12-09 | 1 | -23/+129 |
| | |||||
* | add fence interfaces and buffer create flags to pipe_winsys | keithw | 2007-12-09 | 3 | -4/+4 |
| | |||||
* | New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl ↵ | Brian | 2007-12-07 | 2 | -10/+4 |
| | | | | module. | ||||
* | Move _mesa_init_glsl_driver_functions() into shader_api.c | Brian | 2007-12-07 | 1 | -1/+1 |
| | | | | | This allows making a bunch of functions static, and removes a state tracker dependency on driverfuncs.c | ||||
* | Define PIPE_FORMAT_ tokens as an enum set, rather than #defines. | Brian | 2007-12-07 | 5 | -25/+23 |
| | | | | | This makes debugging a _lot_ easier. In gdb, "print format" used to display 613570600, now you see PIPE_FORMAT_A8R8G8B8_UNORM. | ||||
* | include tgsi_dump.h | Brian | 2007-12-07 | 1 | -0/+1 |
| | |||||
* | Replace "duplicate" formats | Brian | 2007-12-07 | 4 | -69/+69 |
| | |||||
* | Add PIPE_FORMAT_U_B8_G8_R8_A8 in default_rgba_format(). | Brian | 2007-12-07 | 1 | -22/+28 |
| | | | | Also, rewrite/simplify default_rgba_format() and default_depth_format(). | ||||
* | added ST_SURFACE_DEPTH | Brian | 2007-12-07 | 2 | -1/+2 |
| | |||||
* | move surface pitch calculation so it always gets updated | Brian | 2007-12-07 | 1 | -2/+3 |
| | |||||
* | fix void pointer arithmetic warnings | Brian | 2007-12-07 | 1 | -7/+14 |
| | |||||
* | Eliminate struct pipe_region. | Michel Dänzer | 2007-12-07 | 9 | -89/+82 |
| | | | | | Directly use struct pipe_buffer_handle for storage and struct pipe_surface for (un)mapping. | ||||
* | Remove remnants of 'intel' from active state tracker code. | Michel Dänzer | 2007-12-06 | 1 | -5/+2 |
| | |||||
* | st_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444. | Michel Dänzer | 2007-12-06 | 1 | -0/+2 |
| | |||||
* | Hide texture layout details from the state tracker. | Michel Dänzer | 2007-12-06 | 8 | -555/+415 |
| | | | | pipe->get_tex_surface() has to be used for access to texture image data. | ||||
* | silence warning | Brian | 2007-12-05 | 1 | -0/+1 |
| | |||||
* | added PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value() | Brian | 2007-12-05 | 1 | -0/+3 |
| | |||||
* | Move dimensions from struct pipe_region to struct pipe_surface. | Michel Dänzer | 2007-11-29 | 5 | -73/+80 |
| | |||||
* | Cleanup PIPE_FORMAT names. | Michal Krol | 2007-11-24 | 1 | -6/+8 |
| | | | | Add a function that builds a display name of a given format token. | ||||
* | gallium: reorg tgsi directories. | Michal Krol | 2007-11-23 | 5 | -7/+10 |
| | |||||
* | The right include was mtypes.h. | José Fonseca | 2007-11-22 | 1 | -1/+1 |
| | |||||
* | Fix build errors. | José Fonseca | 2007-11-22 | 2 | -0/+5 |
| | |||||
* | Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info(). | Brian | 2007-11-21 | 1 | -11/+10 |
| | | | | Just pass in the vertex_info object and make a copy of it. | ||||
* | initial support for PIPE_FORMAT_Z24_S8 | Brian | 2007-11-20 | 3 | -4/+22 |
| | |||||
* | Reimplement glRasterPos using the private 'draw' module. | Brian | 2007-11-16 | 2 | -283/+160 |
| | |||||
* | adjustments so st_feedback_draw_vbo() can be used for glRasterPos | Brian | 2007-11-16 | 1 | -11/+11 |
| | |||||
* | simplify depth_value(), return proper value for Z16 format | Brian | 2007-11-08 | 1 | -13/+7 |
| | |||||
* | new init_renderbuffer_bits() helper | Brian | 2007-11-08 | 1 | -14/+24 |
| | |||||
* | move EXT_shadow_funcs assignment | Brian | 2007-11-08 | 1 | -1/+1 |
| | |||||
* | set sampler state for shadow test | Brian | 2007-11-08 | 1 | -0/+8 |
| | |||||
* | Replace gl_stencil_func_to_sp() and gl_depth_func_to_sp() with ↵ | Brian | 2007-11-08 | 2 | -35/+16 |
| | | | | st_compare_func_to_pipe() | ||||
* | Added pipe->get_paramf() to query float limits. | Brian | 2007-11-08 | 1 | -0/+21 |
| | | | | So far max point size, line width, texture anistopy and lod bias. | ||||
* | Rename struct field 'private' to 'priv'. | Michel Dänzer | 2007-11-08 | 1 | -1/+1 |
| | | | | This broke the LLVM build because 'private' is a C++ keyword. | ||||
* | New PIPE_FLUSH_WAIT flag for pipe->flush(). | Brian | 2007-11-07 | 3 | -9/+6 |
| | | | | | The state tracker doesn't have to directly call winsys->wait_idle() anymore. glFlush and glFinish both go through pipe->flush() now. | ||||
* | Remove context dependencies in winsys layer. | Brian | 2007-11-07 | 1 | -2/+3 |
| | | | | | | The winsys object is now per-screen and shared by multiple contexts. The regionPool is now part of the i915 winsys layer. The winsys wait_idle() and flush_frontbuffer() funcs will get more attention... | ||||
* | enable GL_ARB/NV_point_sprite together | Brian | 2007-11-07 | 1 | -0/+1 |
| |