summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-01-25egl: Update headers.Chia-I Wu2-3/+5
2010-01-25egl: check if driver_name is nullIgor Oliveira1-1/+2
2010-01-25nv50: fix uninitialized variable in nv50_revdep_reorderMarcin Slusarz1-1/+1
2010-01-25nv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen->cur_ctx)Marcin Slusarz1-0/+4
2010-01-25nouveau/winsys: be nice and close the device on destroyMarcin Slusarz1-0/+2
2010-01-25nouveau: fix winsys object leakMarcin Slusarz2-0/+11
2010-01-24nv50: fix handling of FragCoord inputChristoph Bumiller1-12/+11
2010-01-24nv50: only flush texture caches on st requestChristoph Bumiller2-3/+5
2010-01-24nv50: implement render_conditionChristoph Bumiller1-4/+36
2010-01-24egl: Add and use make_library_path.Chia-I Wu1-27/+49
2010-01-24egl: Remove _eglFindAPIs.Chia-I Wu2-56/+0
2010-01-24egl: Remove unused helper functions.Chia-I Wu2-217/+0
2010-01-24egl: Remove unused casting functions.Chia-I Wu1-21/+0
2010-01-24egl: Make surfaces and contexts resources.Chia-I Wu9-221/+79
2010-01-24egl: Add _EGLResource and _EGLResourceType.Chia-I Wu3-0/+113
2010-01-24egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch]Chia-I Wu4-119/+133
2010-01-24egl: Move context functions in egldisplay.[ch] to eglcontext.[ch].Chia-I Wu4-118/+132
2010-01-24mesa/es: Improve Makefile rules.Chia-I Wu2-18/+20
2010-01-24r300g: avoid the use of gotoDave Airlie1-3/+1
2010-01-24r300g: fix flushing harder.Dave Airlie2-3/+4
2010-01-23egl: Install drivers to ${libdir}/egl.Chia-I Wu3-12/+9
2010-01-23st/vega: Clean up Makefile.Chia-I Wu1-54/+26
2010-01-23st/es: Pass -linker and -ldflags to mklib.Chia-I Wu1-2/+2
2010-01-23r300: fix wrong call in last commitDave Airlie1-1/+1
2010-01-23r300g: fix up buffer emission ordering.Dave Airlie3-22/+34
2010-01-23r300: only enable half floats on r500s.Dave Airlie1-1/+2
2010-01-23Merge branch 'arb_half_float_vertex'Dave Airlie12-2228/+2308
2010-01-23r300: half float supportDave Airlie3-0/+18
2010-01-23i965: add support for ARB_half_float_vertexDave Airlie2-0/+12
2010-01-23mesa: add core support for ARB_half_float_vertex.Dave Airlie4-0/+43
2010-01-23glapi: add GL_HALF_FLOAT enum support.Dave Airlie3-2228/+2235
2010-01-23glapi: Include glheader.h in glapi_nop.c.Chia-I Wu1-7/+1
2010-01-22glapi: define GLfixed, GLclampx types for ES 1Brian Paul1-0/+7
2010-01-22svga: fix up breakage from earlier 7.7 mergeBrian Paul1-2/+2
2010-01-22st/mesa: fix incorrect freeing of drawpixels vertex shadersBrian Paul2-3/+5
2010-01-22gallium/util: add missing util/u_bitmask.c to MakefileBrian Paul1-0/+1
2010-01-22mesa: use memcpy() in _mesa_ProgramEnv/LocalParameters4fvEXT()Brian Paul1-15/+5
2010-01-22mesa: use switch in _mesa_DeletePrograms()Brian Paul1-7/+8
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul3-44/+84
2010-01-22mesa: re-implement _mesa_ProgramEnvParameter4fvARB() with memcpy()Brian Paul1-3/+30
2010-01-22mesa: use new fetch_vector1ui() function for 'unpack' GPU instructionsBrian Paul1-24/+42
2010-01-22xlib/softpipe: more buffer free fixesBrian Paul1-12/+11
2010-01-22Remove obsolete fileAlan Hourihane1-1/+0
2010-01-22gallium/aux: re-add pb_buffer_fenced.[ch] accidentally remove during mergeBrian Paul2-769/+333
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul214-1094/+3153
2010-01-22gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elementsBrian Paul1-3/+3
2010-01-22gallium/draw: added comments, whitespace fixesBrian Paul1-8/+30
2010-01-22mesa: Add "shader/" path to #include statements in shader parser/lexer sourcesAlan Coopersmith4-26/+26
2010-01-22glapi: clean-up and simplify glapi_nop.c codeBrian Paul3-70/+25
2010-01-22glapi: split the no-op dispatch code into new glapi_nop.c fileBrian Paul7-84/+127