summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: minor state-update changes in histogram codeBrian Paul2009-04-221-5/+2
* mesa: fix comment typoBrian Paul2009-04-221-1/+1
* mesa: fix _mesa_dump_textures(), add null ptr checkBrian Paul2009-04-221-2/+3
* mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell2009-04-222-8/+8
* mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul2009-04-212-1/+36
* mesa: suppress extra newlineBrian Paul2009-04-171-1/+1
* mesa: minor tweak to error messageBrian Paul2009-04-171-1/+1
* Merge branch 'register-negate'Brian Paul2009-04-162-4/+2
|\
| * mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-142-4/+2
* | mesa: fix bad mask bit in clip plane restore code for glPopAttrib()Lars Henning Wendt2009-04-161-1/+1
* | Merge branch 'gallium-s3tc'José Fonseca2009-04-161-8/+8
|\ \
| * | mesa: Report name for missing s3tc functionsJakob Bornecrantz2009-04-091-8/+8
* | | mesa: Update texenv program when _NEW_ARRAYS is updated as well.Eric Anholt2009-04-151-1/+2
| |/ |/|
* | mesa: remove unused matrixType param from ctx->Driver.UniformMatrix() functionsBrian Paul2009-04-142-19/+10
* | mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OESBrian Paul2009-04-141-0/+5
* | mesa: use standard offsetof() macroBrian Paul2009-04-141-1/+1
|/
* mesa: fix potential recursive locking deadlock in _mesa_HashWalk()Brian Paul2009-04-091-4/+14
* Mesa: allow suppression of debug messages in a debug buildRobert Ellison2009-04-081-10/+32
* mesa: Don't attempt to free the dummy program.José Fonseca2009-04-081-3/+5
* mesa: add another special/optimized case in _mesa_unpack_depth_span()Brian Paul2009-04-071-0/+11
* mesa: fix incorrect component ordering for sRGB8 texture fetch/storeBrian Paul2009-04-071-5/+6
* mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul2009-04-035-335/+405
* mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul2009-04-036-12/+15
* mesa: clamp colors to [0,1] for glGetTexImage() when format is GL_LUMINANCEBrian Paul2009-04-031-4/+6
* mesa: whitespace and comment clean-upBrian Paul2009-04-031-11/+16
* mesa: remove extra semicolonsBrian Paul2009-04-031-5/+5
* mesa: rename some gl_light fields to be clearerBrian Paul2009-04-033-16/+16
* mesa: don't normalize spot light direction until validation timeBrian Paul2009-04-031-2/+7
* mesa: more error message infoBrian Paul2009-04-031-1/+2
* mesa: fix TexParameter functionsRoland Scheidegger2009-04-021-62/+86
* mesa: don't call ctx->Driver.ReadPixels() if width or height is zeroBrian Paul2009-04-021-0/+3
* mesa: don't call ctx->Driver.Draw/CopyPixels() if width or height is zeroBrian Paul2009-04-021-24/+28
* mesa: get rid of gl_texture_object::_BorderChanBrian Paul2009-04-012-5/+0
* mesa: simplify ycbcr->rgb conversion codeBrian Paul2009-04-011-32/+14
* mesa: convert more texture fetch functions to return GLfloatBrian Paul2009-04-012-107/+94
* mesa: switch texel fetch functions from GLchan to GLfloatBrian Paul2009-04-012-280/+266
* mesa: texture combine clean-upsBrian Paul2009-04-013-38/+40
* swrast: do texture sampling/combining in floating pointBrian Paul2009-04-011-9/+0
* glsl: implement compiling/linking of separate compilation unitsBrian Paul2009-04-011-0/+1
* mesa: fix a recursive display list problemBrian Paul2009-04-011-1/+1
* mesa: fix bug in GPU codegen for fixed-function two-sided lightingBrian Paul2009-03-311-2/+12
* mesa: minor reformatting, whitespace changesBrian Paul2009-03-311-25/+26
* Updated CPU_TO_LE32 to work on darwinJeremy Huddleston2009-03-311-1/+4
* fix ugly copy/paste error in mipmap generation codeRoland Scheidegger2009-03-311-1/+1
* mesa: fix a glGetTexImage issue with base-converted texture formatsRoland Scheidegger2009-03-282-8/+9
* mesa: add _rev signed rgba texture formatRoland Scheidegger2009-03-284-5/+78
* glapi regenerateRoland Scheidegger2009-03-281-3008/+3015
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-2815-42/+333
* mesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big shaders out there)Alan Hourihane2009-03-241-1/+1
* glsl: change GLSL #pragma initializationBrian Paul2009-03-191-0/+3