summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-04-28st/mesa: Move st_cb_drawtex.c to the mesa state trackerKristian Høgsberg
2010-04-28es: Drop es specific enums.cKristian Høgsberg
2010-04-28glapi: Regenerate enums.c for all APIsKristian Høgsberg
2010-04-28glapi: Update gl_enum.py to generate enum tables for multiple APIsKristian Høgsberg
2010-04-28mesa: Drop unused _mesa_init_drawtex_dispatch()Kristian Høgsberg
2010-04-28mesa: Move drawtex functionality to main/Kristian Høgsberg
2010-04-28mesa: Move glQueryMatrixxOES() implementation to core mesaKristian Høgsberg
2010-04-28mesa: Move GLES1 texgen functions to texgen.cKristian Høgsberg
2010-04-28mesa: Move support for paletted textures to main/teximage.cKristian Høgsberg
2010-04-28mesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable()Kristian Høgsberg
2010-04-27mesa: Move get_es*.c to main/Kristian Høgsberg
2010-04-27es: Prefix the get* functions with _es1/2 so they don't conflictKristian Høgsberg
2010-04-27mesa: Move GL_RGB565 workaround into fbobject.cKristian Høgsberg
2010-04-27mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.cKristian Høgsberg
2010-04-27mesa: Move GLES2 shader stubs to main/shaders.cKristian Høgsberg
2010-04-27mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg
2010-04-27mesa: Move references to main/remap_helper.h to api_exec.cKristian Høgsberg
2010-04-22mesa: Move struct _glapi_table allocation out of context.cKristian Høgsberg
2010-04-22mesa: Compute extension string according to APIKristian Høgsberg
2010-04-22es2: Move over es2 code to compute extensionsKristian Høgsberg
2010-04-22main: Report GL_SHADING_LANGUAGE_VERSION according to APIKristian Høgsberg
2010-04-22mesa: Compute GL version according to APIKristian Høgsberg
2010-04-22mesa: Move API specific context intialization into context.cKristian Høgsberg
2010-04-22st/mesa: Use API-aware context constructorKristian Høgsberg
2010-04-22mesa: Track the OpenGL API we're implementing in the contextKristian Høgsberg
2010-04-21radeon: fix warningMarek Olšák
2010-04-21mesa/st: Translate a few more mesa/gallium formats.José Fonseca
2010-04-20mesa: do version checking for GL 3.x queriesBrian Paul
2010-04-20mesa: API and state for GL 3.1 primitive restartBrian Paul
2010-04-20mesa: add GL 3.2 GL_CONTEXT_PROFILE_MASK queryBrian Paul
2010-04-20mesa: remove some commentsBrian Paul
2010-04-21intel: Add Sandybridge mobile chipset idZhenyu Wang
2010-04-21intel: Clean up chipset name and gen num for IronlakeZhenyu Wang
2010-04-20mesa: better, smaller error handling code for glGet*()Brian Paul
2010-04-20mesa: better, smaller error handling code for glEnable/Disable/IsEnabled()Brian Paul
2010-04-20mesa: raise GL_INVALID_OPERATION for glReadPixels(GL_COLOR_INDEX)Brian Paul
2010-04-20i915: Map sampler indices to texture units correctly for fragment shaders.Eric Anholt
2010-04-20i915: Add missing break; after handling the stub NOISE instructions.Eric Anholt
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19glapi: GL 3.x xml fileBrian Paul
2010-04-19Merge branch '7.8'Jesse Barnes
2010-04-19mesa: unmap the immediate mode VB before destroying itBrian Paul
2010-04-19mesa/st: Update for index bias interface change.José Fonseca
2010-04-19st/mesa: invert scissor rect depending on FB orientationBrian Paul
2010-04-19mesa: Fix build with gcc 3.3.Matthieu Herrb
2010-04-19radeon: Let this build with gcc 3.3Matthieu Herrb
2010-04-19radeon: Fix command type for DRM_RADEON_IRQ_EMIT ioctl.Owain Ainsworth
2010-04-19mesa: Use __OpenBSD__ to check for OpenBSD.Matthieu Herrb