aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mesa/swrast: Define _swrast_UpdateTexturePalette to NULL.Chia-I Wu2009-09-141-0/+2
| * glapi: Respect IN_DRI_DRIVER in extension_helper.h.Chia-I Wu2009-09-142-15/+488
| * es/main: Report GL_OES_draw_texture only when enabled.Chia-I Wu2009-09-141-2/+3
| * es/st: Move state tracker code to mesa/st.Chia-I Wu2009-09-145-35/+41
| * es: Proper support for FEATURE_OES_draw_texture.Chia-I Wu2009-09-147-11/+253
| * mesa/swrast: Respect mfeatures.h.Chia-I Wu2009-09-1311-59/+247
| * mesa/tnl: Respect mfeatures.h.Chia-I Wu2009-09-134-5/+23
| * es/main: Better glGetString support.Chia-I Wu2009-09-132-86/+224
| * es/glapi: Remove unnecessary extensions from es_COMPAT.Chia-I Wu2009-09-131-1017/+0
| * mesa: New feature FEATURE_beginend.Chia-I Wu2009-09-1310-8/+184
| * progs/es: Link to libX11.Chia-I Wu2009-09-122-2/+2
| * es: fix commentBrian Paul2009-09-121-1/+1
| * es: OpenGL ES 2.x demo programsBrian Paul2009-09-122-0/+567
| * es: updated Makefile commentBrian Paul2009-09-121-1/+1
| * es: update window titleBrian Paul2009-09-121-1/+1
| * es: OpenGL ES 1.x demo programsBrian Paul2009-09-129-0/+3899
| * st/es: Add OpenGL ES state trackers.Chia-I Wu2009-09-123-0/+102
| * Makefile: Pack ES files.Chia-I Wu2009-09-121-2/+18
| * mesa/es: Add OpenGL ES overlay.Chia-I Wu2009-09-1217-0/+7185
| * mesa/es: Add OpenGL ES XMLs.Chia-I Wu2009-09-1213-0/+8614
| * glapi: Add OpenGL ES compatibility mode to scripts.Chia-I Wu2009-09-123-19/+98
| * glapi: Prefix includes with glapi.Chia-I Wu2009-09-123-9/+9
| * mesa/main: Add point size array.Chia-I Wu2009-09-121-0/+5
| * mesa: silence warningBrian Paul2009-09-121-0/+2
| * st: added preprocessor test for FEATURE_texture_s3tcBrian Paul2009-09-121-0/+2
| * mesa: fix set_tex_parameteri() callBrian Paul2009-09-121-1/+1
| * mesa/main: Provide dummy texformats when FEATURE_texture_s3tc is disabled.Chia-I Wu2009-09-123-11/+39
| * mesa/main: Provide dummy texformats when FEATURE_texture_fxt1 is disabled.Chia-I Wu2009-09-123-16/+31
| * mesa/main: Export null texformat operations.Chia-I Wu2009-09-124-15/+64
| * mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu2009-09-129-60/+107
| * mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu2009-09-1210-83/+109
| * mesa/main: New feature FEATURE_queryobj.Chia-I Wu2009-09-129-61/+77
| * mesa/main: New feature FEATURE_arrayelt.Chia-I Wu2009-09-128-11/+73
| * mesa/main: Make FEATURE_texgen follow feature conventions.Chia-I Wu2009-09-123-14/+42
| * mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu2009-09-124-26/+70
| * mesa/main: Make FEATURE_drawpix follow feature conventions.Chia-I Wu2009-09-123-16/+44
| * mesa/main: New feature FEATURE_rastpos.Chia-I Wu2009-09-125-63/+92
| * mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu2009-09-124-27/+35
| * mesa/main: Make FEATURE_attrib_stack follow feature conventions.Chia-I Wu2009-09-124-25/+45
| * mesa/main: Make FEATURE_accum follow feature conventions.Chia-I Wu2009-09-124-20/+43
| * mesa/main: Make FEATURE_convolve follow feature conventions.Chia-I Wu2009-09-125-67/+82
| * mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu2009-09-126-47/+47
| * mesa/main: Make FEATURE_pixel_transfer follow feature conventions.Chia-I Wu2009-09-124-20/+47
| * mesa/main: Add comments to mfeatures.h.Chia-I Wu2009-09-121-0/+33
| * Add mine configs.Chia-I Wu2009-09-123-0/+89
| * i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work.Eric Anholt2009-09-115-102/+126
| * r600: fix texcoords from constantsAndre Maasikas2009-09-111-40/+52
| * Revert "r600: support tex coords from constants"Alex Deucher2009-09-111-17/+45
| * r300g: only allocate one BO for vertex buffers, default size is 64*1024Cooper Yuan2009-09-111-35/+33
| * r600: support tex coords from constantsAlex Deucher2009-09-111-45/+17