summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix ir_variable declarationBrian Paul2012-01-121-1/+1
* mesa: fix incorrect float vs. int values in a few placesBrian Paul2012-01-121-3/+3
* mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functionsBrian Paul2012-01-127-48/+52
* mesa: whitespace, 80-column wrapping in buffers.cBrian Paul2012-01-121-2/+6
* mesa: remove obsolete comment on _mesa_dest_buffer_exists()Brian Paul2012-01-121-1/+0
* mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitionsBrian Paul2012-01-121-0/+4
* mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul2012-01-128-28/+21
* vbo: introduce vbo_get_minmax_indices functionYuanhan Liu2012-01-121-1/+1
* mesa: remove const qualifier from fProg to silence warningBrian Paul2012-01-111-1/+1
* mesa: include uniforms.h to silence warning, remove unused varBrian Paul2012-01-111-2/+1
* mesa: Remove unused opengl version macroJakob Bornecrantz2012-01-111-11/+0
* linker: Calculate used samplers and shadow samplers in the linkerIan Romanick2012-01-112-11/+16
* linker: Calculate the sampler to texture target mapping during linkingIan Romanick2012-01-115-8/+8
* mesa: Validate sampler settings using uniform storageIan Romanick2012-01-113-62/+48
* mesa: Track fixed-function fragment shader as a shaderIan Romanick2012-01-113-0/+41
* mesa: Use static buffer for uniform nameIan Romanick2012-01-111-1/+6
* mesa: Use uniform interfaces in fixed-function fragment shader codeIan Romanick2012-01-111-5/+24
* mesa: add _mesa_HashNumEntries() functionBrian Paul2012-01-112-0/+23
* mesa: Fix transform feedback of unsubscripted gl_ClipDistance array.Paul Berry2012-01-111-0/+2
* mesa/clear: fix crashes with illegal clear tests.Dave Airlie2012-01-111-4/+11
* mesa: fix cubemap depth completeness testDave Airlie2012-01-111-3/+5
* mesa: fix > vs. >> typo in EXPAND_3_8() macroBrian Paul2012-01-101-1/+1
* mesa: use STATIC_ASSERT in a few more placesBrian Paul2012-01-104-4/+4
* mesa: move _mesa_clear_accum_buffer() inside FEATURE_accum testBrian Paul2012-01-101-13/+11
* mesa: add missing color buffer datatype check for glBlitFramebuffer()Brian Paul2012-01-101-0/+44
* mesa: Bump version to 8.0 (devel)Kenneth Graunke2012-01-091-3/+3
* mesa: fix error message in _mesa_BlitFramebufferEXT()Brian Paul2012-01-091-1/+1
* mesa: check depth, stencil formats (not depths) in glBlitFramebufferBrian Paul2012-01-091-6/+4
* mesa: add missing error check for linear blit of integer colorsBrian Paul2012-01-091-0/+13
* mesa: add _mesa_unpack_ubyte_rgba_row() functionBrian Paul2012-01-092-0/+502
* mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row()Brian Paul2012-01-093-5/+5
* mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul2012-01-072-31/+57
* mesa: remove unused _mesa_unpack_uint_rgba_row() prototypeBrian Paul2012-01-071-5/+0
* mesa: add some 'f' suffixes to silence MSVC warningsBrian Paul2012-01-071-4/+4
* mesa: add/update comments in _mesa_copy_buffer_subdata()Brian Paul2012-01-071-1/+4
* mesa: remove gl_framebuffer:_DepthBuffer, _StencilBuffer fieldsBrian Paul2012-01-062-12/+0
* mesa: Fix packing of stencil bits to MESA_FORMAT_Z32_FLOAT_X24S8.Eric Anholt2012-01-061-1/+1
* mesa: Remove 'texelBytes' declarations that are only used in assertions.Vinson Lee2012-01-051-68/+34
* mesa: Avoid segfault when getting an unbound transform feedback buffer name.Paul Berry2012-01-051-1/+1
* mesa: Add gl_transform_feedback_info::ComponentOffset.Paul Berry2012-01-051-0/+7
* mesa: Remove the dead Varyings list in the program.Eric Anholt2012-01-052-6/+0
* mesa: Fix glGetTransformFeedbackVarying().Eric Anholt2012-01-052-27/+31
* mesa: only map src/dest regions in _mesa_copy_buffer_subdata()Brian Paul2012-01-051-6/+7
* mesa: print more info in buffer_object_subdata_range_good() error messageBrian Paul2012-01-051-1/+4
* mesa: Add missing GL_RG_INTEGER casesIan Romanick2012-01-041-0/+39
* mesa: Additional error checks for transform feedback.Paul Berry2012-01-041-0/+20
* mesa: Check that all buffers are bound in BeginTransformFeedback.Paul Berry2012-01-042-0/+17
* mesa: Fix typos in transform feedback error messages.Paul Berry2012-01-042-2/+2
* mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul2012-01-045-13/+12
* ff_fragment_shader: Don't generate swizzles for scalar combiner inputsIan Romanick2012-01-031-6/+10