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 years ago
Brian
8ebf91d15e
new header
18 years ago
Brian
a2e3def40c
fix asst. warnings
18 years ago
michal
3f26f61678
Add GLSL opcodes.
18 years ago
michal
2cd6291c62
Add GLSL ops.
18 years ago
michal
76478a4706
Make SGE, SGT, SLE working.
18 years ago
michal
10fd2742c6
Remove garbage text.
18 years ago
michal
555ff45260
Use fp_attr_to_slot[].
18 years ago
michal
1d45082f6e
Reorder opcodes.
18 years ago
michal
2f35238394
Translate the remaining ops.
18 years ago
Brian
073d25eca0
Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
18 years ago
Brian
8929c90a71
added xm_softpipe.c
18 years ago
Brian
b1ad6289f8
use new xmesa_create_softpipe()
18 years ago
Brian
a96d20eac8
softpipe/winsys interface
18 years ago
michal
f79b90bc19
Translate MESA GLSL opcodes to TGSI opcodes.
18 years ago
michal
f2034954a7
Add path for GL includes in mesa tree.
18 years ago
Brian
ddece00faa
added st_cb_texture.c
18 years ago
Brian
9ee61c9700
clean-ups
18 years ago
Brian
1cc774f8da
switch to new texture functions in state tracker
18 years ago
Brian
4435baef18
use new texture funcs
18 years ago
Brian
0790d9a074
clean-ups
18 years ago
Brian
24df8f895f
new texture functions
18 years ago
Brian
3e147fe8e7
comments
18 years ago
michal
fe52cce0e8
Add GLSL opcodes.
18 years ago
Brian
2dd4506de3
disable/remove intel dependencies
18 years ago
Brian
d49cee1a74
more intel_context removal
18 years ago
Brian
f42feca075
disable some PBO code, remove intel dependencies
18 years ago
Brian
e3ad58975b
remove timing code
18 years ago
Brian
b9f4b0ce4e
Replace intel_texture_object with st_texture_object, intel_texture_image with st_texture_image
18 years ago
Brian
bc3b608317
minor renaming
18 years ago
Brian
307fe0702e
Lift intel_mipmap_tree.c to st_mipmap_tree.c
18 years ago
Brian
bdd3ccf959
More code movement, removal of intel dependencies
18 years ago
Brian
24ddf1169d
remove more intel dependencies
18 years ago
Brian
681f04f6d3
remove intel dependencies from intel_mipmap_tree.c
18 years ago
Brian
e6c8691b1a
checkpoint: move some texture layout code
18 years ago
Brian
d9605cdf7c
Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> pipe_mipmap_tree and move some code)
18 years ago
Keith Whitwell
95794abec4
Add pipe buffer managment functions.
The state_tracker driver needs these to implement, eg. pixel buffer objects,
vertex buffer objects.
18 years ago
Keith Whitwell
1d1b9e6be4
Add a new interface between softpipe and the window system / buffer manager.
This interface is defined by softpipe and any window system (eg i915pipe)
wishing to use softpipe is required to implement the interface.
Currently the interface is all about buffer management.
Generalizing, each pipe driver will advertise an interface in a similar
spirit to this, and again any window system driver wishing to use that
rendering pipeline will have to implement the interface it defines. It
clearly isn't a one-way street however, as softpipe could just do its own
buffer management with malloc. The interaction with a buffer manager is
desired to allow us to exercise the hardware swapbuffers functionality of
the i915pipe driver, and also to get a feel for the way hardware drivers
which really need a buffer manager will work.
18 years ago
Brian
5e7921b778
remove intel_pixel.c
18 years ago
Brian
16682fee0a
added st_cb_fbo.c
18 years ago
Brian
fdedc4fec0
more work on st_choose_pipe_format()
18 years ago
Brian
4b87d37e90
framebuffer object functions
18 years ago
Keith Whitwell
ec471e9f07
Remove dead files
18 years ago
Keith Whitwell
db70498462
Rip out more dead drawing-related code.
18 years ago
Keith Whitwell
7d5c25c8a7
Remove "static region" support.
The frontbuffer/driBufMgr interactions are handled as a special case
in the intel_screen code.
18 years ago
Keith Whitwell
b8846a5be9
Simplify frontbuffer / sarea / rotation management.
Remove lots of old cruft.
18 years ago
Keith Whitwell
389b1d1a3f
Workaround wierd oops on gutsy when building mesa.
18 years ago
Brian
c358a39af5
added pipe->supported_formats()
18 years ago
Brian
61d0215d7b
hook in teximage bits
18 years ago
Brian
66ae07854e
more formats
18 years ago