summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use explicit casts when precision is lost.José Fonseca2009-01-061-2/+2
* mesa: fix conditional in save_Lightfv(), bug 18838Brian2009-01-061-1/+1
* mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul2009-01-062-0/+5
* mesa: Pass the context to query object delete cb to avoid null dereference.Eric Anholt2008-12-181-1/+1
* mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in...Brian Paul2008-12-171-1/+13
* mesa: fix fixed-function test in get_fp_input_mask() - again.Brian Paul2008-12-171-3/+5
* mesa: add missing cases for texture array targetsBrian Paul2008-12-171-6/+10
* Revert "mesa: fix vertex program test in get_fp_input_mask()"Brian Paul2008-12-171-1/+3
* mesa: fix vertex program test in get_fp_input_mask()Brian Paul2008-12-171-3/+1
* mesa: restore the negate flag of dots in build_lighting.Xiang, Haihao2008-11-111-0/+3
* mesa: use _bfc0 instead of _col0 when building back face lighting.Brian Paul2008-11-071-3/+2
* mesa: additional debug flags for glsl debug/disassemblyBrian Paul2008-11-012-30/+28
* mesa: note that texcoords are generated by setup routines when pointsprite en...Keith Whitwell2008-10-201-0/+12
* mesa: modify fixed function vertex programs not to reference constant attributesKeith Whitwell2008-10-142-30/+41
* mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul2008-10-104-11/+51
* mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul2008-10-074-17/+19
* mesa: protect against segfault in get_fp_input_mask()Keith Whitwell2008-10-071-1/+4
* mesa: fix convolve/convolution mix-upsBrian2008-10-062-3/+3
* mesa: add missing GLcontext param to _mesa_delete_query().Brian Paul2008-10-062-2/+2
* mesa: handle vertex program enabled case also in texenvprogram.cKeith Whitwell2008-10-041-5/+4
* mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell2008-10-034-6/+131
* mesa: add new internal state for tracking current vertex attribsKeith Whitwell2008-10-032-0/+5
* mesa: shrink texenvprogram state key structKeith Whitwell2008-10-031-5/+7
* mesa: fix temp register allocation problems.Brian Paul2008-09-261-0/+15
* mesa: fix/simplify initialization of vertex/fragment program limitsBrian Paul2008-09-252-30/+27
* mesa: increase MAX_INSTRUCTIONSBrian Paul2008-09-251-4/+2
* mesa: fix swizzle failure, fix typoBrian Paul2008-09-251-3/+5
* mesa: fix default buffer object access valueBrian Paul2008-09-251-2/+9
* mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul2008-09-171-1/+4
* mesa: rework GLSL vertex attribute bindingBrian Paul2008-09-161-1/+3
* mesa: fix MSAA enable state in update_multisample()Brian Paul2008-09-151-4/+4
* mesa: remove some assertions that are invalid during context tear-downBrian Paul2008-09-151-1/+4
* mesa: get another class of degenerate dlists workingKeith Whitwell2008-09-151-2/+5
* mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib()Brian Paul2008-09-051-1/+1
* mesa: improved gl_buffer_object reference countingBrian Paul2008-09-045-160/+172
* mesa: Silence compiler warnings on Windows.Michal Krol2008-09-041-1/+1
* mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24Xiang, Haihao2008-09-041-2/+2
* fix BUFFER_DEPTH/BUFFER_ACCUM mix-upBrian Paul2008-09-021-6/+6
* mesa: use CALLOC instead of MALLOC to fix valgrind warningBrian Paul2008-09-011-1/+1
* mesa: remove debug codeBrian Paul2008-08-281-2/+0
* mesa: dynamically grow the fixed function vertex program as neededBrian Paul2008-08-281-10/+46
* mesa: bump MAX_INSN to 300Brian Paul2008-08-281-1/+1
* mesa: allow for extra per-context initBrian Paul2008-08-193-4/+7
* mesa: rearrange some code in _mesa_BindTexture() to fix error detection bug 1...Brian Paul2008-08-181-42/+59
* mesa: texture crop rect stateBrian Paul2008-08-123-1/+35
* mesa: set point stateBrian Paul2008-08-121-0/+4
* mesa: fix some feature testsBrian Paul2008-08-082-6/+2
* mesa: fix some pixel transfer state tests for depth formatsBrian Paul2008-08-081-5/+9
* mesa: fix out-of-bounds memory reads in swizzle_copy()Brian Paul2008-08-081-29/+89
* mesa: fix glBindTexture comment/error stringBrian Paul2008-08-071-2/+2