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 |
2007-11-18 |
Michal Krol | Implement early depth test. |
commit | commitdiff | tree | snapshot |
2007-11-17 |
José Fonseca | Fix typo |
commit | commitdiff | tree | snapshot |
2007-11-17 |
José Fonseca | Proper fence reference counting. |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Brian | more convenient debug code |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Brian | Reimplement glRasterPos using the private 'draw' module. |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Brian | adjustments so st_feedback_draw_vbo() can be used for... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Brian | note problem with fragment coord Y orientation |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Brian | added a clip-bypass flag to rasterizer state |
commit | commitdiff | tree | snapshot |
2007-11-15 |
José Fonseca | Include fences in the i915simple winsys interface. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Brian | comments, assertions |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Brian | minor simplifcation in vertex_fetch() |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Alan Hourihane | remove duplicate init func |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Brian | Reorganize user-space vertex fields in draw_context... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | remove unneeded #includes, added assertion in draw_comp... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | Remove unneeded header, draw_prim.h |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | Fix minor logic error in get_queued_prim() which caused... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | new comments |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | remove unneeded #includes |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | comments, remove unneeded #includes |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | For TGSI_TEXTURE_2D/RECT, need to provide 3 coords... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | Implement shadow comparisons. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | use pipe_surface_reference() in sp_tile_cache_set_surface() |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | simplify depth_value(), return proper value for Z16... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | fix bad width/height code in softpipe_clear() |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | Remove TGSI_OPCODE_TXP |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | check for divide by W flag when translating TGSI_OPCODE... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | new init_renderbuffer_bits() helper |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | tweak anisotropic filtering code |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | enable PIPE_CAP_TEXTURE_SHADOW_MAP (but not quite worki... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | remove translate_compare_func(), use i915_translate_com... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | move EXT_shadow_funcs assignment |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | set sampler state for shadow test |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | Replace gl_stencil_func_to_sp() and gl_depth_func_to_sp... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | Fix some issues hit when rendering to a depth-only... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | in check_end_texture_render(), test for presence of... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | remove unneeded #include |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | Added pipe->get_paramf() to query float limits. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | check for fence==NULL in intel_batchbuffer_finish(... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Michel Dänzer | Rename struct field 'private' to 'priv'. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | fix warning |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | update flush/fence comments for i915_flush() |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian | Remove winsys->wait_idle(), subsumed by pipe->flush(). |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | New PIPE_FLUSH_WAIT flag for pipe->flush(). |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | Remove context dependencies in winsys layer. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | enable GL_ARB/NV_point_sprite together |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | cosmetic fix to driFenceFinish() call |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | replace magic number 3 with DRM_FENCE_TYPE_EXE | DRM_I9... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | just reorder a few members of pipe_winsys, update comments |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | remove DriverCtx=intel assigment/hack |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | Pass winsys as a parameter to intel_create_i915simple... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | var renaming: s/sws/winsys/ |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | more dead code removal |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | re-enable PIPE_FORMAT_U_Z32 support |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | better depth buffer selection |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | Float->uint conversion for PIPE_FORMAT_U_Z32 resulted... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | disable/remove dead code |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | Disable the call to driBOReference() in i915_update_tex... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | redo xm_surface_release() to match i915 |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | fix bad varname |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | init glsl functions in st_init_driver_functions() |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | fix typos, re-enable some extensions to get back to... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | Add winsys->surface_release() to complement winsys... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
José Fonseca | Check the right ammount of free space in vertex buffer. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
José Fonseca | Reset temporary vertices ids. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
José Fonseca | Use a consistent number to identify undefined vertices. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
José Fonseca | Reuse the vertex buffer until the vertex size changes. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
José Fonseca | Track hardware vertex buffer state changes. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | Improved logic for setting up depth/stencil buffers... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian | restore dispatch/extension code (without, dynamic entry... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | disable PIPE_FORMAT_U_Z32, doesn't work ATM |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | Update xmesa_is_format_supported() |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | realloc surface if format changes, remove dead code |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | rename xmesa_create_softpipe() xmesa_create_context() |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | rename xmesa_create_softpipe() xmesa_create_context() |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | disable finish_or_flush() for now |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | remove dead code in softpipe_is_format_supported() |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | document flags param to region_alloc() |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | remove more dependencies on Mesa types/functions |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | implement context sharing code |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | code clean-up |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | need to call pipe->flush() in finish_or_flush() |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | init luminance/intensity_bits to zero in st_get_format_... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | define CLIP_TILE as in sp_surface.c |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | remove debug abort() call |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | Call xmesa_init_driver_functions() to install xmesa_vie... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
José Fonseca | Handle the corner case of 24bit depth buffer with 0bit... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Michel Dänzer | Fix build error: dereferencing pointer to incomplete... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | Remove use of Mesa/GL types/functions (s/GLuint/uint... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | don't include mtypes.h |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | Remove last of core Mesa dependencies in intel_swapbuff... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | Remove pipe->max_texture_size(), use get_param() instead. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian | check for __i386__ or __386__ instead of USE_X86_ASM |
commit | commitdiff | tree | snapshot |
next |