summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-03configure.ac: Add options to enable GLES1/2 API supportKristian Høgsberg4-0/+34
2010-05-03intel: Advertise GLES1/2 for i915+ when enabledKristian Høgsberg1-0/+12
2010-05-03dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg8-13/+22
2010-05-03egl_dri2: Use new DRI API to create a GLES1/2 context when asked toKristian Høgsberg1-10/+59
2010-05-03dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg27-32/+124
2010-05-03st/mesa: Move st_cb_drawtex.c to the mesa state trackerKristian Høgsberg4-11/+2
2010-05-03es: Drop es specific enums.cKristian Høgsberg2-22/+3
2010-05-03glapi: Regenerate enums.c for all APIsKristian Høgsberg1-3117/+3419
2010-05-03glapi: Update gl_enum.py to generate enum tables for multiple APIsKristian Høgsberg2-13/+19
2010-05-03mesa: Drop unused _mesa_init_drawtex_dispatch()Kristian Høgsberg2-23/+0
2010-05-03mesa: Move drawtex functionality to main/Kristian Høgsberg4-2/+2
2010-05-03mesa: Move glQueryMatrixxOES() implementation to core mesaKristian Høgsberg3-1/+1
2010-05-03mesa: Move GLES1 texgen functions to texgen.cKristian Høgsberg4-74/+43
2010-05-03mesa: Move support for paletted textures to main/teximage.cKristian Høgsberg7-49/+90
2010-05-03mesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable()Kristian Høgsberg6-96/+37
2010-05-03mesa: Move get_es*.c to main/Kristian Høgsberg5-12/+7
2010-05-03es: Prefix the get* functions with _es1/2 so they don't conflictKristian Høgsberg5-19/+50
2010-05-03mesa: Move GL_RGB565 workaround into fbobject.cKristian Høgsberg5-39/+23
2010-05-03mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.cKristian Høgsberg4-117/+81
2010-05-03mesa: Move GLES2 shader stubs to main/shaders.cKristian Høgsberg3-23/+39
2010-05-03mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg12-32/+114
2010-05-03mesa: Move references to main/remap_helper.h to api_exec.cKristian Høgsberg6-63/+100
2010-05-03mesa: Move struct _glapi_table allocation out of context.cKristian Høgsberg6-22/+48
2010-05-03mesa: Compute extension string according to APIKristian Høgsberg5-314/+113
2010-05-03es2: Move over es2 code to compute extensionsKristian Høgsberg1-3/+106
2010-05-03main: Report GL_SHADING_LANGUAGE_VERSION according to APIKristian Høgsberg2-12/+27
2010-05-03mesa: Compute GL version according to APIKristian Høgsberg3-80/+107
2010-05-03mesa: Move API specific context intialization into context.cKristian Høgsberg4-37/+25
2010-05-03st/mesa: Use API-aware context constructorKristian Høgsberg1-1/+10
2010-05-03mesa: Track the OpenGL API we're implementing in the contextKristian Høgsberg3-11/+65
2010-05-01darwin: Fix buildJeremy Huddleston1-4/+4
2010-04-28st/mesa: fix incorrect RowStride computationBrian Paul1-1/+4
2010-04-28st/mesa: fill in stImage->level in st_generate_mipmap()Brian Paul1-1/+3
2010-04-28glx: Fix buildJakob Bornecrantz1-1/+1
2010-04-28egl: dri2 driver error outputMicah Fedke1-1/+2
2010-04-27osmesa: update SRC_DIRS to fix buildBrian Paul3-5/+5
2010-04-27osdemos: replace assertion with error handlerBrian Paul1-1/+5
2010-04-27osmesa: don't need to link with -lGLBrian Paul1-1/+1
2010-04-27mesa: Disable scissor when begining meta operationsPierre Willenbrock1-0/+1
2010-04-27mesa: Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targetsPierre Willenbrock1-4/+8
2010-04-27glx: Initialize have_back.Pierre Willenbrok1-0/+1
2010-04-27Buildfixes to work around issues in OpenGL.frameworkJeremy Huddleston11-135/+60
2010-04-27Update OpenGL specsJeremy Huddleston10-274/+2522
2010-04-27apple: Use mesa gl.h rather than generating one.Jeremy Huddleston7-181/+48
2010-04-27apple: Integrate our libGL into the existing build system betterJeremy Huddleston3-76/+116
2010-04-27darwin: Use clientattribJeremy Huddleston3-3/+3
2010-04-27apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston17-120/+108
2010-04-27apple: Remove duplicate headers that already exist in mesa.Jeremy Huddleston7-20231/+0
2010-04-27apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston70-40/+71580
2010-04-27glapi: Fix loading of old DRI drivers.Chia-I Wu1-0/+20