summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* compiler/glsl: Fix uniform location counting.Plamena Manolova2016-02-181-0/+8
* mesa: implement a display list / glBitmap texture atlasBrian Paul2016-02-175-0/+448
* mesa: allow multisampled format info to be returned on GLES 3.1Ilia Mirkin2016-02-171-1/+4
* mesa: Don't call driver when there is no compute workJordan Justen2016-02-161-0/+3
* st/mesa: convert GLSL image intrinsics into TGSIIlia Mirkin2016-02-151-0/+1
* mesa: need to check resource and set length even if bufSize is 0Ilia Mirkin2016-02-151-4/+0
* mesa: move assertion in _mesa_cube_face_target()Brian Paul2016-02-141-3/+5
* mesa: default FixedSampleLocations to true when using a dummy imageIlia Mirkin2016-02-131-0/+1
* mesa: add PROGRAM_MEMORYSamuel Pitoiset2016-02-131-0/+1
* mesa: store shared size in gl_compute_programSamuel Pitoiset2016-02-132-0/+6
* mesa: do not use a constant for MAX_COMPUTE_SHARED_SIZESamuel Pitoiset2016-02-133-6/+2
* mesa: make compute maximums reflect driver-provided valuesIlia Mirkin2016-02-132-12/+6
* mesa: avoid segfault in GetProgramPipelineInfoLog when no lengthIlia Mirkin2016-02-121-4/+1
* mesa: reset offset/size to 0 when removing atomic bindingIlia Mirkin2016-02-121-2/+2
* mesa: recognize enums GL_COLOR_ATTACHMENT8-31 as validIlia Mirkin2016-02-121-0/+6
* mesa/clear: update ClearBufferfv error handling for GL 4.5 specIlia Mirkin2016-02-121-18/+5
* mesa/clear: update ClearBufferuiv error handling for GL 4.5 specIlia Mirkin2016-02-121-24/+5