aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* Update DRI drivers for new glsl compiler.Brian2007-02-236-17/+21
* Fix parallel make in r300 driver.Adam Jackson2007-02-201-2/+4
* r300: Fix cos & add scs to fragment program.Rune Peterson2007-02-142-88/+184
* r300: Add proper support for sin/cos instruction in fragment programRune Peterson2007-02-125-120/+165
* fix issues in vp when using FRAG_BIT_WPOS in a fragment program (bug #9910)Roland Scheidegger2007-02-091-20/+15
* Fall back to software rasterization if r300_translate_fragment_shader() fails.Michel Dänzer2007-02-032-1/+11
* Remove unused r200 files from r300 driver directory.Michel Dänzer2007-02-034-2507/+0
* r300CreateContext: Really initialize r300->initialMaxAnisotropy.Michel Dänzer2007-02-031-0/+2
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-026-229/+100
|\
| * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-1614-1844/+1065
| |\
| * | Move r300 to new fbo interface based on Keith Whithwell.Jerome Glisse2006-11-021-218/+86
| * | merge current trunk into vbo branchAlan Hourihane2006-11-0211-92/+168
| * | disable vtxfmt_a code, switch over to vboKeith Whitwell2006-10-315-13/+14
* | | support as much of GL_EXT_stencil_two_side as we can. untested.Aapo Tahkola2007-01-183-8/+31
| |/ |/|
* | r300: Fix vertex program position invariant bug, force position reading.Jerome Glisse2007-01-141-2/+8
* | Fix typo from commit 1d312ae0137eb39bf74fac91eb97ed25c289a4ca .Jerome Glisse2007-01-111-1/+1
* | r300: Correct bug introduced by fragprog rework.Jerome Glisse2007-01-041-4/+5
* | Deleted unused file which likely have be reintroduced during git move.Jerome Glisse2006-12-261-1328/+0
* | Rework r300 fragprog avoid using bitfield structure.Jerome Glisse2006-12-252-290/+466
* | Make git ignore files only generated at build time.Michel Dänzer2006-12-061-0/+3
* | Disable fragment program debug messages.Rune Petersen2006-11-201-3/+1
* | fragment.position supportRune Petersen2006-11-174-2/+236
* | r300_select_vertex_shader4:Rune Petersen2006-11-175-167/+215
* | Remove unnecessary setting of GetBufferSize to NULL.Ian Romanick2006-11-091-1/+0
* | Add sin instruction to fragment program.Jerome Glisse2006-11-051-2/+64
* | Add cos instruction and remove left over debug.Jerome Glisse2006-11-042-45/+64
* | Add requested size to r300RefillCurrentDmaRegion.Jerome Glisse2006-11-024-11/+14
* | Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul2006-11-021-1/+1
* | Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
* | remove unused varsBrian Paul2006-11-012-2/+0
* | Remove deprecated GetBufferSize interface.Jerome Glisse2006-11-015-72/+76
* | Add LIT instruction to fragment program.Jerome Glisse2006-11-012-17/+88
* | Add CMPH instruction to fragprogJerome Glisse2006-11-011-0/+2
|/
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-5/+4
* Use endianness test function provided by mesa.Jerome Glisse2006-10-152-9/+6
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2
* Remove r200 dependencyJerome Glisse2006-09-263-64/+2
* Remove r200 dependency.Jerome Glisse2006-09-261-15/+1
* try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger2006-09-202-14/+96
* Fallback if ColorLogicOp is enabled. Cleanup a bit the fallbackJerome Glisse2006-09-141-29/+53
* Remove MESA_LITTLE_ENDIAN guard for code that seems to work fine on big endian.Michel Dänzer2006-09-141-2/+0
* Fix compilation warning.Jerome Glisse2006-09-121-9/+12
* Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse2006-09-1211-191/+142
* Managed to make a commit that can't build... Sorry again...Rune Petersen2006-09-041-0/+1
* add missing change to skip low impact RAST fallback...Rune Petersen2006-09-031-14/+17
* re-apply shader fix.Rune Petersen2006-08-311-1/+1
* Give the user posibility to choose speed over correctness.Rune Petersen2006-08-312-1/+4
* Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String toBrian Paul2006-08-281-1/+1
* fix #8008Aapo Tahkola2006-08-261-8/+4