summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2009-09-15mesa: compile glUniformMatrix() functions into display listsBrian Paul
2009-09-15mesa: implement more glUniform display list functionsBrian Paul
2009-09-15mesa: compile glUniform4f() into display listsBrian Paul
2009-09-15mesa: compile glUseProgram/glUseProgramObjectARB into display listsBrian Paul
2009-09-11mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errorsVinson Lee
2009-09-08mesa: bump version to 7.5.2Brian Paul
2009-08-31mesa: added const qualifiers, move local varBrian Paul
2009-08-31mesa: fix saturation logic in emit_texenv()Brian Paul
2009-08-18mesa: when emitting vertex program fog, set yzw=0,0,1Brian Paul
2009-08-14Allow external settings of MAX_WIDTH/HEIGHT.Brian Paul
2009-08-14mesa: move assertions in test_attachment_completeness()Brian Paul
2009-08-13mesa: fix some invalid memory readsBrian Paul
2009-08-13mesa: fix warnings about locals hiding function paramsBrian Paul
2009-08-13mesa: add missing PBO mapping code in unpack_image()Brian Paul
2009-08-13main: fix some potential memory leaksBrian Paul
2009-08-13mesa: fix some potential uninitialized memory referencesBrian Paul
2009-08-06Ensure GL_EXT_blend_equation_separate is enabled when 2.0 is enabled.Alan Hourihane
2009-08-05mesa: generate GL_INVALID_OPERATION for missing z/stencil when blittingBrian Paul
2009-08-05mesa: make _mesa_clip_blit() a shared functionBrian Paul
2009-08-04texenv: Use VP->Current, since _Current isn't updated at this point.Brian Paul
2009-08-04texenv: Match state.c in deciding whether we'll be using a vertex shader.Brian Paul
2009-08-04texenv: Add missing dependency on VP changes.Brian Paul
2009-07-27mesa: separate some finite/pragma Watcom stuffBrian Paul
2009-07-22mesa: bump version to 7.5.1Brian Paul
2009-07-17mesa: set version to 7.5Brian Paul
2009-07-15Fix state flag dependencies for fixed function fragment program updates.Brian Paul
2009-07-15mesa: recognize and eliminate repeated error messagesKeith Whitwell
2009-07-15mesa: split out errorstring switch from _mesa_errorKeith Whitwell
2009-07-15mesa: remove dead code in _mesa_errorKeith Whitwell
2009-07-15mesa: don't call getenv every time _mesa_error is calledKeith Whitwell
2009-07-14mesa: fix texture border color code for glPopAttrib()Brian Paul
2009-07-14mesa: regenerated enums.c fileBrian Paul
2009-07-09mesa: From float type modifier from values to large for singlesIan Romanick
2009-07-07mesa: only use fallback texture when using shaders, not fixed-function (take ...Brian Paul
2009-06-30mesa/dlist: fixes and improvements for material cachingKeith Whitwell
2009-06-30mesa/dlist: don't cache state which may not be replayed on CallListKeith Whitwell
2009-06-30mesa/dlist: invalidate cached dlist compile state after CallListKeith Whitwell
2009-06-30Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuitKeith Whitwell
2009-06-30mesa: remove whitespaceKeith Whitwell
2009-06-30mesa: remove dead constant pointsize code from ffvertex_prog.cKeith Whitwell
2009-06-30mesa: remove dead vertex fog code from ffvertex_prog.cKeith Whitwell
2009-06-30mesa: fix material inputs in ffvertex_prog.cKeith Whitwell
2009-06-30mesa/dlist: restore missing SAVE_FLUSH_VERTICES in save_ShadeModelKeith Whitwell
2009-06-30mesa: add debug printer for primitive nameKeith Whitwell
2009-06-30mesa/dlist: shortcircuit some redundant statechanges at compile timeKeith Whitwell
2009-06-26mesa: raise MAX_VARYING (number of shader varying vars) to 16Brian Paul
2009-06-26mesa: bump version to 7.5-rc4Brian Paul
2009-06-26glsl: Added gl_shader_state::EmitContReturn fieldBrian Paul
2009-06-22mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTS/ in NV funcsBrian Paul
2009-06-22mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul