Cell: propogate vertex info to SPUs, use it for attrib interpolation
[mesa.git] / src /
2008-01-25 BrianCell: propogate vertex info to SPUs, use it for attrib...
2008-01-25 BrianCell: batch_buffer_size should be uint, not ubyte
2008-01-25 BrianCell: new ROUNDUP16() macro
2008-01-25 Briangallium: optimizations to flatshade, two-side prim...
2008-01-25 Briangallium: added rastpos_destroy()
2008-01-25 BrianCell: insert dummy field into cell_command_render struc...
2008-01-24 BrianCell: send actual vertex size in the render command
2008-01-24 BrianCell: rewrite compute_vertex_layout()
2008-01-24 BrianCell: fix asst. warnings
2008-01-24 Briangallium: added rastpos_destroy()
2008-01-24 Briani915: add case for TGSI_FILE_IMMEDIATE to avoid error...
2008-01-24 BrianCell: use Cell driver by default if linux-cell is built
2008-01-24 Zack Rusindisable usage of llvm in fragment shaders
2008-01-24 Zack Rusinchange the name of the shaders to reflect what they do.
2008-01-24 BrianCell: s/FORMAT/EMIT/
2008-01-24 Briangallium: rename FORMAT_x to EMIT_x and use EMIT_ALL...
2008-01-24 Briangallium: improved vertex layout and interpolant setup...
2008-01-23 Ian RomanickSpecify linker instead of letting mklib use gcc
2008-01-23 Ian RomanickUse HOST_CC for programs that will run on the build...
2008-01-23 BrianCell: remove old test code
2008-01-23 BrianCell: asst. updates to sync up with today's earlier...
2008-01-23 Briangallium: remove support for separate depth/stencil...
2008-01-23 Briangallium: in sp_tile_cache_clear() mark all cache slots...
2008-01-23 Briangallium: rework compute_vertex_layout() to intelligentl...
2008-01-23 Briangallium: restore/rewrite vbuf code for softpipe
2008-01-23 Briangallium: overhaul usage of vertex_info in draw module.
2008-01-23 Briangallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion...
2008-01-23 Briangallium: fix computation of raster.point_size_per_verte...
2008-01-23 Briangallium: multiply vertex point size by 0.5
2008-01-23 Briangallium: use temp reg for storing color to avoid readin...
2008-01-22 Briangallium: Don't allocate a vertex buffer until after...
2008-01-22 José Fonsecaadded stipple_destroy()
2008-01-22 Briangallium: Added FORMAT_1F_PSIZE to insert constant point...
2008-01-22 Briangallium: silence warnings
2008-01-22 BrianCell: initial support for sampler state
2008-01-22 BrianCell: s/cell_init_surface_funcs/cell_init_surface_funct...
2008-01-22 BrianCell: Added cell_surface.[ch] files
2008-01-22 Briangallium: remove unneeded protos, #includes, etc
2008-01-22 Briangallium: include sp_headers.h
2008-01-22 BrianCell: renamed cell_surface.[ch] to cell_clear.[ch]
2008-01-22 BrianCell: rename cell_surface.[ch] cell_clear.[ch]
2008-01-22 BrianCell: Add initial texture functions
2008-01-22 BrianCell: add cell_set_sampler_texture()
2008-01-22 Briangallium: move softpipe_get_tex_surface() prototype
2008-01-22 Briangallium: add license comment
2008-01-22 Briangallium: move softpipe_get_tex_surface() into sp_texture.c
2008-01-22 BrianCell: added asmfiles rule
2008-01-21 Briangallium: prototype draw_linestipple.c replaced by draw_...
2008-01-21 Briangallium: remove per-fragment line stipple code
2008-01-21 Briangallium: new 'draw' stage for line stipple
2008-01-21 Brianfix broken point rendering in sp_vbuf_render()
2008-01-21 Briangallium: add a src_index[] array to draw's vertex_info...
2008-01-21 BrianCell: use tile_t for color tile
2008-01-21 BrianCell: clean-up/re-org tile code
2008-01-20 BrianCell: use depth/stencil state to enable ztest
2008-01-20 Brianenable call to cell_emit_state()
2008-01-19 BrianCell: improve "finished copying batch buffer" signalling.
2008-01-18 Brians/varible/variable/
2008-01-18 Brianset param type to PROGRAM_CONSTANT when parsing immediates
2008-01-18 Brianuse PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when...
2008-01-18 Michel DänzerUnify copy_rect helpers.
2008-01-17 José FonsecaRevert "temporarily don't emit TGSI immediates, use...
2008-01-17 José FonsecaBack-port miscellaneous fixes from internal branch...
2008-01-17 José Fonsecagallium: Pass PIPE_BUFFER_USAGE_PIXEL to buffer_data.
2008-01-17 José Fonsecagallium: Handle TGSI_OPCODE_END on sse2.
2008-01-17 Briantemporarily don't emit TGSI immediates, use the constan...
2008-01-17 José Fonsecagallium: Fix cut-n-paste error.
2008-01-17 José Fonsecagallium: Alternative mm_bufmgr_create_from_buffer const...
2008-01-17 José Fonsecagallium: Detect if a null buffer is passed.
2008-01-17 Keith Whitwellgallium: fix warning
2008-01-17 Keith Whitwellgallium: fix warning
2008-01-17 Keith Whitwellgallium: hardwire reset_temps functionality
2008-01-17 Keith Whitwellgallium: whitespace changes
2008-01-16 Brianuse NEGATE_X/Y/Z/W tokens
2008-01-16 Brianclean-up swizzle fields in fog code, fix NegateBase
2008-01-16 BrianFix broken fog.
2008-01-16 BrianFix incorrect [0,1] clamping in store_dest().
2008-01-16 Briantweaks to quad drawing, set UsesKill in bitmap shader
2008-01-16 Briancopy UsesKill state in _mesa_combine_programs()
2008-01-16 Brianvbuf updates/fixes (KeithW)
2008-01-16 Brians/DBG/DRAW_DBG
2008-01-16 Brianremove useless assertions
2008-01-16 Brianinit front/back color attrib indexes to 0, not -1
2008-01-16 BrianFix a two-sided lighting bug (fixes samples/wave.c)
2008-01-16 Briantypedef uintptr_t for non-HAVE_POSIX_MEMALIGN build
2008-01-16 BrianDon't include stdint.h or inttypes. Use the uint64...
2008-01-16 Brianreplace _mesa_printf() with fprintf()
2008-01-16 Brianremove redundant llvm subdir
2008-01-16 Brianinclude pipe/draw/draw_context.h
2008-01-15 BrianAdd surface status/clear_value fields, PIPE_SURFACE_STA...
2008-01-15 Brianfree stvp->draw_shader
2008-01-15 BrianFix problems with vertex shaders and the private draw...
2008-01-15 Briandisable debug printf
2008-01-14 BrianCell: after sending a batch, wait for a DMA completion...
2008-01-14 Brianclamp colors during float->int conversion
2008-01-14 BrianCell: update surface map code to match recent changes...
2008-01-14 Michel DänzerRemove pipe->get/put_tile_rgba.
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2008-01-12 BrianCell: remove fb parameter to get/put_tile()
2008-01-12 BrianCell: disable cell_emit_state() for now
next