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.
This is appropriate as this is not a "pipe driver for the i915" as the
old name would suggest, but rather a dri driver that can provide "winsys"
backends to softpipe/i915/i965/etc pipe drivers, running under the
intel DDX, drm, etc.
It also frees up the i915pipe name for something more appropriate, ie
mesa/pipe/i915pipe.
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.
Doesn't yet compile, but when it does, it will only draw gouraud tris
and even those will be as simple as possible. Needs some 'winsys' support
also before that can happen.
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.
Handle TGSI labels correctly.
Enhance MESA opcode info queries.
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.
Translate label for GLSL IF, ELSE.
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.
We need to do these initializations before initializing the Mesa context
because context init involves creating texture/program/etc objects.
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 лет назад