Age | Commit message (Expand) | Author |
2007-08-08 | increase texture size to 32x32 | root |
2007-08-08 | very simple texture cache implementation | Brian |
2007-08-08 | fix qs->next tests | Brian |
2007-08-08 | add quad_stage::begin() funcs | Brian |
2007-08-08 | Add a quad_stage::begin() method to do per-primitive preparations (like setti... | Brian |
2007-08-08 | Remove more dead files. | Keith Whitwell |
2007-08-08 | Remove dead files. | Keith Whitwell |
2007-08-08 | Pull in i915simple.a | Keith Whitwell |
2007-08-08 | Hook up i915simple. Doesn't compile. | Keith Whitwell |
2007-08-08 | rewrite texture sampling code (smaller, simpler) | Brian |
2007-08-08 | add lambda param to get_sample() | Brian |
2007-08-08 | sketch out 1D/3D/cube texture sampling | Brian |
2007-08-08 | added PIPE_TEX_FACE_* | Brian |
2007-08-08 | replace draw_offset w/ 0 for now | Brian |
2007-08-08 | define i915_surface struct | Brian |
2007-08-08 | Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys. | Keith Whitwell |
2007-08-08 | more get_tile() work | Brian |
2007-08-08 | fully support all texcoord wrap modes | Brian |
2007-08-08 | Checkpoint of a super-simplified i915 driver in the pipe model. | Keith Whitwell |
2007-08-07 | clean up tgsi_sampler-related bits | Brian |
2007-08-07 | use new tex filtering code | Brian |
2007-08-07 | initial texture filtering code | Brian |
2007-08-07 | include p_state.h | Brian |
2007-08-07 | added a get_tile() func | Brian |
2007-08-07 | map/unmap textures | Brian |
2007-08-07 | remove dst!=src assertion | Brian |
2007-08-07 | debug info | Brian |
2007-08-07 | set mt->format | Brian |
2007-08-07 | added pipe_mipmap_tree::format | Brian |
2007-08-07 | s/intel/st/ | Brian |
2007-08-07 | Naive implementation of IF/ELSE/ENDIF. | michal |
2007-08-07 | checkpoint new tgsi_sampler_state struct | Brian |
2007-08-07 | remove pipe_surface_sampler | Brian |
2007-08-07 | added st_atom_texture.c | Brian |
2007-08-07 | plug in texture/sampler state update | Brian |
2007-08-07 | texture image state handling | Brian |
2007-08-07 | sketch out new pipe surface/sampler types | Brian |
2007-08-07 | Handle labels for IF/ELSE correctly | michal |
2007-08-07 | Enable compact TGSI dump. | michal |
2007-08-07 | Dump tokens in more compact form. | michal |
2007-08-07 | s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c | Brian |
2007-08-07 | don't include non-existant intel_buffer_objects.h | Brian |
2007-08-07 | Gutsy oopses on touch of existing file. Workaround. | Keith Whitwell |
2007-08-07 | Remove old intel_buffer_objects code - there is a state_tracker version now. | Keith Whitwell |
2007-08-07 | Labels are always label targets. | michal |
2007-08-07 | prototypes | Brian |
2007-08-07 | get rid of temp write_mono_row_ub() function | Brian |
2007-08-06 | call st_init_driver_functions(), make intelInitDriverFunctions() static | Brian |
2007-08-06 | call st_init_driver_functions() | Brian |
2007-08-06 | added softpipe_mipmap_tree_layout | Brian |