r300g: Add A8_UNORM texture format.
[mesa.git] / src /
2010-01-27 Corbin Simpsonr300g: Add A8_UNORM texture format.
2010-01-27 Dave Airlieradeon/r200/r300: don't clean non-emitted state.
2010-01-27 Dave Airlieradeon: remove unused file
2010-01-27 Eric Anholtintel: Remove dead code from having to clip copyteximag...
2010-01-27 Eric Anholtintel: Use a handy helper in glReadPixels source clipping.
2010-01-27 Eric Anholtintel: Clean up stale comments about cliprects.
2010-01-27 Eric Anholtintel: Remove the remaining cliprects code from DRI1.
2010-01-27 Eric Anholtintel: Remove DRI1 junk from spans code.
2010-01-27 Eric Anholtintel: Remove DRI1 junk from blit glBitmap.
2010-01-27 Eric Anholtintel: Remove DRI1 junk from CopyPixels.
2010-01-27 Eric Anholtintel: Remove DRI1 junk from glClear blit implementation.
2010-01-27 Eric Anholti965: Remove DRI1 leftovers from stipple offset handling.
2010-01-27 Vinson Leei965g: Silence uninitialized variable warning.
2010-01-27 Vinson Leesoftpipe: Remove unused variables.
2010-01-27 Vinson Leest/mesa: Silence uninitialized variable warning.
2010-01-27 Eric Anholtintel: Fix PBO blit ReadPixels from an FBO.
2010-01-27 Igor Oliveiradocs: add documentation to double opcodes
2010-01-26 Eric Anholti965: Add support for EXT_draw_buffers2.
2010-01-26 Eric Anholti965: Fix fp fragment.position handling and enable...
2010-01-26 Eric Anholtswrast: Implement ARB_fragment_coord_conventions but...
2010-01-26 Alan Hourihanesupport an 'embedded' platform target which turns off...
2010-01-26 Alan HourihaneCheck for __USE_MISC for defining uint & ushort
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-26 Erik Wienmesa: Don't bind DRAW/READ_FRAMEBUFFER separately witho...
2010-01-26 Jesse Barnesintel: make sure we update the renderbuffers after...
2010-01-26 Brian Paulvbo: if 'end' is out of bounds, clamp it
2010-01-26 Brian Paulvbo: clamp DrawElements start/end to max possible values
2010-01-26 Brian Paulmesa: remove redundant _MaxElement computation
2010-01-26 Chia-I Wuegl: Remove _eglOpenDriver and _eglCloseDriver.
2010-01-26 Chia-I Wuegl: Fix a segfault when a display is initialized again.
2010-01-26 Chia-I Wuegl: Remove _eglGetCurrentSurface and _eglGetCurrentDis...
2010-01-26 Chia-I Wuegl: Fix leaks in eglReleaseThread.
2010-01-26 Chia-I Wuegl: Refactor _eglMakeCurrent.
2010-01-26 Chia-I Wuegl: Add _eglGetAPIContext.
2010-01-26 Chia-I Wuegl: Use a boolean to indicate whether a resource is...
2010-01-26 Chia-I Wuegl: Mark _eglCheckResource as PUBLIC.
2010-01-26 Vinson Leeglsl/pp: Silence GCC "no previous prototype" warning.
2010-01-26 Eric Anholtintel: Don't do client-side frame throttling with DRI2...
2010-01-26 Eric AnholtRevert "intel: Use the new DRI2 flush invalidate entryp...
2010-01-26 Eric Anholti965: Remove unnecessary malloc/free in VS binding...
2010-01-26 Eric Anholti965: Fix build after merge of mesa stable branch.
2010-01-26 Chia-I Wuglx: Build GLX normally.
2010-01-26 Chia-I Wuegl/xdri: Update with glxclient.h change.
2010-01-25 Robert Braggmesa: misc GLX_INTEL_swap_event fixes
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Alex Deucherr300: rv350+ support FLT16_2/4 vertex formats
2010-01-25 Corbin Simpsonr300g: Finish and enable immediate mode.
2010-01-25 Corbin Simpsonradeong: Make sure that we're not emitting relocations...
2010-01-25 Corbin Simpsonradeong: Make is_r3xx inline to avoid warnings.
2010-01-25 Corbin Simpsonradeong: Clean up domain usages.
2010-01-25 Corbin SimpsonRevert "r300g,radeong: finish and enable the immediate...
2010-01-25 Jakob Bornecrantzst/xorg: Fix crash on resize with libkms
2010-01-25 Igor Oliveiravega: fix incorrect samplers, textures indexes in blend...
2010-01-25 Luca BarbieriFix compressed texture loads for non-minimal pitches...
2010-01-25 Chia-I Wuwinsys/drm: Correctly install EGL drivers.
2010-01-25 José Fonsecapipebuffer: Reapply the mesa_7_7_branch's changes.
2010-01-25 José Fonsecallvmpipe: Remove lp_tex_sample_c.c again.
2010-01-25 Jakob Bornecrantzvmware/xorg: Do buffer round-robin logic differently
2010-01-25 Jakob Bornecrantzst/xorg: Improve options and print them to log
2010-01-25 Jakob Bornecrantzvmware/xorg: Export pci_probe function for ugly chain...
2010-01-25 Jakob Bornecrantzst/xorg: Export helper function for detecting modesetting
2010-01-25 Jakob Bornecrantzst/xorg: Fix warning
2010-01-25 Corbin Simpsongallium-docs: Add note on scissor.
2010-01-25 Marek Olšákr300g,radeong: finish and enable the immediate mode
2010-01-25 Marek Olšákr300g: fix zero-area scissor
2010-01-25 Marek Olšákr300g,radeong: set tiling flags in libdrm
2010-01-25 Marek Olšákradeong: do not emit a zero-sized command stream
2010-01-25 Chia-I Wuegl: Native types are renamed in EGL 1.3.
2010-01-25 Chia-I Wuegl: Make resource void pointer in _eglCheckResource.
2010-01-25 Chia-I Wuegl: Install EGL headers.
2010-01-25 Chia-I Wuegl: Add support for EGL_KHR_image.
2010-01-25 Chia-I Wuegl: Update headers.
2010-01-25 Igor Oliveiraegl: check if driver_name is null
2010-01-25 Brian Paulst/mesa: fix int->uint conversion for negative scissor...
2010-01-25 Brian Paulmesa: move _mesa_debug() call earlier in _mesa_Scissor
2010-01-24 Xavier Chantryst/mesa: fix unsigned/signed breakage in scissor
2010-01-24 Marcin Slusarznv50: fix uninitialized variable in nv50_revdep_reorder
2010-01-24 Marcin Slusarznv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen...
2010-01-24 Marcin Slusarznouveau/winsys: be nice and close the device on destroy
2010-01-24 Marcin Slusarznouveau: fix winsys object leak
2010-01-24 Christoph Bumillernv50: fix handling of FragCoord input
2010-01-24 Christoph Bumillernv50: only flush texture caches on st request
2010-01-24 Christoph Bumillernv50: implement render_condition
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 Vinson Leer200: Silence fprintf format warning.
2010-01-24 Vinson Leex86: Do not build read_rgba_span_x86.S on Mac OS X.
2010-01-24 Vinson Leex86: Do not use .hidden pseudo-op on Mac OS X.
2010-01-24 Vinson Leeglapi: Do not use .type pseudo-op on Mac OS X.
2010-01-24 Dave Airlier300g: avoid the use of goto
2010-01-24 Dave Airlier300g: fix flushing harder.
2010-01-24 Vinson Leer300: Remove unnecessary headers.
2010-01-23 Vinson Leeintel: Remove unnecessary headers.
next