summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a demo illustrating various techniques for uploading dynamic (ietexmem_0_2_branchKeith Whitwell2006-08-302-0/+408
* Must lock hardware around call to intelEmitCopyBlit()Keith Whitwell2006-08-301-1/+6
* implement zero-copy uploads for glTexImage from suitable pixel buffer objectsKeith Whitwell2006-08-3010-59/+351
* Bring in improved version of the texdown demo from the original texmem branchKeith Whitwell2006-08-301-27/+106
* remove orphan fileKeith Whitwell2006-08-291-72/+0
* remove i915_texprog.c as it is no longer neededKeith Whitwell2006-08-293-685/+1
* remove hashing for bm buffers, use an opaque pointer instead of an integerKeith Whitwell2006-08-2926-213/+219
* revert last commitKeith Whitwell2006-08-282-271/+0
* dependent texture read demoKeith Whitwell2006-08-282-0/+271
* use mesa's texenvprogram in preference to i915 version. Enable tex_env_crossbarKeith Whitwell2006-08-285-2/+26
* various texture tweaksKeith Whitwell2006-08-283-14/+19
* Add missing wait for busy buffers in bmMapBuffer()Keith Whitwell2006-08-281-0/+3
* Fixes for i945 texture layoutsKeith Whitwell2006-08-281-36/+52
* add dependent texture read testKeith Whitwell2006-08-172-0/+246
* Make bgra format more explicitKeith Whitwell2006-08-171-3/+5
* fix from i965 driver for compressed textures on texmanDave Airlie2006-08-161-1/+1
* first pass at texture uploads from pbo's with the blitterKeith Whitwell2006-08-033-0/+1525
* trivial test for pbo-based texture uploadsKeith Whitwell2006-08-032-0/+180
* Get basic texturing working again on i945Keith Whitwell2006-08-031-0/+346
* Correct pitch / cpp calculationKeith Whitwell2006-08-031-383/+230
* drmOpen/Close onceKeith Whitwell2006-08-022-4/+67
* new files from merge of texmem driverKeith Whitwell2006-08-0222-0/+5396
* Pull the texmem i915 driver onto a new branch closer to the current trunk.Keith Whitwell2006-08-0238-6341/+3102
* Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.Michal Krol2006-08-0112-7/+180
* casts and assertionsBrian Paul2006-08-011-4/+9
* code to draw engine blockBrian Paul2006-08-011-11/+205
* Move GL_MESA_shader_debug from glext.h to gl.h.Michal Krol2006-08-011-0/+5
* renderbuffer fixes (Sean D'Epagnier)Brian Paul2006-08-011-10/+21
* Fixed warnings.Claudio Ciccani2006-08-011-39/+99
* fix #6991Aapo Tahkola2006-07-312-21/+10
* added glut fbdev filesBrian Paul2006-07-311-0/+3
* GLUT on fbdev driver. Sean D'EpagnierBrian Paul2006-07-314-26/+9423
* Add support for GL_MESA_shader_debug.Michal Krol2006-07-302-2370/+2417
* Commit enums for GL_MESA_shader_debug.spec.Michal Krol2006-07-301-0/+5
* Program to convert .syn file to .h headers.Michal Krol2006-07-301-0/+72
* Clear window's event mask before enabling handled events.Claudio Ciccani2006-07-301-0/+5
* Add support for GL_MESA_shader_debug.Michal Krol2006-07-301-0/+32
* Fix dependencies.Michal Krol2006-07-301-16/+4
* More text.Michal Krol2006-07-301-34/+105
* Optimize shaders.Michal Krol2006-07-291-15/+30
* Fix build failure in the savage driver.Eric Anholt2006-07-281-1/+1
* r300_emit.h cleanup.Jerome Glisse2006-07-275-217/+240
* load SLANG_FRAGMENT_FIXED_SECONDARYCOLORBrian Paul2006-07-211-0/+10
* just reindentBrian Paul2006-07-211-64/+60
* added arrayobj.[ch] filesBrian Paul2006-07-212-0/+11
* check for non-nill pwc in WMesaMakeCurrent(), bug 7585Brian Paul2006-07-211-1/+1
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-2035-221/+233
* bump MESA_TINY to 1Brian Paul2006-07-201-1/+1
* move/update commentsBrian Paul2006-07-201-37/+33
* use ctx->Light.ShadeModel instead of ctx->_TriangleCapsBrian Paul2006-07-201-3/+3