summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-24egl: Make surfaces and contexts resources.Chia-I Wu
2010-01-24egl: Add _EGLResource and _EGLResourceType.Chia-I Wu
2010-01-24egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch]Chia-I Wu
2010-01-24egl: Move context functions in egldisplay.[ch] to eglcontext.[ch].Chia-I Wu
2010-01-24mesa/es: Improve Makefile rules.Chia-I Wu
2010-01-24r300g: avoid the use of gotoDave Airlie
2010-01-24r300g: fix flushing harder.Dave Airlie
2010-01-23egl: Install drivers to ${libdir}/egl.Chia-I Wu
2010-01-23st/vega: Clean up Makefile.Chia-I Wu
2010-01-23st/es: Pass -linker and -ldflags to mklib.Chia-I Wu
2010-01-23r300: fix wrong call in last commitDave Airlie
2010-01-23r300g: fix up buffer emission ordering.Dave Airlie
2010-01-23r300: only enable half floats on r500s.Dave Airlie
2010-01-23Merge branch 'arb_half_float_vertex'Dave Airlie
2010-01-23r300: half float supportDave Airlie
2010-01-23i965: add support for ARB_half_float_vertexDave Airlie
2010-01-23mesa: add core support for ARB_half_float_vertex.Dave Airlie
2010-01-23glapi: add GL_HALF_FLOAT enum support.Dave Airlie
2010-01-23glapi: Include glheader.h in glapi_nop.c.Chia-I Wu
2010-01-22glapi: define GLfixed, GLclampx types for ES 1Brian Paul
2010-01-22svga: fix up breakage from earlier 7.7 mergeBrian Paul
2010-01-22st/mesa: fix incorrect freeing of drawpixels vertex shadersBrian Paul
2010-01-22gallium/util: add missing util/u_bitmask.c to MakefileBrian Paul
2010-01-22mesa: use memcpy() in _mesa_ProgramEnv/LocalParameters4fvEXT()Brian Paul
2010-01-22mesa: use switch in _mesa_DeletePrograms()Brian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22mesa: re-implement _mesa_ProgramEnvParameter4fvARB() with memcpy()Brian Paul
2010-01-22mesa: use new fetch_vector1ui() function for 'unpack' GPU instructionsBrian Paul
2010-01-22xlib/softpipe: more buffer free fixesBrian Paul
2010-01-22Remove obsolete fileAlan Hourihane
2010-01-22gallium/aux: re-add pb_buffer_fenced.[ch] accidentally remove during mergeBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elementsBrian Paul
2010-01-22gallium/draw: added comments, whitespace fixesBrian Paul
2010-01-22mesa: Add "shader/" path to #include statements in shader parser/lexer sourcesAlan Coopersmith
2010-01-22glapi: clean-up and simplify glapi_nop.c codeBrian Paul
2010-01-22glapi: split the no-op dispatch code into new glapi_nop.c fileBrian Paul
2010-01-22glapi: fix int->pointer conversions warnings in no-op functionsBrian Paul
2010-01-22gallium/draw: fix-up comments, whitespaceBrian Paul
2010-01-22gallium/draw: replace int with booleanBrian Paul
2010-01-22Fix PowerPC related typo in spantmp2.hRuediger Oertel
2010-01-22r600: enable sampler lod* bitsAndre Maasikas
2010-01-22r600: update vport z & clipping when depth_clamp is changedAndre Maasikas
2010-01-22r600: fix brownbag, only align if we are dealing with cubemapAndre Maasikas
2010-01-22r600: cubemap levels seem to be aligned to 8 imagesAndre Maasikas
2010-01-22radeon/fbo: flush rendering before generating mipmapsAndre Maasikas
2010-01-22radeon/fbo: use correct depth texture offset for depth texturesAndre Maasikas
2010-01-22r600: enable draw_offsetAndre Maasikas
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu
2010-01-22winsys/drm: Update the options of mklib in Makefile.egl_g3d.Chia-I Wu