summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-2360-330/+319
* mesa: Remove CHECK macro.Matt Turner2015-02-231-6/+0
* mesa: Remove dead CAPI define.Matt Turner2015-02-231-5/+0
* mesa: Adds missing error condition in _mesa_check_sample_count()Eduardo Lima Mitev2015-02-231-3/+4
* mesa: don't enable NV_fragment_program_option with swrastRoland Scheidegger2015-02-211-1/+0
* mesa: Have configure define NDEBUG, not mtypes.h.Matt Turner2015-02-201-3/+0
* util: Move Mesa's bitset.h to util/.Eric Anholt2015-02-203-101/+2
* mesa: Make bitset.h not rely on Mesa-specific types and functions.Eric Anholt2015-02-201-4/+3
* mesa: Use u_math.h from macros.hEric Anholt2015-02-201-17/+1
* mesa: Check that draw buffers are valid for glDrawBuffers on GLES3Eduardo Lima Mitev2015-02-201-0/+14
* mesa: Adds check for integer internal format and num samples in glRenderbuffe...Eduardo Lima Mitev2015-02-191-0/+10
* mesa: Returns correct error values from gl(Get)SamplerParameter*() on GL-ES 3.0+Eduardo Lima Mitev2015-02-191-12/+60
* mesa: add double uniform support. (v5)Dave Airlie2015-02-193-30/+204
* mesa: add ARB_gpu_shader_fp64 extension info (v2)Dave Airlie2015-02-192-0/+2
* glapi: add ARB_gpu_shader_fp64 (v2)Dave Airlie2015-02-193-35/+319
* nir: Add a nir_shader_compiler_options struct pointed to by the shaders.Eric Anholt2015-02-181-0/+2
* mesa: Add support for the ARB_pipeline_statistics_query extensionBen Widawsky2015-02-174-0/+108
* mesa: Add _mesa_has_compute_shadersJordan Justen2015-02-171-0/+11
* mesa: Add ARB_tessellation_shader to extension table.Fabian Bieler2015-02-172-0/+2
* Make _mesa_swizzle_and_convert argument types in .c match those in .hAlan Coopersmith2015-02-171-2/+2
* main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly.Laura Ekstrand2015-02-171-2/+2
* mesa/main: Silence unused parameter warningIan Romanick2015-02-173-12/+0
* mesa: implement GL_AMD_pinned_memoryMarek Olšák2015-02-173-2/+39
* mesa: fix AtomicBuffer typo in _mesa_DeleteBuffersMarek Olšák2015-02-171-1/+1
* mesa: move assertion after declarations in texstore.cBrian Paul2015-02-161-1/+1
* mesa: silence uninitialized var warning in get_tex_rgba_uncompressed()Brian Paul2015-02-161-2/+1
* mesa: Fix element count for byte-swaps in texstore, readpix and texgetimageIago Toral Quiroga2015-02-163-15/+25
* mesa: Handle transferOps in texstore_rgbaIago Toral Quiroga2015-02-161-5/+52
* mesa: fix OES_texture_float texture render target behaviorTapani Pälli2015-02-131-0/+12
* mesa: Bump MAX_IMAGE_UNIFORMS to 32.Francisco Jerez2015-02-101-1/+1
* mesa: Rename the CEILING() macro to DIV_ROUND_UP().Francisco Jerez2015-02-103-3/+3
* mesa: Make renderbuffer FBO attachments not layeredJames Legg2015-02-081-0/+1
* mesa: Fix _mesa_format_convert fallback path when src is not an array formatIago Toral Quiroga2015-02-041-2/+2
* mesa: Returns a GL_INVALID_VALUE error on several APIs when buffer size is ne...Eduardo Lima Mitev2015-02-033-12/+36
* mesa: fix error value in GetFramebufferAttachmentParameteriv for OpenGL ES 3.0Samuel Iglesias Gonsalvez2015-02-031-1/+1
* mesa: Allow querying for GL_PRIMITIVE_RESTART_FIXED_INDEX under GLES 3Eduardo Lima Mitev2015-02-031-0/+1
* mesa: add support for GL_EXT_polygon_offset_clampIlia Mirkin2015-02-029-13/+70
* glapi: add GL_EXT_polygon_offset_clampIlia Mirkin2015-02-023-1/+13
* DD: Refactor BlitFramebuffer.Laura Ekstrand2015-02-024-7/+14
* main: Add STENCIL_INDEX formats to base_tex_formatJason Ekstrand2015-01-301-0/+10
* teximage: Don't indent switch casesJason Ekstrand2015-01-301-146/+146
* mesa: remove some dead display list codeBrian Paul2015-01-301-80/+11
* mesa: remove stale comment in dlist.c codeBrian Paul2015-01-301-1/+1
* mesa: s/union gl_dlist_node/Node/ in dlist.c codeBrian Paul2015-01-301-3/+3
* mesa: fix display list 8-byte alignment issueBrian Paul2015-01-302-6/+70
* Mesa: Add support for HALF_FLOAT_OES type.Kalyan Kondapally2015-01-294-6/+52
* Mesa: Add support for GL_OES_texture_*float* extensions.Kalyan Kondapally2015-01-294-0/+132
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-285-214/+4
* Revert "util: Move the alternate fpclassify implementation to util"Jason Ekstrand2015-01-281-1/+50
* util: Move the alternate fpclassify implementation to utilJason Ekstrand2015-01-281-50/+1