summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
2010-02-09mesa: move all limit/constant assertions into check_context_limits()Brian Paul1-30/+30
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger1-1/+1
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-1/+1
2010-02-09mesa: add back-door support for cylindrical texture wrap modeBrian Paul1-0/+12
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol6-8/+26
2010-02-09mesa: Protect buffer objects reference counting with a mutex.Michal Krol2-4/+7
2010-02-09mesa: Fix null buffer object reference counting.José Fonseca1-6/+8
2010-02-09mesa: Always do proper ref counting of shared state.José Fonseca3-23/+34
2010-02-07mesa: Fix mesa_next_pow_two to return same value if parameter is pow2.Pauli Nieminen1-3/+5
2010-02-06mesa/main: Add function to find next higher power of two.Pauli Nieminen1-0/+46
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2-5/+16
2010-02-04gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger1-1/+1
2010-02-03mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul4-13/+25
2010-02-03mesa: re-dimension RasterTexCoords and CoordReplaceBrian Paul1-2/+2
2010-02-03mesa: added texcoord unit assertionBrian Paul1-0/+2
2010-02-03mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITSBrian Paul1-1/+1
2010-02-03mesa: added tex unit assert, use Elements() macroBrian Paul1-1/+2
2010-02-03mesa: check for invalid texture coord unit in glGet queriesBrian Paul2-56/+147
2010-02-03mesa: add error check for querying invalid texture matrixBrian Paul2-5/+41
2010-02-03mesa: use Elements() as limit in loops over texture/program matrix stacksBrian Paul1-4/+4
2010-02-03mesa: add out of bounds assertions for accessing texture matrix stackBrian Paul1-0/+2
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2-13/+34
2010-02-02mesa: Add a BITSET_FFS function.Francisco Jerez1-1/+24
2010-02-01mesa: Remove unnecessary headers.Vinson Lee3-7/+0
2010-01-31mesa: Remove unnecessary headers.Vinson Lee4-10/+0
2010-01-29Merge commit 'lb2/arb_fragment_coord_conventions'Keith Whitwell1-1/+2
2010-01-29mesa: do state validation in _mesa_valid_to_render()Brian Paul2-9/+4
2010-01-29mesa: don't expose GL_ARB_fragment_coord_conventions until the GLSL part is doneLuca Barbieri1-1/+2
2010-01-27mesa: fix double->float assignment warningsBrian Paul1-3/+3
2010-01-27mesa: fix int/uint comparison warningsBrian Paul2-7/+7
2010-01-27mesa: more info in glActiveTexture error msgBrian Paul1-1/+2
2010-01-26Merge branch 'mesa_7_7_branch'Brian Paul2-14/+19
2010-01-26mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit supportErik Wien1-8/+19
2010-01-26mesa: remove redundant _MaxElement computationBrian Paul1-6/+0
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-3/+3
2010-01-24mesa: move _mesa_debug() call earlier in _mesa_ScissorBrian Paul1-3/+3
2010-01-23Merge branch 'arb_half_float_vertex'Dave Airlie4-2228/+2255
2010-01-23mesa: add core support for ARB_half_float_vertex.Dave Airlie3-0/+24
2010-01-23glapi: add GL_HALF_FLOAT enum support.Dave Airlie1-2228/+2231
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul28-63/+3
2010-01-22glapi: clean-up and simplify glapi_nop.c codeBrian Paul1-8/+0
2010-01-21mesa: minor whitespace fixBrian Paul1-1/+1
2010-01-21mesa: support for GL_ARB_fragment_coord_conventionsLuca Barbieri2-0/+4
2010-01-20mesa: replace questionable CPU_TO_LE32 macro with functionBrian Paul1-6/+9
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu11-31/+83
2010-01-19mesa: added comment about future FBO formatsBrian Paul1-0/+3
2010-01-19Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith1-1/+2
2010-01-18mesa: Remove unnecessary header from attrib.c.Vinson Lee1-1/+0
2010-01-18mesa: Remove unnecessary header from blend.c.Vinson Lee1-1/+0
2010-01-18mesa: Remove unnecessary headers from buffers.c.Vinson Lee1-2/+0