2005-11-05 |
Brian Paul | Use _mesa_opcode_string() |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Brian Paul | use _mesa_num_inst_src_regs() and _mesa_opcode_string() |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Brian Paul | use _mesa_num_inst_src_regs() instead of nr_args() |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Brian Paul | added _mesa_num_inst_src_regs() and _mesa_opcode_string() |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Brian Paul | s/Negate/NegateBase/ |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Brian Paul | s/TexSrcIdx/TexSrcTarget/ |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Brian Paul | Unify vertex/fragment program instuctions. |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Brian Paul | remove unneeded #includes |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Brian Paul | remove unneeded #include |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Aapo Tahkola | Fix broken build. |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Brian Paul | added MESA_GLX_ALPHA_BITS env var |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Brian Paul | don't need MAKE_SWIZZLE() macro |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Brian Paul | Replace parameter_type enum in program.[ch], use regist... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Brian Paul | minor improvements in _mesa_init_teximage_fields() |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Brian Paul | use VERT_RESULT_HPOS, VERT_BIT_POS tokens |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Brian Paul | better ffs() function (bug 4956) |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Brian Paul | just pass ctx to do_ndc_cliptest() rather than stuffing... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Brian Paul | MESA_GLX_ALPHA_BITS env var to force visual with alpha... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Brian Paul | remove unneeded HIDDEN definition (bug 4956) |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Brian Paul | fix MinGW problems (bug 4956) |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Adam Jackson | s/dri.sourceforge.net/dri.freedesktop.org/ |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Brian Paul | Streamline code generation by using a fixed size instru... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Brian Paul | use WRITEMASK_* tokens |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Brian Paul | s/15/VERT_RESULT_MAX/ |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Brian Paul | added a const, clean-up |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Brian Paul | fix typo, minor clean-ups |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Brian Paul | added osdemos/ dir to DEMO_FILES |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Brian Paul | implement USE_MGL_NAMESPACE for x86-64 dispatch code... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Brian Paul | Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Aapo Tahkola | Use ctx->VertexProgram._Current . |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Aapo Tahkola | Remove some ghost code and adjust things a bit. |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Keith Whitwell | More useful ARL test |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Eric Anholt | First step of Radeon DRI unification: |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Keith Whitwell | add an arl test |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Aapo Tahkola | Fix broken tnl stage. |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Keith Whitwell | Add a NotifyInputChanges() callback so that drivers... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Keith Whitwell | Several fp and vp tweaks: |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Aapo Tahkola | Re-enable fallbacks. |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Aapo Tahkola | -Fix first frame -bug |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Aapo Tahkola | Fix segmentation fault in _tnl_ProgramCacheDestroy(). |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Keith Whitwell | Make colors match the fp tests (really) |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Keith Whitwell | Make colors match the fp tests |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Keith Whitwell | standalone tests for vp instructions |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Brian Paul | Re-org and clean-up of vertx/fragment program limits... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Brian Paul | fix problems found with gcc 2.96 (bug 4934) |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Brian Paul | check swrast->_FogEnabled instead of ctx->Fog.Enabled |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Aapo Tahkola | Need more than 200 instructions. |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Aapo Tahkola | Improve tnl program searching performance. |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Brian Paul | Simplify parse_attrib_binding(). |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Brian Paul | Lots of clean-up in arb program parser. |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Brian Paul | need to use absolute value for RSQ |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Brian Paul | added some assertions to catch unexpected swizzle value... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Brian Paul | Use MAKE_SWIZZLE4() macro in a few more places. |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Brian Paul | reduced swizzle comment |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Brian Paul | Free old parameter list before assigning new one. ... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Brian Paul | added warning about use of REG_SCRATCH |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Brian Paul | clean-up comments |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Brian Paul | s/lenght/length/ |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Brian Paul | fix LIT bug |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Brian Paul | fix a few bugs in SWZ execution |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Brian Paul | fix errors in RoughApproxPower(), do_LIT(), _tnl_progra... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Brian Paul | If parsing a program fails, don't change the vertex... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Eric Anholt | Bug #4901: Correct secondary color emission when lighti... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Ian Romanick | Add new test "texfilt". This test is a cousin to texwr... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Brian Paul | Keith's fixes for RSW and XPD (need temporaries) |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Brian Paul | include tnl.h to silence warning |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Brian Paul | Added assert that result != arg0 in do_RSW. This curre... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Brian Paul | TNL module needs to implement ctx->Driver.ProgramString... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Brian Paul | add newline at end of file |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Brian Paul | don't use -Wmissing-prototypes for C++ code |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Brian Paul | silence a bunch of compiler warnings |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Aapo Tahkola | Silence gcc-4 warnings. |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Aapo Tahkola | Fix texture mixup when two or more contexts. |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Dave Airlie | fix missing commit for span changes |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Dave Airlie | fix up radeon span functions using latest r200 code... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Aapo Tahkola | Compiled arrays for vtxfmt_a path. |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Eric Anholt | GC a bit of dead code I noticed while looking at texwrap. |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Eric Anholt | Correct the ordering of the blend constant color. |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Eric Anholt | Add support for GL_EXT_stencil_wrap, from hearing that... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Eric Anholt | Bug #1028: Add hardware-accelerated stencil support... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Eric Anholt | Bug #4900: Fix the non-fogcoord fog test on r100 (and... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Eric Anholt | Add support for HW stencil spans, mirroring the depth... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Eric Anholt | Bump driver date for recent extension adds. |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Aapo Tahkola | Cover my arse. |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Aapo Tahkola | Reduce stderr noise and fix some compiler warnings. |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Aapo Tahkola | Remove few outdated r200 files. |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Aapo Tahkola | Sync with my local tree. |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Aapo Tahkola | Fix invalid vsf temp count for rv350. |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Eric Anholt | Fix the RGB order of the specular color emit, and turn... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Eric Anholt | Add support for GL_EXT_fog_coord, tested using tests... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Eric Anholt | Add built programs to .cvsignore. |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Eric Anholt | Add a fog mode (normal and fog_coord, leaner/exp/exp2... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Eric Anholt | Add disabled support for GL_EXT_fog_coord. While it... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Eric Anholt | Move the front.offset setting above a check to shortcut... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Eric Anholt | Initial add of some (disabled) SiS 6326 drawing code... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Brian Paul | updates from 6.4 branch |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Eric Anholt | Cut a bunch of code by not trying to precompute the... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Eric Anholt | In the last commit I added in a fatal error on unknown... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Eric Anholt | Fix and enable GL_MESA_ycbcr_texture. Looks fine with... |
commit | commitdiff | tree | snapshot |
next |