gallium: remove unnecessary assignment
[mesa.git] / src / gallium / drivers /
2008-02-27 Briangallium: remove unnecessary assignment
2008-02-27 Briangallium/i915: remove unneeded assignment
2008-02-27 Briangallium: remove unnecessary tgsi_interp_coef decl
2008-02-27 Briangallium: remove uses_kill field from softpipe_shader
2008-02-27 Ian Romanickcell: Use unified data cache for textures too
2008-02-27 Briangallium: remove obsolete *_strings.c files
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-27 Briangallium: move is_format_supported() to pipe_screen...
2008-02-27 Briangallium: start removing pipe_context->get_name/vendor...
2008-02-27 Briangallium/i965: implement pipe_screen for i965 driver...
2008-02-27 Briangallium/i915: hook up screen->get_param()
2008-02-27 BrianCell: implement pipe_screen for cell driver
2008-02-27 Briangallium: implement pipe_screen for softpipe driver
2008-02-27 Briangallium/i915: remove some redundant code
2008-02-27 Briangallium: softpipe_init_texture_funcs(), make texture...
2008-02-27 José Fonsecagallium: update for new i915_screen.c file; fix some...
2008-02-27 Briancell: insert a (disabled) call to spe_cpu_info_get()
2008-02-27 Briangallium: introduce 'pipe_screen' for context-independen...
2008-02-27 Briangallium: remove pipe parameter from pipe_texture_refere...
2008-02-26 Briangallium: replace draw_convert_wide_points() with draw_w...
2008-02-26 Ian Romanickcell: Multiple rendering contexts don't work yet
2008-02-26 Briangallium/i915: Use tgsi_scan_shader() to collect shader...
2008-02-26 Briangallium: remove unused var
2008-02-26 Briangallium: added tgsi_shader_field to sp_fragment_shader
2008-02-26 Briangallium/i915: plug in aapoint draw stage
2008-02-26 Briangallium/i915: Fix emit_hw_vertex(): need to use vinfo...
2008-02-26 Briangallium/i915: remove debug code
2008-02-26 Briangallium/i915: fix i915_emit_texld() to handle swizzled...
2008-02-26 Ian Romanickcell: Additional changes to match changes in draw/draw_...
2008-02-26 Ian Romanickcell: Fix off-by-one error in spu_dcache_fetch_unaligned
2008-02-26 Ian Romanickcell: Trivial compiler warning clean-ups.
2008-02-26 Ian RomanickCell: Remove unnecessary include files
2008-02-26 Ian RomanickCell: Use multiple DMA tags for the dcache.
2008-02-26 Briangallium/i915: compute vertex size _after_ state validat...
2008-02-25 Briangallium/i915: plug in aaline draw stage
2008-02-25 Briangallium/i915: make sure state is up to date in i915_vbu...
2008-02-25 Briangallium/i915: need to recompute vertex info if vertex...
2008-02-25 Briangallium/i915: call draw_flush() in i915_flush()
2008-02-25 Briangallium/i915: use draw_find_vs_output() directly, fix...
2008-02-25 Briansoftpipe: use draw_find_vs_output() directly
2008-02-25 Briangallium/i915: added SGT/SLE opcodes
2008-02-24 José FonsecaAdd new files.
2008-02-23 Briangallium: disable early Z test if fragment shader contai...
2008-02-23 José Fonsecagallium: MSVC fixes.
2008-02-23 José FonsecaBring in several forgotten MSVC fixes.
2008-02-23 Briangallium: fix a state validation bug found w/ pointblast.c
2008-02-22 Briangallium/i915: overhaul of fragment shader compilation...
2008-02-22 Briangallium: fix brokenb build
2008-02-22 Briancell: added function prototypes to silence warnings
2008-02-22 Briancell: fix build: s/dest/vertex/
2008-02-22 Michal Krolgallium: Fix build on Windows.
2008-02-22 Michal Krolgallium: Silence compiler warnings on Windows.
2008-02-21 Briangallium: new draw stage for polygon stipple.
2008-02-21 Briangallium: new AA point drawing stage
2008-02-21 Keith Whitwell[PATCH] softpipe: unbreak sp_setup_pos_vector on non...
2008-02-21 Ian RomanickCell: Remove erroneous ALIGN16_ATTRIB attributes
2008-02-21 Ian RomanickCell: Add spu_dcache.c to Makefile.
2008-02-21 Ian RomanickCell: Initial scalar implementation of spu_dcache_mark_...
2008-02-21 Ian RomanickCell: Fix off-by-one error in spu_dcache_fetch_unaligned
2008-02-21 Ian RomanickCell: Initial pass at unified data cache
2008-02-21 Briangallium: include p_inlines.h
2008-02-21 Briangallium: s/pipe_reference_texture/pipe_texture_reference/
2008-02-20 Briancell: use pipe_texture_reference()
2008-02-20 Briangallium: replace some ordinary assignments with pipe_re...
2008-02-20 Briangallium: fix bad ptr comparison
2008-02-20 Briancell: rename cell_state_fs.c -> cell_state_shader.c
2008-02-20 Briancell: init shader-related functions in cell_init_shader...
2008-02-20 Briancell: #includes to silence warnings
2008-02-20 Briancell: plug in cell_set_sampler_texture
2008-02-20 BrianRemove obsolete files replaced by cell_pipe_state.c
2008-02-20 Briancell: put most simple state-setter functions in new...
2008-02-20 Briangallium: re-org of i965 texture/surface code, functions
2008-02-20 Briangallium: minor re-org of 915 surface/texture code
2008-02-20 Briangallium: new pipe->texture_update() function
2008-02-20 Briangallium: use pipe_texture_reference() in sp_tile_cache_...
2008-02-19 Briangallium: initialize the killmask register to zero befor...
2008-02-19 Briangallium: add some casts to prevent likely msvc warnings
2008-02-19 Briangallium: don't hard-code attrib slot=0 in setup_fragcoo...
2008-02-19 Briangallium: implement correct sampling for RECT targets...
2008-02-19 Briangallium: updated cell build
2008-02-19 Ian RomanickCell: emit vertex shaders and uniforms more intelligently
2008-02-19 Ian RomanickCell: trivial clean-ups
2008-02-19 José FonsecaRemove src/mesa and src/mesa/main from gallium source...
2008-02-19 José FonsecaBring in ppc spe rtasm into gallium's rtasm module.
2008-02-19 José FonsecaSimplify makefile boilerplate code.
2008-02-19 José FonsecaUse gallium's rtasm module.
2008-02-19 José FonsecaMore llvm -> gallivm.
2008-02-19 Briangallium: move draw_set_viewport_state() call, plus...
2008-02-19 Briangallium: call draw_flush() for scissor/stipple state...
2008-02-18 Briangallium: antialiased line drawing
2008-02-18 José FonsecaStandardize on using the pipe/ include prefix.
2008-02-18 José FonsecaUpdate scons build for new code layout.
2008-02-18 José FonsecaActually use GALLIUM_DRIVER_DIRS.
2008-02-18 José FonsecaCode reorganization: split gallium and mesa makefiles.
2008-02-16 Briangallium: add missing mip level clamp
2008-02-16 Briangallium: tweak texture filter min/mag thresholds
2008-02-16 Briangallium: implement min vs. mag filter determination...
2008-02-15 Ian RomanickCell: Enable code gen for SPE attribute fetch
2008-02-15 Ian RomanickMove cell_vertex_fetch.c for recent code reorg.
2008-02-15 Keith Whitwellsoftpipe: rename some functions to disambiguate
next