aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
* mesa/formatquery: Added INTERNALFORMAT_PREFERRED pnameEduardo Lima Mitev2016-03-031-1/+14
* mesa/formatquery: Added the INTERNALFORMAT_SUPPORTED <pname> queryAntia Puentes2016-03-031-1/+10
* mesa/formatquery: Added a func to check <internalformat> supportedAntia Puentes2016-03-031-0/+38
* mesa/formatquery: Added func to check if the 'resource' is supportedAntia Puentes2016-03-031-1/+90
* mesa/main: not fill mesa_error on _mesa_legal_texture_base_format_for_targetAlejandro Piñeiro2016-03-033-20/+10
* mesa/teximage: Make _mesa_format_no_online_compression publicAntia Puentes2016-03-032-1/+4
* mesa/teximage: make public is_renderable_texture_formatAntia Puentes2016-03-032-3/+6
* mesa/main: Added empty skeleton of glGetInternalformati64vAntia Puentes2016-03-032-0/+20
* mesa: Add dispatch and extension XML for GL_ARB_internalformat_query2Alejandro Piñeiro2016-03-031-0/+4
* mesa/formatquery: Added boilerplate code to extend GetInternalformativAntia Puentes2016-03-031-99/+349
* mesa/formatquery: Added a func to check if the <target> is supportedAntia Puentes2016-03-031-0/+70
* mesa/formatquery: Added function to set 'unsupported' responsesAntia Puentes2016-03-031-0/+106
* mesa/formatquery: Added function to validate parametersAntia Puentes2016-03-031-0/+227
* mesa/main: Add extension tracking bit for ARB_internalformat_query2Antia Puentes2016-03-032-0/+2
* mesa: Completely remove QuerySamplesForFormat from driver func tableEduardo Lima Mitev2016-03-032-32/+0
* mesa/formatquery: Use new driver hook QueryInternalFormatEduardo Lima Mitev2016-03-031-28/+14
* mesa/formatquery: Remove tracking of number of elements in the responseEduardo Lima Mitev2016-03-031-6/+5
* mesa/multisample: Check sample count using the new driver hookEduardo Lima Mitev2016-03-031-4/+9
* mesa: Add a default QueryInternalFormat() function for driversEduardo Lima Mitev2016-03-032-0/+21
* mesa: Add QueryInternalFormat to device driver virtual tableEduardo Lima Mitev2016-03-031-0/+20
* mesa: Update commentAnuj Phogat2016-03-021-1/+1
* mesa: Fix function descriptionAnuj Phogat2016-03-021-1/+1
* main: remove MAX_VIEWPORT_WIDTH and MAX_VIEWPORT_HEIGHT constantsSamuel Iglesias Gonsálvez2016-03-022-7/+2
* main: call invalidate_framebuffer_storage() with driver's viewport limitsSamuel Iglesias Gonsálvez2016-03-021-2/+4
* mesa: Remove NV_fragment_program remnants from dlist.c.Matt Turner2016-03-011-14/+7
* mesa: Remove NV_fragment_program_option enable bit.Matt Turner2016-03-012-2/+0
* program: Remove NV_fragment_program Abs support.Matt Turner2016-03-011-1/+0
* program: Remove condition-code and precision support.Matt Turner2016-03-011-2/+0
* mesa: Remove EmitCondCodes.Matt Turner2016-03-011-1/+0
* glsl: Initialize gl_shader_program::EmptyUniformLocations.Matt Turner2016-03-011-0/+2
* mesa: Refactor bind_framebuffer to make _mesa_bind_framebuffersIan Romanick2016-03-012-12/+26
* mesa/fbobject: propogate Layered when reusing attachments.Dave Airlie2016-03-011-0/+1
* mesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 supportIlia Mirkin2016-02-271-0/+2
* mesa: expose GL_EXT_texture_sRGB_decode on GLES 3.0+Ilia Mirkin2016-02-262-3/+2
* mesa: replace for loop with bitshifting in supported_buffer_bitmask()Brian Paul2016-02-241-4/+1
* mesa: updates some comments in buffers.cBrian Paul2016-02-241-3/+6
* mesa: make _mesa_draw_buffers() staticBrian Paul2016-02-242-11/+7
* mesa: make _mesa_draw_buffer() staticBrian Paul2016-02-242-9/+6
* mesa: make _mesa_read_buffer() staticBrian Paul2016-02-242-10/+7
* mesa: move declaration of buffer var in handle_first_current()Brian Paul2016-02-241-2/+4
* mesa: use gl_buffer_index in a few placesBrian Paul2016-02-243-5/+6
* mesa: use sizeof on the correct typeThomas Hindoe Paaboel Andersen2016-02-231-1/+1
* mesa: Add extension table entry for OES_shader_image_atomic.Francisco Jerez2016-02-221-0/+1
* mesa: add GL_EXT_texture_border_clamp supportIlia Mirkin2016-02-221-0/+1
* mesa: add GL_OES_texture_border_clamp supportIlia Mirkin2016-02-224-6/+22
* mesa: add GL_OES_texture_stencil8 supportIlia Mirkin2016-02-193-0/+11
* mesa: check fbo completeness based on internal format, not driver formatIlia Mirkin2016-02-191-3/+2
* mesa: small optimization of _mesa_expand_bitmap()Brian Paul2016-02-191-7/+4
* mesa: add special case ubyte[4] / BGRA conversion functionBrian Paul2016-02-191-5/+69
* mesa: fix new gcc6 warningsRob Clark2016-02-181-3/+0