summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: added gl_shader::SourceChecksum field (for debug purposes)Brian Paul2009-08-041-0/+1
* mesa: added _mesa_str_checksum()Brian Paul2009-08-042-0/+17
* mesa: clean-up error debug/count codeBrian Paul2009-08-041-30/+41
* mesa: reset ErrorDebugCount to zero in glGetString()Brian Paul2009-08-041-0/+1
* mesa: better texture dump/debug codeBrian Paul2009-08-041-52/+45
* mesa: more error message info for vertex pointer functionsBrian Paul2009-08-041-6/+12
* mesa: more glGetTexImage() error checking consolidation, new assertionBrian Paul2009-08-041-8/+12
* texenv: Use VP->Current, since _Current isn't updated at this point.Eric Anholt2009-08-031-1/+1
* texenv: Match state.c in deciding whether we'll be using a vertex shader.Eric Anholt2009-08-031-0/+1
* texenv: Add missing dependency on VP changes.Eric Anholt2009-08-031-1/+2
* mesa: re-enable _mesa_source_buffer_exists() callBrian Paul2009-07-301-2/+2
* mesa: get_current_tex_unit() helper functionBrian Paul2009-07-301-23/+35
* mesa: refactor glGetTexImage error checking codeBrian Paul2009-07-301-86/+108
* mesa: simplify _mesa_select_tex_image()Brian Paul2009-07-301-55/+9
* mesa: simplify _mesa_set_tex_image()Brian Paul2009-07-301-29/+6
* Merge branch 'mesa_7_5_branch'Brian Paul2009-07-281-3/+5
|\
| * mesa: separate some finite/pragma Watcom stuffBrian Paul2009-07-271-3/+5
| * mesa: bump version to 7.5.1Brian Paul2009-07-221-4/+4
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-173-62/+78
|\|
| * mesa: set version to 7.5Brian Paul2009-07-171-1/+1
| * Fix state flag dependencies for fixed function fragment program updates.Brian Paul2009-07-152-1/+11
| * mesa: recognize and eliminate repeated error messagesKeith Whitwell2009-07-152-3/+38
| * mesa: split out errorstring switch from _mesa_errorKeith Whitwell2009-07-151-36/+26
| * mesa: remove dead code in _mesa_errorKeith Whitwell2009-07-151-6/+0
| * mesa: don't call getenv every time _mesa_error is calledKeith Whitwell2009-07-151-11/+14
| * mesa: fix texture border color code for glPopAttrib()Brian Paul2009-07-141-7/+1
| * mesa: regenerated enums.c fileBrian Paul2009-07-141-5/+6
| * mesa: From float type modifier from values to large for singlesIan Romanick2009-07-091-7/+7
| * mesa: only use fallback texture when using shaders, not fixed-function (take ...Brian Paul2009-07-071-7/+13
* | texenv: Calculate whether we need to do secondary color on our own.Eric Anholt2009-07-162-4/+16
* | Fix state flag dependencies for fixed function fragment program updates.Eric Anholt2009-07-142-1/+11
* | mesa: regenerated enums.c fileBrian Paul2009-07-141-2/+3
* | Cap array elements at 0 when passed an invalid pointer for an array object.Eric Anholt2009-07-071-0/+10
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-035-281/+240
|\|
| * mesa/dlist: fixes and improvements for material cachingKeith Whitwell2009-06-301-8/+16
| * mesa/dlist: don't cache state which may not be replayed on CallListKeith Whitwell2009-06-301-1/+5
| * mesa/dlist: invalidate cached dlist compile state after CallListKeith Whitwell2009-06-301-16/+24
| * Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuitKeith Whitwell2009-06-301-248/+126
| |\
| | * mesa: remove whitespaceKeith Whitwell2009-06-301-108/+108
| | * mesa: remove dead constant pointsize code from ffvertex_prog.cKeith Whitwell2009-06-301-17/+0
| | * mesa: remove dead vertex fog code from ffvertex_prog.cKeith Whitwell2009-06-301-84/+3
| | * mesa: fix material inputs in ffvertex_prog.cKeith Whitwell2009-06-301-39/+15
| * | mesa/dlist: restore missing SAVE_FLUSH_VERTICES in save_ShadeModelKeith Whitwell2009-06-301-0/+1
| * | mesa: add debug printer for primitive nameKeith Whitwell2009-06-302-0/+28
| * | mesa/dlist: shortcircuit some redundant statechanges at compile timeKeith Whitwell2009-06-302-19/+51
| |/
* | mesa: check for ARB_framebuffer_object for GL_TEXTURE_STENCIL_SIZE_EXT queryBrian Paul2009-06-291-1/+2
* | Merge branch 'arb_vertex_array_object'Brian Paul2009-06-2610-202/+301
|\ \
| * | mesa: plug in glBindVertexArray, glGenVertexArrays functionsBrian Paul2009-06-221-0/+4
| * | mesa: enforce the rule that arrays live in VBOs for GL_ARB_vertex_array_objectBrian Paul2009-06-221-25/+52
| * | mesa: added extension flag for ARB_vertex_array_objectBrian Paul2009-06-222-0/+3