index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_cmdbuf.c
Age
Commit message (
Expand
)
Author
2006-09-12
Removing some of r200 dependency, cleaning up code a bit,
Jerome Glisse
2006-07-27
r300_emit.h cleanup.
Jerome Glisse
2006-04-21
Fix format strings for LP64
Adam Jackson
2006-04-11
Fog support (Ewald Snel)
Aapo Tahkola
2006-03-13
Clean build.
Aapo Tahkola
2006-01-20
Try to tackle bug #5148
Aapo Tahkola
2005-12-04
Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeon
Dave Airlie
2005-11-21
get rid of some of those unknowns figured out from reg dumper
Dave Airlie
2005-10-31
fix problems found with gcc 2.96 (bug 4934)
Brian Paul
2005-10-26
Reduce stderr noise and fix some compiler warnings.
Aapo Tahkola
2005-10-26
Sync with my local tree.
Aapo Tahkola
2005-09-25
Add support for texture compression to R300 driver
Dave Airlie
2005-09-03
silence misc warnings
Brian Paul
2005-06-27
Rename unchecked state to match DRM driver.
Vladimir Dergachev
2005-06-16
lost_context never gets reset.
Aapo Tahkola
2005-05-19
Ditch unused code and features that arent in subject to get supported any nea...
Aapo Tahkola
2005-05-14
The kernel doesn't like command buffers over 64KB, so we don't
Nicolai Haehnle
2005-05-14
Don't print debug messages unless the user explicitly requested them
Nicolai Haehnle
2005-05-05
Getting rusty... 4278 was already there.
Aapo Tahkola
2005-05-05
Flat shading and bunch of clarifications to r300_reg.h .
Aapo Tahkola
2005-03-12
Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.
Aapo Tahkola
2005-03-08
Replacing some RADEON cmd types with r300 counterparts.
Aapo Tahkola
2005-03-08
Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...
Aapo Tahkola
2005-02-19
Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa...
Aapo Tahkola
2005-02-18
Print an error if idling the engine before the buffer copy fails.
Nicolai Haehnle
2005-02-18
Always submit command buffers, even when there are no cliprects,
Nicolai Haehnle
2005-02-18
Reset nr_released_bufs to 0 after the command buffer has been submitted.
Nicolai Haehnle
2005-02-17
Fixing *lots* of warning messages, especially concerning unportable
Nicolai Haehnle
2005-02-11
Port of r200 VB code. VB path should be as fast as the immediate path now, t...
Ben Skeggs
2005-02-10
Removing some regs that are wrong and adding some comments to r300_reg.h .
Aapo Tahkola
2005-02-10
Fix copy'n'paste errors.
Vladimir Dergachev
2005-02-10
Turns out unknown5 was border color. texwrap looks good now.
Aapo Tahkola
2005-02-10
Adding support for selecting line width. Stipple patterns still cause lots of...
Aapo Tahkola
2005-02-08
Fix the bug and get zbias back into shape. There might still be some problems...
Aapo Tahkola
2005-02-08
BIG FAT NOTE: Theres a nasty bug somewhere thats causing vb color buffer clea...
Aapo Tahkola
2005-02-08
To cut the long and boring story short, polygon offsets should now work. vb m...
Aapo Tahkola
2005-02-03
Get Polygon offset fill to work.
Vladimir Dergachev
2005-01-24
border_color causes lockups with vertex buffers. Disabling for now.
Aapo Tahkola
2005-01-21
Properly input stencil info contributed by Wladimir.
Vladimir Dergachev
2005-01-15
On the way to getting stencil and texture formats working.
Vladimir Dergachev
2005-01-14
Added fixes for filter modes and support for anisotropy filters.
Aapo Tahkola
2005-01-14
Remove redundant register.
Vladimir Dergachev
2005-01-10
Bring vertex buffer code up to date..
Vladimir Dergachev
2005-01-09
Port EmitPixelShader from cmdbuf.c to SetupPixelShader in state.c.
Vladimir Dergachev
2005-01-09
Implement a more elaborate hashing scheme for texture formats. Still not perf...
Vladimir Dergachev
2005-01-04
Major code restructuring:
Vladimir Dergachev
2005-01-03
Add structs describing vertex and pixel shader state to r300_state.
Vladimir Dergachev
2005-01-03
Port texture allocation code from R200.
Vladimir Dergachev
2005-01-02
Add texture units registers
Vladimir Dergachev
2004-12-31
Qualify the magic 20B0 register as SE_VTE_CNTL similar to R200. Looks like di...
Vladimir Dergachev
[next]