summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2008-12-15mesa: move _mesa_dlopen(), etc into separate dlopen.c fileBrian Paul
2008-12-14Perform range checking on app supplied texture base levelIan Romanick
2008-12-06mesa: Fix GenerateMipmapEXT(GL_TEXTURE_CUBE_MAP_ARB).Eric Anholt
2008-12-01mesa: fix conditional in save_Lightfv(), bug 18838Brian
2008-11-28mesa: enable texture compression extensions for software drivers when possibleBrian Paul
2008-11-28mesa: remove unneeded compressed texure size checksPhillip Klaus Krause
2008-11-24mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul
2008-11-20mesa: fix shadow sampling unit issue.Xiang, Haihao
2008-11-19mesa: clamp luminance if needed.Xiang, Haihao
2008-11-13mesa: fix generation of fixed function state when no vp existsAlan Hourihane
2008-11-11mesa: restore the negate flag of dots in build_lighting.Xiang, Haihao
2008-11-11mesa: update new state for RasterPos like other operations.Xiang, Haihao
2008-11-10mesa: new _mesa_is_pow_two() functionBrian
2008-11-10mesa: fix some misc breakage caused by editing auto-generated files rather th...Brian Paul
2008-11-10GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul
2008-11-08mesa: use NRM3 in emit_normalize_vec3() when drivers are readyBrian
2008-11-07mesa: use _bfc0 instead of _col0 when building back face lighting.Xiang, Haihao
2008-11-01mesa: additional debug flags for glsl debug/disassemblyBrian Paul
2008-10-31mesa: fix a typo in the previous commitXiang, Haihao
2008-10-30mesa: fix an issue in _mesa_PointParameterfv().Xiang, Haihao
2008-10-23mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fieldsBrian Paul
2008-10-22mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D()Brian Paul
2008-10-22mesa: some re-org of glCopyTexSubImage1/2/3D() error checkingBrian Paul
2008-10-22mesa: in textore.c, only adjust image for convolution if image is a color formatBrian Paul
2008-10-16mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861Brian Paul
2008-10-10mesa: fix asst. issues in _mesa_texstore_argb8888()Brian Paul
2008-10-10mesa: remove unneeded includesBrian Paul
2008-10-10mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861Brian Paul
2008-10-10mesa: rename macro params to emphasize that there's no particular color orderingBrian Paul
2008-10-10mesa: remove unneeded includesBrian Paul
2008-10-07mesa: Pass the context to query object delete cb to avoid null dereference.Eric Anholt
2008-10-06mesa: fix convolve/convolution mix-upsBrian
2008-10-06mesa: updated _mesa_delete_query() commentsBrian Paul
2008-10-06mesa: add missing GLcontext param to _mesa_delete_query().Brian Paul
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick
2008-09-29GLSL: Implement GL_OBJECT_TYPE_ARB queryIan Romanick
2008-09-29mesa: asst updates for VMSJouk Jansen
2008-09-29mesa: drop calloc from _mesa_get_fixed_func_vertex_programShunichi Fuji
2008-09-26mesa: remove invalid assertions that programs have parametersBrian Paul
2008-09-26mesa: fix param indexingBrad King
2008-09-25mesa: fix cast/conversion for optional codeBrian
2008-09-25mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback.Brian Paul
2008-09-25mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)Brian Paul
2008-09-24set SamplerUnit[] entry in load_texture() just to be safeBrian
2008-09-24use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/...Brian
2008-09-24set program->SamplersUsed bit when using a texture instructionBrian
2008-09-24Remove ctx field from texenvprog_cacheBrian
2008-09-24include programopt.hBrian
2008-09-24Disable vertex shader fog, compute fog in fragment shader.Brian
2008-09-24temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabledBrian