2007-08-08 |
Brian | update lod bias, limits |
commit | commitdiff | tree |
2007-08-08 |
Brian | clean-up |
commit | commitdiff | tree |
2007-08-08 |
Brian | use surface offset value in get_tile() |
commit | commitdiff | tree |
2007-08-08 |
Brian | initial lod/mipmap texture supported |
commit | commitdiff | tree |
2007-08-08 |
Brian | setup frag shader state: color pass-through program |
commit | commitdiff | tree |
2007-08-08 |
Brian | added assertion |
commit | commitdiff | tree |
2007-08-08 |
Brian | print_vertex func for debugging |
commit | commitdiff | tree |
2007-08-08 |
Brian | new assertions |
commit | commitdiff | tree |
2007-08-08 |
michal | Add D3D9 opcodes up to ps_2_x and vs_2_x. |
commit | commitdiff | tree |
2007-08-08 |
Keith Whitwell | Don't use hardware driver by default, until its working... |
commit | commitdiff | tree |
2007-08-08 |
Keith Whitwell | The i915simple driver now runs well enough to lock... |
commit | commitdiff | tree |
2007-08-08 |
Keith Whitwell | Call init_state_funcs |
commit | commitdiff | tree |
2007-08-08 |
Keith Whitwell | Fix typo so that i915simple actually gets used. |
commit | commitdiff | tree |
2007-08-08 |
keithw | remove unused file |
commit | commitdiff | tree |
2007-08-08 |
keithw | remove unused file |
commit | commitdiff | tree |
2007-08-08 |
Keith Whitwell | Remove unused code, definitions. |
commit | commitdiff | tree |
2007-08-08 |
root | increase texture size to 32x32 |
commit | commitdiff | tree |
2007-08-08 |
Brian | very simple texture cache implementation |
commit | commitdiff | tree |
2007-08-08 |
Brian | fix qs->next tests |
commit | commitdiff | tree |
2007-08-08 |
Brian | add quad_stage::begin() funcs |
commit | commitdiff | tree |
2007-08-08 |
Brian | Add a quad_stage::begin() method to do per-primitive... |
commit | commitdiff | tree |
2007-08-08 |
Keith Whitwell | Remove more dead files. |
commit | commitdiff | tree |
2007-08-08 |
Keith Whitwell | Remove dead files. |
commit | commitdiff | tree |
2007-08-08 |
Keith Whitwell | Pull in i915simple.a |
commit | commitdiff | tree |
2007-08-08 |
Keith Whitwell | Hook up i915simple. Doesn't compile. |
commit | commitdiff | tree |
2007-08-08 |
Brian | rewrite texture sampling code (smaller, simpler) |
commit | commitdiff | tree |
2007-08-08 |
Brian | add lambda param to get_sample() |
commit | commitdiff | tree |
2007-08-08 |
Brian | sketch out 1D/3D/cube texture sampling |
commit | commitdiff | tree |
2007-08-08 |
Brian | added PIPE_TEX_FACE_* |
commit | commitdiff | tree |
2007-08-08 |
Brian | replace draw_offset w/ 0 for now |
commit | commitdiff | tree |
2007-08-08 |
Brian | define i915_surface struct |
commit | commitdiff | tree |
2007-08-08 |
Keith Whitwell | Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys. |
commit | commitdiff | tree |
2007-08-08 |
Brian | more get_tile() work |
commit | commitdiff | tree |
2007-08-08 |
Brian | fully support all texcoord wrap modes |
commit | commitdiff | tree |
2007-08-08 |
Keith Whitwell | Checkpoint of a super-simplified i915 driver in the... |
commit | commitdiff | tree |
2007-08-08 |
Brian | clean up tgsi_sampler-related bits |
commit | commitdiff | tree |
2007-08-08 |
Brian | use new tex filtering code |
commit | commitdiff | tree |
2007-08-08 |
Brian | initial texture filtering code |
commit | commitdiff | tree |
2007-08-08 |
Brian | include p_state.h |
commit | commitdiff | tree |
2007-08-08 |
Brian | added a get_tile() func |
commit | commitdiff | tree |
2007-08-08 |
Brian | map/unmap textures |
commit | commitdiff | tree |
2007-08-08 |
Brian | remove dst!=src assertion |
commit | commitdiff | tree |
2007-08-08 |
Brian | debug info |
commit | commitdiff | tree |
2007-08-08 |
Brian | set mt->format |
commit | commitdiff | tree |
2007-08-08 |
Brian | added pipe_mipmap_tree::format |
commit | commitdiff | tree |
2007-08-08 |
Brian | s/intel/st/ |
commit | commitdiff | tree |
2007-08-07 |
michal | Naive implementation of IF/ELSE/ENDIF. |
commit | commitdiff | tree |
2007-08-07 |
Brian | checkpoint new tgsi_sampler_state struct |
commit | commitdiff | tree |
2007-08-07 |
Brian | remove pipe_surface_sampler |
commit | commitdiff | tree |
2007-08-07 |
Brian | added st_atom_texture.c |
commit | commitdiff | tree |
2007-08-07 |
Brian | plug in texture/sampler state update |
commit | commitdiff | tree |
2007-08-07 |
Brian | texture image state handling |
commit | commitdiff | tree |
2007-08-07 |
Brian | sketch out new pipe surface/sampler types |
commit | commitdiff | tree |
2007-08-07 |
michal | Handle labels for IF/ELSE correctly |
commit | commitdiff | tree |
2007-08-07 |
michal | Enable compact TGSI dump. |
commit | commitdiff | tree |
2007-08-07 |
michal | Dump tokens in more compact form. |
commit | commitdiff | tree |
2007-08-07 |
Brian | s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c |
commit | commitdiff | tree |
2007-08-07 |
Brian | don't include non-existant intel_buffer_objects.h |
commit | commitdiff | tree |
2007-08-07 |
Keith Whitwell | Gutsy oopses on touch of existing file. Workaround. |
commit | commitdiff | tree |
2007-08-07 |
Keith Whitwell | Remove old intel_buffer_objects code - there is a state... |
commit | commitdiff | tree |
2007-08-07 |
michal | Labels are always label targets. |
commit | commitdiff | tree |
2007-08-07 |
Brian | prototypes |
commit | commitdiff | tree |
2007-08-07 |
Brian | get rid of temp write_mono_row_ub() function |
commit | commitdiff | tree |
2007-08-06 |
Brian | call st_init_driver_functions(), make intelInitDriverFu... |
commit | commitdiff | tree |
2007-08-06 |
Brian | call st_init_driver_functions() |
commit | commitdiff | tree |
2007-08-06 |
Brian | added softpipe_mipmap_tree_layout |
commit | commitdiff | tree |
2007-08-06 |
Brian | need a softpipe func for texture layout |
commit | commitdiff | tree |
2007-08-06 |
Brian | New st_init_*_functions() to initialize the driver... |
commit | commitdiff | tree |
2007-08-06 |
Brian | new header |
commit | commitdiff | tree |
2007-08-06 |
Brian | fix asst. warnings |
commit | commitdiff | tree |
2007-08-06 |
michal | Add GLSL opcodes. |
commit | commitdiff | tree |
2007-08-06 |
michal | Add GLSL ops. |
commit | commitdiff | tree |
2007-08-06 |
michal | Make SGE, SGT, SLE working. |
commit | commitdiff | tree |
2007-08-06 |
michal | Remove garbage text. |
commit | commitdiff | tree |
2007-08-06 |
michal | Use fp_attr_to_slot[]. |
commit | commitdiff | tree |
2007-08-06 |
michal | Reorder opcodes. |
commit | commitdiff | tree |
2007-08-06 |
michal | Translate the remaining ops. |
commit | commitdiff | tree |
2007-08-06 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree |
2007-08-06 |
Brian | added xm_softpipe.c |
commit | commitdiff | tree |
2007-08-06 |
Brian | use new xmesa_create_softpipe() |
commit | commitdiff | tree |
2007-08-06 |
Brian | softpipe/winsys interface |
commit | commitdiff | tree |
2007-08-06 |
michal | Translate MESA GLSL opcodes to TGSI opcodes. |
commit | commitdiff | tree |
2007-08-06 |
michal | Add path for GL includes in mesa tree. |
commit | commitdiff | tree |
2007-08-06 |
Brian | added st_cb_texture.c |
commit | commitdiff | tree |
2007-08-06 |
Brian | clean-ups |
commit | commitdiff | tree |
2007-08-06 |
Brian | switch to new texture functions in state tracker |
commit | commitdiff | tree |
2007-08-06 |
Brian | use new texture funcs |
commit | commitdiff | tree |
2007-08-06 |
Brian | clean-ups |
commit | commitdiff | tree |
2007-08-06 |
Brian | new texture functions |
commit | commitdiff | tree |
2007-08-06 |
Brian | comments |
commit | commitdiff | tree |
2007-08-06 |
michal | Add GLSL opcodes. |
commit | commitdiff | tree |
2007-08-06 |
Brian | disable/remove intel dependencies |
commit | commitdiff | tree |
2007-08-06 |
Brian | more intel_context removal |
commit | commitdiff | tree |
2007-08-06 |
Brian | disable some PBO code, remove intel dependencies |
commit | commitdiff | tree |
2007-08-06 |
Brian | remove timing code |
commit | commitdiff | tree |
2007-08-06 |
Brian | Replace intel_texture_object with st_texture_object... |
commit | commitdiff | tree |
2007-08-06 |
Brian | minor renaming |
commit | commitdiff | tree |
2007-08-06 |
Brian | Lift intel_mipmap_tree.c to st_mipmap_tree.c |
commit | commitdiff | tree |
2007-08-06 |
Brian | More code movement, removal of intel dependencies |
commit | commitdiff | tree |
2007-08-06 |
Brian | remove more intel dependencies |
commit | commitdiff | tree |
next |