2008-01-25 |
Keith Whitwell | 965: cope better with range decls for temps, immediates... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | gallium: include p_state.h, replace PIPE_MAX_SHADER_OUT... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | Cell: propogate vertex info to SPUs, use it for attrib... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | Cell: batch_buffer_size should be uint, not ubyte |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | Cell: new ROUNDUP16() macro |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | gallium: optimizations to flatshade, two-side prim... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | gallium: added rastpos_destroy() |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | Cell: insert dummy field into cell_command_render struc... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Brian | Cell: s/-W/-Wall/ in linux-cell |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | Cell: send actual vertex size in the render command |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | Cell: rewrite compute_vertex_layout() |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | Cell: fix asst. warnings |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | gallium: added rastpos_destroy() |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | i915: add case for TGSI_FILE_IMMEDIATE to avoid error... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | Cell: use Cell driver by default if linux-cell is built |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Zack Rusin | disable usage of llvm in fragment shaders |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Zack Rusin | change the name of the shaders to reflect what they do. |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | Cell: s/FORMAT/EMIT/ |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Brian | gallium: improved vertex layout and interpolant setup... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Ian Romanick | Specify linker instead of letting mklib use gcc |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Ian Romanick | Use HOST_CC for programs that will run on the build... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Ian Romanick | Use EXTRA_LIB_PATH with *_LIB_DEPS |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Ian Romanick | Remove unnecessary paths |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | Cell: remove old test code |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | Cell: asst. updates to sync up with today's earlier... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: remove support for separate depth/stencil... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: in sp_tile_cache_clear() mark all cache slots... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: rework compute_vertex_layout() to intelligentl... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: restore/rewrite vbuf code for softpipe |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: overhaul usage of vertex_info in draw module. |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: fix computation of raster.point_size_per_verte... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: multiply vertex point size by 0.5 |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Brian | gallium: use temp reg for storing color to avoid readin... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: Don't allocate a vertex buffer until after... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
José Fonseca | added stipple_destroy() |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: Added FORMAT_1F_PSIZE to insert constant point... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: silence warnings |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: initial support for sampler state |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: s/cell_init_surface_funcs/cell_init_surface_funct... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: Added cell_surface.[ch] files |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: remove unneeded protos, #includes, etc |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: include sp_headers.h |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: renamed cell_surface.[ch] to cell_clear.[ch] |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: rename cell_surface.[ch] cell_clear.[ch] |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: Add initial texture functions |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: add cell_set_sampler_texture() |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: move softpipe_get_tex_surface() prototype |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: add license comment |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | gallium: move softpipe_get_tex_surface() into sp_texture.c |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Brian | Cell: added asmfiles rule |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | gallium: prototype draw_linestipple.c replaced by draw_... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | gallium: remove per-fragment line stipple code |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | gallium: new 'draw' stage for line stipple |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | fix broken point rendering in sp_vbuf_render() |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | gallium: add a src_index[] array to draw's vertex_info... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | Cell: use tile_t for color tile |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Brian | Cell: clean-up/re-org tile code |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Brian | Cell: use depth/stencil state to enable ztest |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Brian | enable call to cell_emit_state() |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Brian | Cell: improve "finished copying batch buffer" signalling. |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Brian | s/varible/variable/ |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Brian | set param type to PROGRAM_CONSTANT when parsing immediates |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Brian | use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Michel Dänzer | Unify copy_rect helpers. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | Revert "temporarily don't emit TGSI immediates, use... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | Back-port miscellaneous fixes from internal branch... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | gallium: Pass PIPE_BUFFER_USAGE_PIXEL to buffer_data. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | gallium: Handle TGSI_OPCODE_END on sse2. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Brian | temporarily don't emit TGSI immediates, use the constan... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | gallium: Fix cut-n-paste error. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | gallium: Alternative mm_bufmgr_create_from_buffer const... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | gallium: Detect if a null buffer is passed. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Keith Whitwell | gallium: fix warning |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Keith Whitwell | gallium: fix warning |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Keith Whitwell | gallium: hardwire reset_temps functionality |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Keith Whitwell | gallium: whitespace changes |
commit | commitdiff | tree | snapshot |
2008-01-17 |
José Fonseca | gallium: Ignore generated files. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | use NEGATE_X/Y/Z/W tokens |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | clean-up swizzle fields in fog code, fix NegateBase |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | Fix broken fog. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | Fix incorrect [0,1] clamping in store_dest(). |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | tweaks to quad drawing, set UsesKill in bitmap shader |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | copy UsesKill state in _mesa_combine_programs() |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | vbuf updates/fixes (KeithW) |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | s/DBG/DRAW_DBG |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | remove useless assertions |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | init front/back color attrib indexes to 0, not -1 |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | Fix a two-sided lighting bug (fixes samples/wave.c) |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | typedef uintptr_t for non-HAVE_POSIX_MEMALIGN build |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | Don't include stdint.h or inttypes. Use the uint64... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | replace _mesa_printf() with fprintf() |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | remove redundant llvm subdir |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Brian | include pipe/draw/draw_context.h |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Brian | Add surface status/clear_value fields, PIPE_SURFACE_STA... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Brian | free stvp->draw_shader |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Brian | Fix problems with vertex shaders and the private draw... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Brian | disable debug printf |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Brian | Cell: after sending a batch, wait for a DMA completion... |
commit | commitdiff | tree | snapshot |
next |