- 562fdca update lod bias, limits by Brian · 17 years ago
- 5671bba clean-up by Brian · 17 years ago
- 8140642 use surface offset value in get_tile() by Brian · 17 years ago
- 09a1b91 initial lod/mipmap texture supported by Brian · 17 years ago
- 7faa354 setup frag shader state: color pass-through program by Brian · 17 years ago
- ed227b7 added assertion by Brian · 17 years ago
- 6dc212c print_vertex func for debugging by Brian · 17 years ago
- 3113254 new assertions by Brian · 17 years ago
- 960bf97 Add D3D9 opcodes up to ps_2_x and vs_2_x. by michal · 17 years ago
- 65f7b38 Don't use hardware driver by default, until its working a bit better. by Keith Whitwell · 17 years ago
- 715acc7 The i915simple driver now runs well enough to lock up hardware. by Keith Whitwell · 17 years ago
- cf3fb4e Call init_state_funcs by Keith Whitwell · 17 years ago
- 7bf2e9e Fix typo so that i915simple actually gets used. by Keith Whitwell · 17 years ago
- c28d2e6 remove unused file by keithw · 17 years ago
- db06826 remove unused file by keithw · 17 years ago
- 7f745381 Remove unused code, definitions. by Keith Whitwell · 17 years ago
- f71edfa increase texture size to 32x32 by root · 17 years ago
- 267cf16 very simple texture cache implementation by Brian · 17 years ago
- c8cc1e8 fix qs->next tests by Brian · 17 years ago
- e4eb973 add quad_stage::begin() funcs by Brian · 17 years ago
- f00179f Add a quad_stage::begin() method to do per-primitive preparations (like setting up samplers). by Brian · 17 years ago
- 8daa738 Remove more dead files. by Keith Whitwell · 17 years ago
- 173e2c6 Remove dead files. by Keith Whitwell · 17 years ago
- ef8b68a Pull in i915simple.a by Keith Whitwell · 17 years ago
- dbb297f Hook up i915simple. Doesn't compile. by Keith Whitwell · 17 years ago
- 7e78b9e rewrite texture sampling code (smaller, simpler) by Brian · 17 years ago
- e12810d add lambda param to get_sample() by Brian · 17 years ago
- 34a48ab sketch out 1D/3D/cube texture sampling by Brian · 17 years ago
- eb147ed added PIPE_TEX_FACE_* by Brian · 17 years ago
- 40bc47f replace draw_offset w/ 0 for now by Brian · 17 years ago
- 7523f49 define i915_surface struct by Brian · 17 years ago
- 8a475cb Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys. by Keith Whitwell · 17 years ago
- f62b573 more get_tile() work by Brian · 17 years ago
- 08f33a0 fully support all texcoord wrap modes by Brian · 17 years ago
- 01c35b5 Checkpoint of a super-simplified i915 driver in the pipe model. by Keith Whitwell · 17 years ago
- ddd30d8 clean up tgsi_sampler-related bits by Brian · 17 years ago
- e4b5265 use new tex filtering code by Brian · 17 years ago
- 0dc4eea initial texture filtering code by Brian · 17 years ago
- 283ed43 include p_state.h by Brian · 17 years ago
- 85675db added a get_tile() func by Brian · 17 years ago
- 11c557d map/unmap textures by Brian · 17 years ago
- 204d35c remove dst!=src assertion by Brian · 17 years ago
- b478486 debug info by Brian · 17 years ago
- b245840 set mt->format by Brian · 17 years ago
- 6cdff69 added pipe_mipmap_tree::format by Brian · 17 years ago
- 14b9834 s/intel/st/ by Brian · 17 years ago
- 4a470f6 Naive implementation of IF/ELSE/ENDIF. by michal · 17 years ago
- adf5560 checkpoint new tgsi_sampler_state struct by Brian · 17 years ago
- ab80be0 remove pipe_surface_sampler by Brian · 17 years ago
- d805d46 added st_atom_texture.c by Brian · 17 years ago
- d78dab1 plug in texture/sampler state update by Brian · 17 years ago
- 28d64d3 texture image state handling by Brian · 17 years ago
- b23f358 sketch out new pipe surface/sampler types by Brian · 17 years ago
- 281dad2 Handle labels for IF/ELSE correctly by michal · 17 years ago
- f141399 Enable compact TGSI dump. by michal · 17 years ago
- c7e6a2e Dump tokens in more compact form. by michal · 17 years ago
- cec49ee s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c by Brian · 17 years ago
- c61927a don't include non-existant intel_buffer_objects.h by Brian · 17 years ago
- 90ee7a4 Gutsy oopses on touch of existing file. Workaround. by Keith Whitwell · 17 years ago
- 87a8f56 Remove old intel_buffer_objects code - there is a state_tracker version now. by Keith Whitwell · 17 years ago
- 285c7d5 Labels are always label targets. by michal · 17 years ago
- 958a1ad prototypes by Brian · 17 years ago
- e43bc8d get rid of temp write_mono_row_ub() function by Brian · 17 years ago
- 647afc3 call st_init_driver_functions(), make intelInitDriverFunctions() static by Brian · 17 years ago
- 34ff87e call st_init_driver_functions() by Brian · 17 years ago
- 4a60b94 added softpipe_mipmap_tree_layout by Brian · 17 years ago
- 0763337 need a softpipe func for texture layout by Brian · 17 years ago
- 6da9234 New st_init_*_functions() to initialize the driver functions table. by Brian · 17 years ago
- 8ebf91d new header by Brian · 17 years ago
- a2e3def fix asst. warnings by Brian · 17 years ago
- 3f26f61 Add GLSL opcodes. by michal · 17 years ago
- 2cd6291 Add GLSL ops. by michal · 17 years ago
- 76478a4 Make SGE, SGT, SLE working. by michal · 17 years ago
- 10fd274 Remove garbage text. by michal · 17 years ago
- 555ff45 Use fp_attr_to_slot[]. by michal · 17 years ago
- 1d45082 Reorder opcodes. by michal · 17 years ago
- 2f35238 Translate the remaining ops. by michal · 17 years ago
- 073d25e Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch by Brian · 17 years ago
- 8929c90 added xm_softpipe.c by Brian · 17 years ago
- b1ad628 use new xmesa_create_softpipe() by Brian · 17 years ago
- a96d20e softpipe/winsys interface by Brian · 17 years ago
- f79b90b Translate MESA GLSL opcodes to TGSI opcodes. by michal · 17 years ago
- f203495 Add path for GL includes in mesa tree. by michal · 17 years ago
- ddece00 added st_cb_texture.c by Brian · 17 years ago
- 9ee61c9 clean-ups by Brian · 17 years ago
- 1cc774f switch to new texture functions in state tracker by Brian · 17 years ago
- 4435bae use new texture funcs by Brian · 17 years ago
- 0790d9a clean-ups by Brian · 17 years ago
- 24df8f8 new texture functions by Brian · 17 years ago
- 3e147fe comments by Brian · 17 years ago
- fe52cce Add GLSL opcodes. by michal · 17 years ago
- 2dd4506 disable/remove intel dependencies by Brian · 17 years ago
- d49cee1 more intel_context removal by Brian · 17 years ago
- f42feca disable some PBO code, remove intel dependencies by Brian · 17 years ago
- e3ad589 remove timing code by Brian · 17 years ago
- b9f4b0c Replace intel_texture_object with st_texture_object, intel_texture_image with st_texture_image by Brian · 17 years ago
- bc3b608 minor renaming by Brian · 17 years ago
- 307fe07 Lift intel_mipmap_tree.c to st_mipmap_tree.c by Brian · 17 years ago
- bdd3ccf More code movement, removal of intel dependencies by Brian · 17 years ago
- 24ddf11 remove more intel dependencies by Brian · 17 years ago