egl: Add and use make_library_path.
[mesa.git] / src /
2010-01-24 Chia-I Wuegl: Add and use make_library_path.
2010-01-24 Chia-I Wuegl: Remove _eglFindAPIs.
2010-01-24 Chia-I Wuegl: Remove unused helper functions.
2010-01-24 Chia-I Wuegl: Remove unused casting functions.
2010-01-24 Chia-I Wuegl: Make surfaces and contexts resources.
2010-01-24 Chia-I Wuegl: Add _EGLResource and _EGLResourceType.
2010-01-24 Chia-I Wuegl: Move surface functions in egldisplay.[ch] to eglsu...
2010-01-24 Chia-I Wuegl: Move context functions in egldisplay.[ch] to eglco...
2010-01-24 Chia-I Wumesa/es: Improve Makefile rules.
2010-01-24 Dave Airlier300g: avoid the use of goto
2010-01-24 Dave Airlier300g: fix flushing harder.
2010-01-23 Chia-I Wuegl: Install drivers to ${libdir}/egl.
2010-01-23 Chia-I Wust/vega: Clean up Makefile.
2010-01-23 Chia-I Wust/es: Pass -linker and -ldflags to mklib.
2010-01-23 Dave Airlier300: fix wrong call in last commit
2010-01-23 Dave Airlier300g: fix up buffer emission ordering.
2010-01-23 Dave Airlier300: only enable half floats on r500s.
2010-01-23 Dave AirlieMerge branch 'arb_half_float_vertex'
2010-01-23 Dave Airlier300: half float support
2010-01-23 Dave Airliei965: add support for ARB_half_float_vertex
2010-01-23 Dave Airliemesa: add core support for ARB_half_float_vertex.
2010-01-23 Dave Airlieglapi: add GL_HALF_FLOAT enum support.
2010-01-23 Chia-I Wuglapi: Include glheader.h in glapi_nop.c.
2010-01-23 Brian Paulglapi: define GLfixed, GLclampx types for ES 1
2010-01-23 Brian Paulsvga: fix up breakage from earlier 7.7 merge
2010-01-23 Brian Paulst/mesa: fix incorrect freeing of drawpixels vertex...
2010-01-23 Brian Paulgallium/util: add missing util/u_bitmask.c to Makefile
2010-01-22 Brian Paulmesa: use memcpy() in _mesa_ProgramEnv/LocalParameters4...
2010-01-22 Brian Paulmesa: use switch in _mesa_DeletePrograms()
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian Paulmesa: re-implement _mesa_ProgramEnvParameter4fvARB...
2010-01-22 Brian Paulmesa: use new fetch_vector1ui() function for 'unpack...
2010-01-22 Brian Paulxlib/softpipe: more buffer free fixes
2010-01-22 Alan HourihaneRemove obsolete file
2010-01-22 Brian Paulgallium/aux: re-add pb_buffer_fenced.[ch] accidentally...
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian Paulgallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex...
2010-01-22 Brian Paulgallium/draw: added comments, whitespace fixes
2010-01-22 Alan Coopersmithmesa: Add "shader/" path to #include statements in...
2010-01-22 Brian Paulglapi: clean-up and simplify glapi_nop.c code
2010-01-22 Brian Paulglapi: split the no-op dispatch code into new glapi_nop...
2010-01-22 Brian Paulglapi: fix int->pointer conversions warnings in no...
2010-01-22 Brian Paulgallium/draw: fix-up comments, whitespace
2010-01-22 Brian Paulgallium/draw: replace int with boolean
2010-01-22 Ruediger OertelFix PowerPC related typo in spantmp2.h
2010-01-22 Andre Maasikasr600: enable sampler lod* bits
2010-01-22 Andre Maasikasr600: update vport z & clipping when depth_clamp is...
2010-01-22 Andre Maasikasr600: fix brownbag, only align if we are dealing with...
2010-01-22 Andre Maasikasr600: cubemap levels seem to be aligned to 8 images
2010-01-22 Andre Maasikasradeon/fbo: flush rendering before generating mipmaps
2010-01-22 Andre Maasikasradeon/fbo: use correct depth texture offset for depth...
2010-01-22 Andre Maasikasr600: enable draw_offset
2010-01-22 Chia-I Wust/egl_g3d: Rename to st/egl.
2010-01-22 Chia-I Wuwinsys/drm: Update the options of mklib in Makefile...
2010-01-22 Chia-I Wuegl: Remove egl_softpipe.
2010-01-22 Chia-I Wuwinsys/drm: Add swrast.
2010-01-22 José Fonsecavmware/core: Update for pipebuffer changes.
2010-01-22 Vinson Leest/mesa: Remove unnecessary header from st_cb_viewport.c.
2010-01-22 Chia-I Wust/egl: Remove the egl state tracker.
2010-01-22 Chia-I Wuegl: Remove USING_EGL and the related drivers.
2010-01-22 Chia-I Wuegl: Remove the demo driver.
2010-01-22 Vinson Leei915g: Remove unnecessary header.
2010-01-22 Vinson Leepipebuffer: Remove unnecessary header.
2010-01-22 Chia-I Wust/egl_g3d: Use glxinit.c from egl_xdri.
2010-01-22 Chia-I Wuegl_xdri: Add support for DRISW.
2010-01-22 Vinson Leedraw: Remove unnecessary headers.
2010-01-22 Chia-I Wuegl_xdri: Flush commands on context switch and buffer...
2010-01-22 Chia-I Wuegl_xdri: Report only OpenGL support.
2010-01-22 Chia-I Wuegl_xdri: Do not reinitialize in __glXInitialize.
2010-01-22 Chia-I Wuegl_glx: Report only OpenGL support.
2010-01-22 Chia-I Wuegl: Update driver Makefiles.
2010-01-22 Chia-I Wuegl: Add Makefile.template for EGL drivers.
2010-01-22 Chia-I Wuwinsys/drm: Update Makefile.template.
2010-01-22 Vinson Leesvga: Remove unused variable.
2010-01-21 José Fonsecavmware/core: Flush preemptively the FIFO commands to...
2010-01-21 José Fonsecavmware/core: Put GMR pool size in a define.
2010-01-21 José Fonsecavmw/wgl: Update for pipebuffer changes.
2010-01-21 José Fonsecasvga: Remove duplicate code.
2010-01-21 José Fonsecasvga: Remove unused code.
2010-01-21 José Fonsecasvga: Don't swap buffers to system memory -- winsys...
2010-01-21 José Fonsecapipebuffer: Release the lock during map wait. Cleanups.
2010-01-21 José Fonsecapipebuffer: Swap buffers out to system memory when...
2010-01-21 José Fonsecasvga: Avoid synchronization issues when doing SW TNL.
2010-01-21 José Fonsecamesa: Use pipe_buffer_write_nooverlap where appropriate.
2010-01-21 José Fonsecautil: Set DISCARD & UNSYNCHRONIZED when uploading verti...
2010-01-21 José Fonsecautil: Use pipe_buffer_write_nooverlap in blits / mipmap...
2010-01-21 José Fonsecagallium: New inline to write buffers which avoids synch...
2010-01-21 José Fonsecagallium: Set PIPE_BUFFER_USAGE_DISCARD flag in pipe_buf...
2010-01-21 José Fonsecagallium: Remove temporary hack for the absence of a...
2010-01-21 José Fonsecasvga: Follow buffer usage semantics properly.
2010-01-21 Vinson Leest/xorg: Remove unnecessary headers.
2010-01-21 Roland Scheideggerr200: fix CS section size mismatch
2010-01-21 Vinson Leellvmpipe: Remove unnecessary headers.
2010-01-21 Vinson Leesvga: Remove unnecessary headers.
2010-01-21 Brian Paulgallium: fix conditional rendering comment
2010-01-21 Brian Paulgallium/docs: document conditional rendering
2010-01-21 Brian Paulgallium: updated comments, whitespace fixes
2010-01-21 Brian Paulmesa: minor whitespace fix
2010-01-21 Luca Barbierimesa: support for GL_ARB_fragment_coord_conventions
2010-01-21 Brian Paulsoftpipe: added region assertions in softpipe_get_tex_t...
next