egl: Add and use make_library_path.
[mesa.git] / src /
2010-01-21 Chia-I Wudri: Remove unnecessary glapi headers.
2010-01-21 Chia-I WuDo not include glapi/dispatch.h outside Mesa core.
2010-01-21 Vinson Leemach64: Remove unnecessary headers.
2010-01-21 Vinson Leei810: Remove unnecessary headers.
2010-01-21 Alan Coopersmithgallium/i965: Make brw_batchbuffer prototypes match...
2010-01-21 Vinson Leeffb: Remove unnecessary headers.
2010-01-20 Corbin Simpsonradeong: Fix EGL driver names.
2010-01-20 Tomas ChvatalFix touching live system during install.
2010-01-20 Brian Paulxlib/softpipe: fix buffer memory leak
2010-01-20 Alex Deucherr200: re-adding missing pitch alignment check in blit...
2010-01-20 Brian Paulmesa: replace questionable CPU_TO_LE32 macro with function
2010-01-20 Alan CoopersmithCopy __FUNCTION__ portability #defines from mesa/compil...
2010-01-20 Brian Paulst/mesa: fix format logic in compatible_src_dst_formats()
2010-01-20 Alex Deucherr200: fix some breakage after move to common blit code
2010-01-20 Jakob Bornecrantzst/xorg: Fic bug and close drm_api at proper place
2010-01-20 Alex Deucherr200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9c
2010-01-20 Chia-I Wust/egl_g3d: Add support for driver probe.
2010-01-20 Chia-I Wust/egl_g3d: Add support for probe to native displays.
2010-01-20 Chia-I Wuegl: Add a simple cache for driver probe.
2010-01-20 Chia-I Wuegl: Improve driver matching.
2010-01-20 Chia-I Wuegl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.
2010-01-20 Chia-I Wuegl: Remove unused driver and display functions.
2010-01-20 Chia-I Wuegl: Use _eglPreloadDrivers.
2010-01-20 Chia-I Wuegl: Add _eglPreloadDrivers.
2010-01-20 Vinson Leesoftpipe: Remove unnecessary headers.
2010-01-20 Vinson Leei915g: Remove unnecessary headers.
2010-01-20 Chia-I Wust/egl_g3d: Do not reuse the pipe transfer in ximage.
2010-01-20 Alan CoopersmithRemove hardcoded -Wall from Radeon DRI makefiles
2010-01-20 Corbin Simpsonr300g: Move GB_AA_CONFIG to its eventual new home.
2010-01-20 Corbin Simpsonr300g: Make invariant state into an atom.
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-20 Brian Paulutil/blit: document params to util_blit_pixels_writemask()
2010-01-20 Brian Paulmesa: added comment about future FBO formats
2010-01-20 Marek Olšákst/mesa: enable EXT_framebuffer_multisample
2010-01-20 Alex Deucherr100/r200: fix Y coord flipping in accelerated blits
2010-01-19 Alex Deucherr100/r200: fix dst pitch in blit code
2010-01-19 Alex Deucherr200: add missing symlink to radeon_tex_copy.c
2010-01-19 Maciej Cencorar100/r200: align to pitch updates in blit interface
2010-01-19 Maciej Cencorar200: use common glCopyTex(Sub)Image code
2010-01-19 Maciej Cencorar100: use common glCopyTex(Sub)Image code
2010-01-19 Maciej Cencoraradeon/r300/r600: share common glCopyTex(Sub)Image...
2010-01-19 Maciej Cencorar600: align to r300 changes in the blit code
2010-01-19 Maciej Cencorar300/r600: move some bo offsets checking to blit code
2010-01-19 Maciej Cencorar600: prepare for some code sharing
2010-01-19 Maciej Cencorar300: check if blitting for given format is supported...
2010-01-19 Maciej Cencorar300: use nearest texture filtering for accelerated...
2010-01-19 Maciej Cencorar300: fix Y coord flipping in accelerated blits
2010-01-19 Maciej Cencoraradeon: use mesa provided _mesa_tex_target_to_face...
2010-01-19 Maciej Cencorar300: prepare for texcopy code sharing
2010-01-19 Maciej Cencoraradeon: add blit function to vtbl
2010-01-19 Jakob Bornecrantzsvga: Do a more propper creation of textures from handles
2010-01-19 Jakob Bornecrantzst/xorg: Don't leak BusID buffer
2010-01-19 Eric Anholtintel: Remove dead note_fence vtbl hook.
2010-01-19 Eric Anholti965: Improve the hashing of brw_state_cache keys to...
2010-01-19 Eric Anholti965: Remove obsolete comment about the state atoms.
2010-01-19 Eric Anholti965: Upload as many VS constants as possible through...
2010-01-19 Eric Anholti965: Allow for variable-sized auxdata in the state...
2010-01-19 Eric Anholtintel: Use the new DRI2 flush invalidate entrypoint...
2010-01-19 Alan CoopersmithSun compilers now support some gcc __attribute__ values
2010-01-19 Brian Paulsoftpipe: remove redundant assignments
2010-01-19 Jakob Bornecrantzst/xorg: Pass kernel driver name to drmOpen
2010-01-19 Jakob Bornecrantzst/drm: Expose kernel driver name
2010-01-19 Ben Skeggsst/dri: update dri2 drawables when viewport is changed
2010-01-19 Luca Barbieriglx: Set GL context to null in __glXSetCurrentContextNull
2010-01-19 José Fonsecawgl: Check for PIPE_TEXTURE_USAGE_DISPLAY_TARGET suppor...
2010-01-19 José Fonsecawgl: Don't export pure-stencil pixel formats.
2010-01-19 José Fonsecasoftpipe: Fix vertex buffer memory leak.
2010-01-19 Vinson Leeunichrome: Remove unnecessary headers.
2010-01-19 Vinson Leemesa: Remove unnecessary header from attrib.c.
2010-01-19 Alex Deucherr100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a...
2010-01-19 Vinson Leemesa: Remove unnecessary header from blend.c.
2010-01-19 Alex Deucherr100/r200/r600: check if blitting for given format...
2010-01-19 Alex Deucherr100/r200: add blit support for ARGB4444
2010-01-19 Vinson Leemesa: Remove unnecessary headers from buffers.c.
2010-01-19 Vinson Leemesa: Remove unnecessary header from convolve.c.
2010-01-19 Vinson Leemesa: Fix typo of 'unknown' in debug.c.
2010-01-19 Vinson Leemesa: Remove unnecessary headers from debug.c.
2010-01-19 Vinson Leemesa: Remove unnecessary header from depthstencil.c.
2010-01-19 Vinson Leemesa: Remove unnecessary headers from dlist.c.
2010-01-19 Vinson Leemesa: Remove unnecessary header from drawpix.c.
2010-01-19 Vinson Leemesa: Remove unnecessary header from enable.c.
2010-01-19 Vinson Leemesa: Remove unnecessary headers from fbobject.c.
2010-01-19 Vinson Leemesa: Remove unnecessary header from formats.c.
2010-01-19 Vinson Leemesa: Remove unnecessary header from image.c.
2010-01-19 José Fonsecasoftpipe: Skip depth testing for PIPE_S8_UNORM.
2010-01-19 José Fonsecamesa: Handle PIPE_FORMAT_B8G8R8X8_UNORM.
2010-01-19 José Fonsecapipebuffer: Ensure buffer size/alignment is not zero.
2010-01-19 José Fonsecasvga: Ensure buffer size/alignment is not zero.
2010-01-19 Vinson Leemesa: Remove unnecessary headers from lines.c.
2010-01-19 Vinson Leemesa: Remove unnecessary header from mipmap.c.
2010-01-19 Vinson Leemesa: Remove unnecessary header from pixel.c.
2010-01-19 Vinson Leemesa: Remove unnecessary headers from pixelstore.c.
2010-01-19 Vinson Leemesa: Remove unnecessary header from points.c.
2010-01-19 Vinson Leemesa: Remove unnecessary header from polygon.c.
2010-01-19 Alex Deucherr60: Add relocs for CB_TILE/FRAG
2010-01-19 Vinson Leemesa: Remove unnecessary header from state.c.
2010-01-19 Vinson Leemesa: Remove unnecessary headers from texcompress.c.
2010-01-19 Vinson Leest/dri: Add comment for intentional fallthrough in...
2010-01-19 Corbin Simpsondocs: Clarify PIPE_TEXTURE_USAGE_DYNAMIC.
2010-01-19 Corbin Simpsondocs: Use proper XOR symbol.
next