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 |
2008-03-18 |
Keith Whitwell | gallium: make REALLOC a bit more like realloc |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Ian Romanick | cell: Fix depth read / write for s8z24. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Ian Romanick | cell: Fix added whitespace errors. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Ian Romanick | cell: Minor changes to make stencil not crash |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Ian Romanick | cell: Move and (conditionally) silence debug code |
commit | commitdiff | tree | snapshot |
2008-03-18 |
José Fonseca | d3d: Allow to iterate over the handle table. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
José Fonseca | d3d: Add function to walk through all items in the... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
José Fonseca | gallium: Don't be pedantic about removing non exiting... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
José Fonseca | gallium: Convenience debug_warning function. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: fix a mix-up in the uint[1] do_row() case |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: use new color packing utility functions |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brian | gallium: utility for packing color, z values according... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Michal Krol | gallium: Silencium warnings on Windows. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Brian | gallium: initial gen mipmap s/w fallback code |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ian Romanick | cell: Don't segfault when unbinding alpha / stencil... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ian Romanick | cell: Don't free NULL code pointers |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ian Romanick | cell: Initial code-gen for alpha / stencil / depth... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ian Romanick | cell: Fix simple register allocator |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Brian Paul | mesa: new mipmap generation, lod bias demo |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Brian | gallium: use new gallium utility code for generating... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Brian | gallium: added new u_draw_quad.c and u_gen_mipmap.c... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Brian | gallium: new mipmap generation code |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Brian | gallium: new util_draw_texquad() function. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Brian Paul | gallium: set min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Brian Paul | gallium: in gen_mipmap, also set sampler lod_bias and... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Markus Amsler | only set InputsRead bit if input is really used |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Keith Whitwell | gallium: improvements, or extensions at least, to the... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Brian | gallium: finish remaining prim types for sp_vbuf_draw_a... |
commit | commitdiff | tree | snapshot |
next |