summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
2010-07-29mesa: Add missing header to framebuffer.h.Vinson Lee1-0/+1
2010-07-29mesa: Add missing header to fboject.h.Vinson Lee1-0/+1
2010-07-29mesa: Add missing header to texgetimage.h.Vinson Lee1-0/+1
2010-07-29mesa: Add missing header to texrender.h.Vinson Lee1-0/+1
2010-07-29mesa: Add missing header and forward declarations to uniforms.h.Vinson Lee1-0/+4
2010-07-29mesa: Add missing headers to viewport.h.Vinson Lee1-0/+2
2010-07-29mesa: Add missing header to depthstencil.h.Vinson Lee1-0/+1
2010-07-29mesa: Add missing headers to debug.h.Vinson Lee1-0/+3
2010-07-29mesa: Reduce clear.h header file inclusion.Vinson Lee1-1/+1
2010-07-29mesa: Reduce bufferobj.h header file inclusion.Vinson Lee1-1/+1
2010-07-29mesa: Remove unnecessary headers.Vinson Lee2-2/+0
2010-07-28mesa: Reduce arrayobj.h header file inclusion.Vinson Lee1-1/+1
2010-07-28mesa: Remove unnecessary header.Vinson Lee1-1/+0
2010-07-28mesa: Remove unnecessary header.Vinson Lee1-1/+1
2010-07-28intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg3-1/+8
2010-07-23mesa: Fix Cygwin build with llvm enabled.Vinson Lee1-1/+1
2010-07-20mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.Brian Paul2-45/+81
2010-07-16mesa: return retval in _mesa_RenderObjectUnpurgeable()Brian Paul1-1/+1
2010-07-15mesa: Add error path in compressed_texture_error_check.Vinson Lee1-0/+4
2010-07-14mesa: fix _mesa_Texture/Render/BufferObjectUnpurgeable() return valuesBrian Paul1-3/+3
2010-07-14mesa: update assertions and fix refcounting in depth/stencil renderbuffer codeBrian Paul1-6/+16
2010-07-14mesa: silence a printf warningBrian Paul1-2/+2
2010-07-13Merge branch 'mesa-2d-registers'Zack Rusin2-5/+34
2010-07-13mesa: s/snprintf/_mesa_snprintf/Vinson Lee1-1/+2
2010-07-10mesa: make uniform work with geometry shadersZack Rusin1-0/+29
2010-07-10mesa: GL_TRIANGLE_STRIP_ADJACENCY_ARB is the last valid primitiveZack Rusin1-5/+5
2010-07-09mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h.Vinson Lee2-36/+35
2010-07-08gs: inject const int gl_VerticesIn at link timeZack Rusin1-12/+10
2010-07-07mesa: initial support for new GL 3.0 texture formatsBrian Paul4-5/+85
2010-07-06mesa: Always initialize transform feedback state.Chia-I Wu2-24/+48
2010-07-05mesa: initial support for unnormalized integer texture formatsBrian Paul9-133/+1140
2010-07-03mesa: Fix OpenGL ES-only builds.Chia-I Wu2-0/+4
2010-07-02mesa: add geometry shader fields to gl_shader_programBrian Paul3-52/+36
2010-07-02mesa: fix texenv generation when num color bufs == 0Brian Paul1-1/+4
2010-07-02mesa: add missing error checks in _mesa_program_parameteri()Brian Paul1-8/+45
2010-07-02main: change some GS field types, added commentsBrian Paul1-2/+3
2010-07-02mesa: make the number of draw buffers part of the texenv program key stateBrian Paul2-5/+9
2010-07-01mesa: extension flags and version testing for GL 3.x featuresBrian Paul3-3/+102
2010-07-01mesa: entrypoints for GL 3.1 primitive restartBrian Paul2-0/+108
2010-07-01mesa: free xform feedback hash tableBrian Paul1-0/+1
2010-06-30mesa: Use fpclassify for GL_OES_query_matrix on OpenBSD and NetBSD.Chia-I Wu1-1/+2
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin16-4082/+4548
2010-06-26mesa: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-25mesa: initialize extension string when context is first boundBrian Paul2-2/+2
2010-06-23Merge branch 'shader-file-reorg'Brian Paul27-1295/+6770
2010-06-22mesa: fix attachment error checking for glGetFramebufferAttachmentParameteriv()Brian Paul1-1/+44
2010-06-23mesa: fix assertion failure for GL_ALPHA FBOsMarek Olšák1-0/+1
2010-06-15mesa: Allow querying the system FBO in GetFramebufferAttachmentParameterivKristian Høgsberg1-6/+8
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul15-43/+43
2010-06-10mesa: move shader/slang/* sources to main/slang/*Brian Paul1-2/+2