mesa: Remove unnecessary headers.
[mesa.git] / src / mesa /
2010-01-31 Vinson Leemesa: Remove unnecessary headers.
2010-01-31 Vinson Leei965: Silence uninitialized variable warning.
2010-01-31 Vinson Leeradeon: Remove unnecessary headers.
2010-01-31 Vinson Leer600: Remove unnecessary headers.
2010-01-31 Vinson Leer300: Remove unnecessary headers.
2010-01-31 Vinson Leer200: Remove unnecessary headers.
2010-01-31 Vinson Leer128: Remove unnecessary headers.
2010-01-31 Vinson Leeintel: Remove unnecessary headers.
2010-01-31 Vinson Leei965: Remove unnecessary headers.
2010-01-31 Vinson Leei915: Remove unnecessary headers.
2010-01-30 Eric Anholtintel: Respect texture tiling when doing a PBO blit...
2010-01-30 Eric Anholtintel: Fix inverting of inversion test for windows...
2010-01-29 Keith WhitwellMerge commit 'lb2/arb_fragment_coord_conventions'
2010-01-29 Brian Paultnl: check that state is validated before drawing
2010-01-29 Brian Paulst/mesa: check that state is validated before drawing
2010-01-29 Brian Paulvbo: fix missing state validation bugs
2010-01-29 Brian Paulmesa: do state validation in _mesa_valid_to_render()
2010-01-29 Brian Paulwindows: assorted build fixes
2010-01-29 Brian Paulmesa: Warn when indices are out of bounds, but do not...
2010-01-29 Luca Barbierist/mesa: Gallium support for ARB_fragment_coord_convent...
2010-01-29 Luca Barbierimesa: don't expose GL_ARB_fragment_coord_conventions...
2010-01-28 Eric Anholtintel: Set the region's tiling to none when attaching...
2010-01-28 Eric Anholti915: Remove unused initial and current state, now...
2010-01-28 Eric Anholtintel: Remove long-disabled meta readpixels, and associ...
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-28 Michal Krolgallium: Enable multiple constant buffers for vertex...
2010-01-28 Vinson Leeradeon: Silence "format" compiler warnings.
2010-01-28 Brian Paulswrast: s/FIXED_TO_FLOAT/FixedToFloat/
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-27 Alex Deucherr600: fix warning
2010-01-27 Alex Deucherr600: rv670 support 8 tex instructions just like other...
2010-01-27 Andre Maasikasr600: increase max texture units to 16
2010-01-27 Andre Maasikasr600: fix XPD with writemask
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 Leest/mesa: Silence uninitialized variable warning.
2010-01-27 Eric Anholtintel: Fix PBO blit ReadPixels from an FBO.
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 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 Roland Scheideggermesa/st: code cleanups for new blend functionality
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-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Alex Deucherr300: rv350+ support FLT16_2/4 vertex formats
2010-01-25 Roland Scheideggerst/mesa: handle EXT_draw_buffers2 per rendertarget...
2010-01-25 Luca BarbieriFix compressed texture loads for non-minimal pitches...
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 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 Vinson Leer300: Remove unnecessary headers.
2010-01-23 Vinson Leeintel: Remove unnecessary headers.
2010-01-23 Vinson Leeradeon: Remove unused variable.
2010-01-23 Vinson Leetdfx: Remove unnecessary headers.
2010-01-23 Vinson Leesis: Remove unnecessary headers.
2010-01-23 Vinson Leesavage: Remove unnecessary headers.
2010-01-23 Vinson Leemga: Remove unnecessary headers.
2010-01-23 Vinson Leei965: Remove unnecessary headers.
2010-01-23 Vinson Leei915: Remove unnecessary headers.
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 Paulst/mesa: fix incorrect freeing of drawpixels vertex...
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...
next