2008-03-24 |
Keith Whitwell | Revert "draw: Fix #include order to fix Linux build." |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Michel Dänzer | draw: Fix #include order to fix Linux build. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Keith Whitwell | draw: check need_pipeline() in passthrough |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Keith Whitwell | draw: tweak the definition of draw_need_pipeline, fix... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Keith Whitwell | draw: fix crlf |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Keith Whitwell | draw: rename emit functions to match pipe_format names |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Keith Whitwell | draw: restructure fetch/emit as a pair of function... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Michal Krol | gallium: Add util_gen_mipmap_filter(). |
commit | commitdiff | tree | snapshot |
2008-03-23 |
José Fonseca | gallium: Fix memory leak. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
José Fonseca | gallium: Remove the debug_mask_* stuff. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
José Fonseca | gallium: Fix typo. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
José Fonseca | gallium: Memory debugging utilities. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
José Fonseca | gallium: wrap decls in extern "C" |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Keith Whitwell | draw: fix some unsigned vs ushort confusion |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Keith Whitwell | gallium: beginnings of draw module vertex rework |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Brian | gallium: fix a few more shader-related mem leaks |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Brian | use ctx->Driver.DeleteProgram() in a few more places |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Brian | gallium: free samplers, textures in destroy() |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Brian | gallium: remove temporary _screen suffix from function... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Brian | gallium: fix a few mem leaks when deleting programs |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Brian | gallium: fix mem leak (fee pstipple stage) |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Brian | delete default programs with ctx->Driver.DeleteProgram() |
commit | commitdiff | tree | snapshot |
2008-03-22 |
José Fonseca | gallium: Remove pedantic asserts. |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Ian Romanick | cell: Generate blend / depth test code when state atom... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Ian Romanick | cell: Change code-gen for CONST_COLOR blend factor |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Ian Romanick | Tabs to spaces |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Ian Romanick | cell: Remove unnecessary default_blend work-around |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian | gallium: fix const buffer update bug |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian | Refactor PBO validate/map code. |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian Paul | gallium: implement PBO operations for glDraw/ReadPixels... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian Paul | add a number of PBO validate/map/unmap functions |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian | Fix some PBO breakage. |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian | i915: added to-do note about setting the max_lod regist... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian Paul | mesa: minor code re-org |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian Paul | gallium: use is_format_supported(PIPE_FORMAT_DXT5_RGBA... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian Paul | gallium: added DXT formats (preliminary, will probably... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian Paul | gallium: use is_format_supported() to determine if... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian Paul | gallium: document is_format_supported()'s type param |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian Paul | gallium: PIPE_FORMAT_TYPE_ comments |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian Paul | gallium: added sRGB formats |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Brian Paul | gallium: additional comments, fix typos, etc |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Michel Dänzer | gallium: Update scons build for state tracker files... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Ian Romanick | cell: Fix several bugs in blend code-gen |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Ian Romanick | cell: Call the correct function to generate blending... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Ian Romanick | cell: Fix bus error when there is no depth buffer |
commit | commitdiff | tree | snapshot |
2008-03-21 |
Ian Romanick | cell: Use code-gen for alpha blend |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian Paul | gallium: catch some out of memory conditions in the... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: set fb.width/height |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: enable vp input semantic info |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: use new framebuffer width, height fields |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | cell: use pipe_framebuffer_state.width, height |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: assign framebuffer width, height |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: unused var silence warning |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: added width, height to pipe_framebuffer_state |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: glBitmap code now separe from glDraw/CopyPixel... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: glBitmap code now separated from glDraw/CopyPi... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: create one vertex buffer and re-use |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: use sizeof(vertex buffer) |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: Y-invert blit depending on framebuffer orientation |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: in clear_with_quad() check fb orientation... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
José Fonseca | gallium: Give some chance for the table to actually... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Michal Krol | gallium: Fix build on Windows. |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Michal Krol | gallium: Fix build on Windows. |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Keith Whitwell | gallium: remove unused local var |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: create one vertex buffer and re-use, also... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: create vertex buffer once and re-use. |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: added util_draw_vertex_buffer() |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: temporarily disable the memcmp() in cso_set_fr... |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: use the utility pasthrough shaders |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian | gallium: added util_make_fragment_passthrough_shader() |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Keith Whitwell | gallium: add debug facility to dump random blobs as hex |
commit | commitdiff | tree | snapshot |
2008-03-20 |
Brian Paul | gallium: added fb_width/height fields to softpipe context |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Brian Paul | better text labels |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Brian Paul | gallium: add face, dirtyLevels params to pipe->texture_... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Brian Paul | gallium: need to set/save framebuffer state in st_conte... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Brian Paul | gallium: fix bug in cso_single_sampler_done() in comput... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
José Fonseca | gallium: Fix broken logic. |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Keith Whitwell | gallium: explict float casts |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Brian | gallium: implement CSO save/restore functions for use... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Brian | gallium: remove old commented-out code |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Brian | gallium: set tc->surface_map = NULL after unmapping |
commit | commitdiff | tree | snapshot |
2008-03-19 |
José Fonseca | gallium: Add generic enum and flags dumping utility... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Alan Hourihane | set outputs_safe to 0 as it's possible for the code... |
commit | commitdiff | tree | snapshot |
2008-03-19 |
Alan Hourihane | remove redundant init |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: added braces to silence warning |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: plug in and init GL_EXT_framebuffer_blit funct... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: added st_cb_blit.c |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: s/copy_pixels_state/blit_state |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: added cso_unset_*() functions |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: glFramebufferBlitEXT() implementation |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: fix typos |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: new pixel blit code |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: protect against multi-#include |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | added u_simple_shaders.c |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: make the gen_mipmap_state struct private |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: use new simple shader utility routines |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: utilities for creating simple vertex/fragment... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: restore additional state after clearing with... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Ian Romanick | cell: Fix various stencil test code-gen bugs |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Ian Romanick | cell: Correctly load stencil for PIPE_FORMAT_S8Z24_UNORM |
commit | commitdiff | tree | snapshot |
next |