2007-08-09 |
Brian | don't include intel_depthstencil.h |
commit | commitdiff | tree |
2007-08-09 |
Brian | remove some includes |
commit | commitdiff | tree |
2007-08-09 |
Brian | Checkpoint intel_renderbuffer removal. |
commit | commitdiff | tree |
2007-08-09 |
Brian | remove dead code, remove intel_fbo.h includes |
commit | commitdiff | tree |
2007-08-09 |
Brian | surface-related prototypes |
commit | commitdiff | tree |
2007-08-09 |
Brian | checkpoint: no longer using intel_fbo.c |
commit | commitdiff | tree |
2007-08-09 |
Brian | remove color_rb[] and lots of dead code |
commit | commitdiff | tree |
2007-08-09 |
Brian | disable intel_get_rb_region() |
commit | commitdiff | tree |
2007-08-09 |
Brian | checkpoint: more intel_renderbuffer removal |
commit | commitdiff | tree |
2007-08-09 |
Brian | checkpoint: intel_renderbuffer removal (intel_renderbuf... |
commit | commitdiff | tree |
2007-08-09 |
Brian | checkpoint: intel_renderbuffer removal (move vbl_pendin... |
commit | commitdiff | tree |
2007-08-09 |
Brian | checkpoint: intel_renderbuffer removal |
commit | commitdiff | tree |
2007-08-09 |
michal | Update opcode list. |
commit | commitdiff | tree |
2007-08-09 |
michal | Further opcode list reorg. |
commit | commitdiff | tree |
2007-08-09 |
Keith Whitwell | Quieten TGSI |
commit | commitdiff | tree |
2007-08-09 |
Keith Whitwell | Quieten TGSI |
commit | commitdiff | tree |
2007-08-09 |
Keith Whitwell | Supporting batchbuffer changes for 1st hwpipe triangles... |
commit | commitdiff | tree |
2007-08-09 |
Keith Whitwell | Remove unreferenced file. |
commit | commitdiff | tree |
2007-08-09 |
Keith Whitwell | Tweaks to state emit, acheives first hw triangles from... |
commit | commitdiff | tree |
2007-08-09 |
Keith Whitwell | Pull in debug code for human-readable batchbuffer dumps. |
commit | commitdiff | tree |
2007-08-09 |
Keith Whitwell | The pipe version of these files. Can probably relocate... |
commit | commitdiff | tree |
2007-08-09 |
Keith Whitwell | Put back the old versions of intel_tex_layout.* in... |
commit | commitdiff | tree |
2007-08-09 |
Keith Whitwell | Hook up pipe flush functionality |
commit | commitdiff | tree |
2007-08-09 |
Keith Whitwell | Add flush/finish functionality to pipe. |
commit | commitdiff | tree |
2007-08-09 |
Keith Whitwell | Split swapbuffers and read/draw buffers functionality... |
commit | commitdiff | tree |
2007-08-09 |
michal | Declare missing opcode aliases. Declare SGN opcode. |
commit | commitdiff | tree |
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 |
next |