aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* ARB sync: Add infrastructure for glGetInteger64vIan Romanick2009-09-036-1/+1862
* mesa: fix typos in separable filter functionsBrian Paul2009-09-031-4/+4
* mesa: compute tex env program key size based on nr_enabled_unitsBrian Paul2009-09-031-8/+18
* mesa: use new combined PBO validate/map helpers in convolution/filter funcsBrian Paul2009-09-031-66/+23
* mesa: use new combined PBO validate/map helpersBrian Paul2009-09-034-126/+43
* mesa: combined PBO validate/map helpersBrian Paul2009-09-032-0/+98
* mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul2009-09-035-354/+192
* mesa: consolidate PBO map/unmap helpersBrian Paul2009-09-032-85/+41
* mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul2009-09-032-11/+21
* Revert "mesa: fix the non-GNU C bit-field case"Brian Paul2009-09-021-2/+2
* mesa: fix the non-GNU C bit-field caseBrian Paul2009-09-021-2/+2
* mesa: silence gcc bit-field warningGary Wong2009-09-021-2/+2
* mesa: replace 8 with NUM_UNITSBrian Paul2009-09-021-1/+4
* mesa: remove accidentally committed printfBrian Paul2009-09-021-1/+0
* mesa: added #ifdef __GNUC__ around GLubyte bitfield usageBrian Paul2009-09-021-0/+5
* mesa: Compact state key for TexEnv program cacheChris Wilson2009-09-021-3/+5
* mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt2009-09-018-33/+38
* mesa: skip bitmap drawing code if width==0 or height==0Brian Paul2009-09-011-19/+22
* mesa: new _mesa_expand_bitmap() functionBrian Paul2009-09-012-0/+92
* mesa: remove redundant assignmentsBrian Paul2009-09-011-8/+1
* mesa: more clean-upsBrian Paul2009-09-011-24/+31
* mesa: change conditional to match the previous oneBrian Paul2009-09-011-1/+1
* mesa: updated #includesBrian Paul2009-09-011-2/+1
* mesa: remove unused texenv_fragment_program::ctx fieldBrian Paul2009-09-011-2/+0
* mesa: remove unused ureg::abs fieldBrian Paul2009-09-011-5/+2
* mesa: remove unused ureg:negateabs fieldBrian Paul2009-09-011-4/+1
* mesa: more comments, clean-upsBrian Paul2009-09-011-10/+10
* mesa: simplify translate_tex_src_bit()Brian Paul2009-09-011-20/+3
* mesa: minor code clean-ups, commentsBrian Paul2009-09-011-24/+34
* mesa: replace 8 with MAX_TEXTURE_UNITSBrian Paul2009-09-011-1/+1
* mesa: added _mesa_is_stencil_format()Brian Paul2009-08-312-0/+19
* mesa: added const qualifiers, move local varBrian Paul2009-08-311-7/+8
* mesa: fix saturation logic in emit_texenv()Brian Paul2009-08-311-1/+7
* mesa: set additional fields in _mesa_buffer_map_range()Brian Paul2009-08-311-3/+5
* mesa: set Length/Offset fields in _mesa_buffer_map()Brian Paul2009-08-311-0/+2
* mesa: additional assertions for ctx->Driver.UnmapBuffer()Brian Paul2009-08-311-4/+7
* mesa: new assertions, comments about buffer mappingBrian Paul2009-08-311-12/+29
* ARB prog: Change handling of program parameter limitsIan Romanick2009-08-262-27/+51
* mesa: validate shader before drawing (for debugging, disabled)Brian Paul2009-08-251-0/+10
* mesa: use gl_texture_index type for gl_program::SamplerTargetsBrian Paul2009-08-251-1/+1
* mesa: add GL_DEPTH_STENCIL to glCopyPixels error checkBrian Paul2009-08-201-1/+8
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-181-0/+2
|\
| * mesa: when emitting vertex program fog, set yzw=0,0,1Brian Paul2009-08-181-0/+2
* | mesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORDS queryBrian Paul2009-08-182-1/+5
* | Regenerate files for GL_ARB_seamless_cube_mapIan Romanick2009-08-142-328/+342
* | Infrastructure for GL_ARB_seamless_cube_mapIan Romanick2009-08-144-0/+19
* | Regenerate files for GL_APPLE_flush_buffer_rangeIan Romanick2009-08-141-2977/+3001
* | mesa: append uniform values to the log file the first time we use a shaderBrian Paul2009-08-142-0/+28
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-144-148/+176
|\|
| * Allow external settings of MAX_WIDTH/HEIGHT.Brian Paul2009-08-141-2/+7