summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: use gl_buffer_index in a few placesBrian Paul2016-02-243-5/+6
* st/mesa: remove useless break statementBrian Paul2016-02-241-1/+0
* st/mesa: rename st_readpixels to st_ReadPixelsBrian Paul2016-02-241-2/+2
* st/mesa: fix frontbuffer glReadPixels regressionsBrian Paul2016-02-241-2/+11
* mesa: use sizeof on the correct typeThomas Hindoe Paaboel Andersen2016-02-231-1/+1
* i965/fs: Return result of image atomic in a register of the expected type.Francisco Jerez2016-02-221-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
* st/mesa: force depth mode to GL_RED for sized depth/stencil formatsIlia Mirkin2016-02-191-9/+25
* meta/copy_image: use precomputed dst_internal_format to avoid segfaultIlia Mirkin2016-02-191-1/+1
* mesa: add GL_OES_texture_stencil8 supportIlia Mirkin2016-02-193-0/+11
* st/mesa: fix pbo uploadsIlia Mirkin2016-02-191-10/+18
* 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
* st/mesa: implement a simple cache for glDrawPixelsBrian Paul2016-02-193-0/+97
* st/mesa: disable depth/stencil/alpha tests in PBO uploadNicolai Hähnle2016-02-181-0/+8
* mesa: fix new gcc6 warningsRob Clark2016-02-181-3/+0
* i965: fix new gcc6 warningsRob Clark2016-02-181-1/+1
* Android: fix build break in libmesa_programRob Herring2016-02-181-1/+1
* mesa: gl_NumSamples should always be at least oneIlia Mirkin2016-02-181-1/+1
* compiler/glsl: Fix uniform location counting.Plamena Manolova2016-02-181-0/+8
* st/mesa: new st_DrawAtlasBitmaps() function for drawing bitmap textBrian Paul2016-02-172-3/+141
* mesa: implement a display list / glBitmap texture atlasBrian Paul2016-02-175-0/+448
* st/mesa: apply DepthMode swizzle to stencil texturing as wellIlia Mirkin2016-02-171-2/+0
* mesa: allow multisampled format info to be returned on GLES 3.1Ilia Mirkin2016-02-171-1/+4
* i965: Extract push constant state to a new fileBen Widawsky2016-02-174-164/+191
* i965: Make emit_minmax return an instruction*.Matt Turner2016-02-173-10/+10
* i965: Lower min/max after optimization on Gen4/5.Matt Turner2016-02-178-44/+88
* i965/vec4: Initialize force_writemask_all in vec4_builder().Matt Turner2016-02-171-1/+2
* st/mesa: fix up result_src.type when doing i2u/u2i conversionsIlia Mirkin2016-02-171-0/+1
* st/mesa: use cso_set_viewport_dims() in try_pbo_upload_common()Brian Paul2016-02-171-12/+1
* i965/gen7: Use predicated rendering for indirect computeJordan Justen2016-02-172-14/+83
* st/mesa: add missing ETC2 entries to format_mapRob Clark2016-02-161-0/+42
* st/mesa: do not init limits when compute shaders are not supportedSamuel Pitoiset2016-02-161-0/+8
* mesa: Don't call driver when there is no compute workJordan Justen2016-02-161-0/+3
* i965: Set compute shader shared memory max to 64kJordan Justen2016-02-161-1/+1
* st/mesa: use new CSO_BITS_ALL_SHADERSBrian Paul2016-02-164-24/+9
* st/mesa: simplify st->ctx, ctx->st usage in a various placesBrian Paul2016-02-166-18/+17
* st/mesa: use _mesa_geometric_width/height() in glDrawPixels codeBrian Paul2016-02-161-10/+9
* st/mesa: rename attr variable in st_DrawTex()Brian Paul2016-02-161-10/+10
* st/mesa: use 'cso' instead of 'st->cso_context' in st_DrawTex()Brian Paul2016-02-161-1/+1
* st/mesa: fix whitespace and add comment in st_DrawTex()Brian Paul2016-02-161-3/+3
* st/mesa: used _mesa_num_tex_faces() in st_finalize_texture()Brian Paul2016-02-161-1/+1
* st/mesa: use cso_save/restore_state() in st_cb_texture.cBrian Paul2016-02-161-33/+22
* st/mesa: use new cso_save/restore_state() functionsBrian Paul2016-02-164-101/+55
* st/mesa: use new cso_set_viewport_dims() helperBrian Paul2016-02-163-36/+7
* st/mesa: use 'cso' local var instead of st->cso_contextBrian Paul2016-02-163-90/+89
* st/mesa: consolidate quad drawing codeBrian Paul2016-02-165-238/+136