summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-01-26Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-26mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit supportErik Wien
2010-01-26intel: make sure we update the renderbuffers after a swapJesse Barnes
2010-01-26vbo: if 'end' is out of bounds, clamp itBrian Paul
2010-01-26vbo: clamp DrawElements start/end to max possible valuesBrian Paul
2010-01-26mesa: remove redundant _MaxElement computationBrian Paul
2010-01-25intel: Don't do client-side frame throttling with DRI2 SwapBuffers.Eric Anholt
2010-01-25Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame d...Eric Anholt
2010-01-25i965: Remove unnecessary malloc/free in VS binding table setup.Eric Anholt
2010-01-25i965: Fix build after merge of mesa stable branch.Eric Anholt
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-25r300: rv350+ support FLT16_2/4 vertex formatsAlex Deucher
2010-01-25Fix compressed texture loads for non-minimal pitches againLuca Barbieri
2010-01-24st/mesa: fix int->uint conversion for negative scissor bound valuesBrian Paul
2010-01-24mesa: move _mesa_debug() call earlier in _mesa_ScissorBrian Paul
2010-01-24st/mesa: fix unsigned/signed breakage in scissorXavier Chantry
2010-01-24mesa/es: Improve Makefile rules.Chia-I Wu
2010-01-24r200: Silence fprintf format warning.Vinson Lee
2010-01-23x86: Do not build read_rgba_span_x86.S on Mac OS X.Vinson Lee
2010-01-23x86: Do not use .hidden pseudo-op on Mac OS X.Vinson Lee
2010-01-23glapi: Do not use .type pseudo-op on Mac OS X.Vinson Lee
2010-01-23r300: Remove unnecessary headers.Vinson Lee
2010-01-23intel: Remove unnecessary headers.Vinson Lee
2010-01-23radeon: Remove unused variable.Vinson Lee
2010-01-23tdfx: Remove unnecessary headers.Vinson Lee
2010-01-23sis: Remove unnecessary headers.Vinson Lee
2010-01-23savage: Remove unnecessary headers.Vinson Lee
2010-01-23mga: Remove unnecessary headers.Vinson Lee
2010-01-22i965: Remove unnecessary headers.Vinson Lee
2010-01-22i915: Remove unnecessary headers.Vinson Lee
2010-01-23r300: only enable half floats on r500s.Dave Airlie
2010-01-23Merge branch 'arb_half_float_vertex'Dave Airlie
2010-01-23r300: half float supportDave Airlie
2010-01-23i965: add support for ARB_half_float_vertexDave Airlie
2010-01-23mesa: add core support for ARB_half_float_vertex.Dave Airlie
2010-01-23glapi: add GL_HALF_FLOAT enum support.Dave Airlie
2010-01-23glapi: Include glheader.h in glapi_nop.c.Chia-I Wu
2010-01-22glapi: define GLfixed, GLclampx types for ES 1Brian Paul
2010-01-22st/mesa: fix incorrect freeing of drawpixels vertex shadersBrian Paul
2010-01-22mesa: use memcpy() in _mesa_ProgramEnv/LocalParameters4fvEXT()Brian Paul
2010-01-22mesa: use switch in _mesa_DeletePrograms()Brian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22mesa: re-implement _mesa_ProgramEnvParameter4fvARB() with memcpy()Brian Paul
2010-01-22mesa: use new fetch_vector1ui() function for 'unpack' GPU instructionsBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22mesa: Add "shader/" path to #include statements in shader parser/lexer sourcesAlan Coopersmith
2010-01-22glapi: clean-up and simplify glapi_nop.c codeBrian Paul
2010-01-22glapi: split the no-op dispatch code into new glapi_nop.c fileBrian Paul
2010-01-22glapi: fix int->pointer conversions warnings in no-op functionsBrian Paul
2010-01-22Fix PowerPC related typo in spantmp2.hRuediger Oertel