mesa.git
2010-01-28 Chia-I Wuegl: Correctly unbind contexts in eglReleaseThread.
2010-01-28 Chia-I Wuegl: eglMakeCurrent should accept an uninitialized...
2010-01-28 Chia-I Wuegl: Add _eglBindContext.
2010-01-28 Chia-I Wuegl: Use a boolean to indicate whether a display is...
2010-01-28 Vinson Leescons: Fix GLEW build on Mac OS X.
2010-01-28 Vinson Leetgsi: Silence uninitialized variable warning.
2010-01-28 Vinson Leeradeon: Silence "format" compiler warnings.
2010-01-28 Vinson Leest/xorg: Remove unnecessary headers.
2010-01-28 Vinson Leest/dri: Remove unnecessary headers.
2010-01-28 Vinson Leellvmpipe: Remove unnecessary headers.
2010-01-28 Brian Paulswrast: s/FIXED_TO_FLOAT/FixedToFloat/
2010-01-28 Vinson Leer300g: Remove unnecessary headers.
2010-01-28 Brian Paulmesa: fix int/uint comparison warnings
2010-01-28 Brian Paulmesa: fix double->float assignment warnings, int/uint...
2010-01-28 Brian Paulmesa: fix double->float assignment warnings
2010-01-28 Brian Paulmesa: fix int/uint comparison warnings
2010-01-28 Brian Paultnl: fix double->float and int/uint conversion warnings
2010-01-28 Brian Paulswrast: silence double->float assignment warnings
2010-01-28 Brian Paulmesa: more info in glActiveTexture error msg
2010-01-28 Brian Paulconfigs: added vega to default GALLIUM_STATE_TRACKERS_DIRS
2010-01-27 Vinson Leei965g: Remove unnecessary headers.
2010-01-27 Vinson Leeutil: Remove unnecessary header.
2010-01-27 Vinson Leetgsi: Remove unnecessary header.
2010-01-27 Vinson Leegallium/draw: Remove unnecessary headers.
2010-01-27 Vinson Leer300g: Silence GCC "missing braces around initializer...
2010-01-27 Alex Deucherr600: fix warning
2010-01-27 Alex Deucherr600: rv670 support 8 tex instructions just like other...
2010-01-27 Brian Paulcell: remove commas from structs wrapped in PIPE_ALIGN_...
2010-01-27 Alan HourihaneDuplicate CCVERSION check code to compensate for differ...
2010-01-27 Andre Maasikasr600: increase max texture units to 16
2010-01-27 Andre Maasikasr600: fix XPD with writemask
2010-01-27 Vinson Leesoftpipe: Remove unnecessary header.
2010-01-27 Vinson Leei915g: Remove unnecessary headers.
2010-01-27 Vinson Leescons: Use '-Werror=' option on GCC 4.2.x and greater.
2010-01-27 Corbin Simpsonr300g: Turn the RS block into an atom.
2010-01-27 Corbin Simpsonr300g: Make vertex_format into an atom.
2010-01-27 Corbin Simpsonr300g: Kill dead code for hashing custom state.
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 Alan Hourihaneadd missing SCons.Util
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 Alan Hourihanefix typo
2010-01-26 Alan HourihaneAllow the environment to override certain flags.
2010-01-26 Alan Hourihaneonly use -Werror flags with gcc 4.2.x and 4.3.x.
2010-01-26 Aaron Plattnerglxgears: Support GLX_EXT_swap_control for querying...
2010-01-26 Brian Paulmesa: remove redundant _MaxElement computation
2010-01-26 Brian Paulprogs/tests: use glDrawRangeElements() in bufferobj.c
2010-01-26 Brian Pauldocs: document Intel, R300 env vars
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 Wudocs: Mention EGL and OpenGL ES in 7.8 release notes.
2010-01-26 Chia-I Wuglx: Build GLX normally.
2010-01-26 Chia-I Wudocs: Update EGL documentation.
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...
next