11414 コミット (dbb297fac6a9637cc7ee7ab2cf40f196048ba626)
 

作成者 SHA1 メッセージ 日付
  Keith Whitwell dbb297fac6 Hook up i915simple. Doesn't compile. 18年前
  Brian 7e78b9e4d0 rewrite texture sampling code (smaller, simpler) 18年前
  Brian e12810d92f add lambda param to get_sample() 18年前
  Brian 34a48abd5f sketch out 1D/3D/cube texture sampling 18年前
  Brian eb147ed775 added PIPE_TEX_FACE_* 18年前
  Brian 40bc47f578 replace draw_offset w/ 0 for now 18年前
  Brian 7523f490b0 define i915_surface struct 18年前
  Keith Whitwell 8a475cb791 Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys. 18年前
  Brian f62b573922 more get_tile() work 18年前
  Brian 08f33a0251 fully support all texcoord wrap modes 18年前
  Keith Whitwell 01c35b52a1 Checkpoint of a super-simplified i915 driver in the pipe model. 18年前
  Brian ddd30d8160 clean up tgsi_sampler-related bits 18年前
  Brian e4b5265487 use new tex filtering code 18年前
  Brian 0dc4eea64f initial texture filtering code 18年前
  Brian 283ed438b6 include p_state.h 18年前
  Brian 85675db0fc added a get_tile() func 18年前
  Brian 11c557d3ca map/unmap textures 18年前
  Brian 204d35c0ef remove dst!=src assertion 18年前
  Brian b4784862b4 debug info 18年前
  Brian b245840b86 set mt->format 18年前
  Brian 6cdff693a7 added pipe_mipmap_tree::format 18年前
  Brian 14b9834330 s/intel/st/ 18年前
  michal 4a470f63c9 Naive implementation of IF/ELSE/ENDIF. 18年前
  Brian adf5560ea5 checkpoint new tgsi_sampler_state struct 18年前
  Brian ab80be0df1 remove pipe_surface_sampler 18年前
  Brian d805d46a5f added st_atom_texture.c 18年前
  Brian d78dab1267 plug in texture/sampler state update 18年前
  Brian 28d64d398b texture image state handling 18年前
  Brian b23f358cbc sketch out new pipe surface/sampler types 18年前
  michal 281dad2259 Handle labels for IF/ELSE correctly 18年前
  michal f141399031 Enable compact TGSI dump. 18年前
  michal c7e6a2eb83 Dump tokens in more compact form. 18年前
  Brian cec49ee954 s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c 18年前
  Brian c61927a0cb don't include non-existant intel_buffer_objects.h 18年前
  Keith Whitwell 90ee7a4144 Gutsy oopses on touch of existing file. Workaround. 18年前
  Keith Whitwell 87a8f5643d Remove old intel_buffer_objects code - there is a state_tracker version now. 18年前
  michal 285c7d5931 Labels are always label targets. 18年前
  Brian 958a1ad420 prototypes 18年前
  Brian e43bc8da7a get rid of temp write_mono_row_ub() function 18年前
  Brian 647afc3179 call st_init_driver_functions(), make intelInitDriverFunctions() static 18年前
  Brian 34ff87e46a call st_init_driver_functions() 18年前
  Brian 4a60b94701 added softpipe_mipmap_tree_layout 18年前
  Brian 07633371ff need a softpipe func for texture layout 18年前
  Brian 6da9234fd4 New st_init_*_functions() to initialize the driver functions table. 18年前
  Brian 8ebf91d15e new header 18年前
  Brian a2e3def40c fix asst. warnings 18年前
  michal 3f26f61678 Add GLSL opcodes. 18年前
  michal 2cd6291c62 Add GLSL ops. 18年前
  michal 76478a4706 Make SGE, SGT, SLE working. 18年前
  michal 10fd2742c6 Remove garbage text. 18年前