Keith Whitwell
|
07fd9ad7bb
|
Fix merge issue
|
2007-08-10 10:20:35 +01:00 |
|
Keith Whitwell
|
fa6815f056
|
Give softpipe a native texture layout of its own.
Basically the same as the 945's for now.
|
2007-08-10 10:17:51 +01:00 |
|
Keith Whitwell
|
938c307e45
|
Add printf handlers, pass pci id and move texlayout code to driver.
|
2007-08-10 10:17:51 +01:00 |
|
Keith Whitwell
|
c12b71ef93
|
Pass pci_id to i915_create()
|
2007-08-10 10:15:31 +01:00 |
|
Keith Whitwell
|
cb2d95ba68
|
Add a printf method to winsys and use for all debugging.
|
2007-08-10 10:15:31 +01:00 |
|
Keith Whitwell
|
af25ca6e69
|
Add a printf method to winsys. Not currently used.
|
2007-08-10 10:15:31 +01:00 |
|
Brian
|
6e3c01578e
|
obsolete files
|
2007-08-10 10:09:52 -06:00 |
|
Brian
|
0643ea07ca
|
no longer need intel_surface.c
|
2007-08-10 10:09:29 -06:00 |
|
Brian
|
8639a54319
|
move intel_supported_formats() into intel_context.c
|
2007-08-10 10:09:12 -06:00 |
|
Brian
|
12b0aa129e
|
we can now just rely on softpipe for surface creation, quad_read/write, etc
|
2007-08-10 10:06:57 -06:00 |
|
Brian
|
3654922b33
|
flesh out w/ more formats, y=0=top convention
|
2007-08-10 10:06:00 -06:00 |
|
Brian
|
c7dd9bf870
|
return (softpipe) in GL_RENDERER string - temporarily
|
2007-08-10 08:38:31 +01:00 |
|
Brian
|
f8ab24760d
|
rename st_cb_teximage.h st_format.h
|
2007-08-10 08:37:15 +01:00 |
|
Brian
|
1463c00d4e
|
Rename (file contains surface format-related functions)
|
2007-08-10 08:35:13 +01:00 |
|
Brian
|
a25dd4d407
|
code movement
|
2007-08-10 08:34:18 +01:00 |
|
Brian
|
d2bfdae860
|
invert Y axis
|
2007-08-10 08:33:43 +01:00 |
|
Brian
|
3a9eca5cc0
|
asst changes to get softpipe rendering again (no zbuf support for now)
|
2007-08-09 22:56:50 +01:00 |
|
Brian
|
6883930f61
|
init strb->Base.DataType appropriately, clean-ups
|
2007-08-09 22:56:21 +01:00 |
|
Brian
|
2f4f703af1
|
export softpipe_init_surface_funcs()
|
2007-08-09 22:55:28 +01:00 |
|
Brian
|
ac36cdbcc1
|
added null ptr checks
|
2007-08-09 22:55:15 +01:00 |
|
Keith Whitwell
|
78b1a29a0d
|
Split texfilter enums to match common hardware usage.
|
2007-08-09 19:09:44 +01:00 |
|
Keith Whitwell
|
00677fb67c
|
silence warning
|
2007-08-09 19:09:44 +01:00 |
|
Keith Whitwell
|
1ac106eefd
|
silence warning
|
2007-08-09 19:09:44 +01:00 |
|
Brian
|
c19a95510f
|
more work toward texture-based glDrawPixels
|
2007-08-09 19:04:50 -06:00 |
|
Brian
|
be57c1aac4
|
comments
|
2007-08-09 19:04:28 -06:00 |
|
Brian
|
3d31252d44
|
move viewport Y inversion to state tracker
|
2007-08-09 18:25:50 -06:00 |
|
Keith Whitwell
|
7c9a1357be
|
Add more i915 state packets.
These correspond to the dynamic indirect state, though they are
currently just pushed straight to the batch buffer.
|
2007-08-09 18:09:09 +01:00 |
|
Keith Whitwell
|
b3efc75f1a
|
Remove unused file
|
2007-08-09 18:09:08 +01:00 |
|
Brian
|
f1637e89de
|
invert Y axis with the viewport transformation to put things right side up
|
2007-08-09 18:02:22 -06:00 |
|
Brian
|
584c076201
|
vertex colors are ARGB
|
2007-08-09 18:02:22 -06:00 |
|
Keith Whitwell
|
debb4884e3
|
Missing files
|
2007-08-09 16:45:20 +01:00 |
|
Keith Whitwell
|
e23966f3de
|
Some basic state - blend and ztest sort of work.
|
2007-08-09 16:44:22 +01:00 |
|
Keith Whitwell
|
3bf25e5516
|
Remove references to fallbacks from this directory
|
2007-08-09 16:44:22 +01:00 |
|
Brian
|
df338be6d7
|
comments, assertions, etc
|
2007-08-09 16:31:48 -06:00 |
|
Brian
|
ef5d99e083
|
Obsolete
|
2007-08-09 16:05:08 -06:00 |
|
Brian
|
e24c696ca8
|
dead code removal
|
2007-08-09 16:04:39 -06:00 |
|
Keith Whitwell
|
94fda5695e
|
Emit drawrect command as we no longer ask the kernel to do this.
|
2007-08-09 16:00:43 +01:00 |
|
Keith Whitwell
|
bb142746bd
|
Remove unused blit functions.
|
2007-08-09 15:52:38 +01:00 |
|
Keith Whitwell
|
277e4989f3
|
Don't reemit hardware state *every* primitive.
|
2007-08-09 15:46:15 +01:00 |
|
Brian
|
fb8caffea8
|
fix merge conflicts
|
2007-08-09 15:42:12 -06:00 |
|
Brian
|
0c4c86cf2c
|
don't use intel_read_draw_buffer.c anymore
|
2007-08-09 15:41:08 -06:00 |
|
Brian
|
3c07bbb198
|
assertions
|
2007-08-09 15:39:54 -06:00 |
|
Brian
|
807ecbd344
|
*numFormats = 3
|
2007-08-09 15:39:31 -06:00 |
|
Brian
|
3e930c3f1f
|
minor clean-ups
|
2007-08-09 14:29:48 -06:00 |
|
Brian
|
a4517215ca
|
remove intel_depthstencil.c and intel_fbo.c
|
2007-08-09 14:29:48 -06:00 |
|
Brian
|
a47c387793
|
Obsolete files
|
2007-08-09 14:29:48 -06:00 |
|
Brian
|
3a035d0d23
|
don't include intel_depthstencil.h
|
2007-08-09 14:29:48 -06:00 |
|
Brian
|
74b5cb0e6f
|
remove some includes
|
2007-08-09 14:29:48 -06:00 |
|
Brian
|
f5713c7d2e
|
Checkpoint intel_renderbuffer removal.
Remove surface ptr from gl_renderbuffer.
Use st_renderbuffer in most places.
More clean-up.
|
2007-08-09 14:29:48 -06:00 |
|
Brian
|
36fc648ddd
|
remove dead code, remove intel_fbo.h includes
|
2007-08-09 14:29:48 -06:00 |
|