aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Avoid recalculating the normal VUE map for IO lowering.Kenneth Graunke2016-02-264-51/+30
* i965: Avoid recalculating the tessellation VUE map for IO lowering.Kenneth Graunke2016-02-264-26/+25
* i965: Eliminate brw_nir_lower_{inputs,outputs,io} functions.Kenneth Graunke2016-02-267-93/+33
* i965: Split brw_nir_lower_inputs/outputs into per-stage functions.Kenneth Graunke2016-02-261-130/+174
* i965: Remove catch-all nir_lower_io call with specific cases.Kenneth Graunke2016-02-261-1/+4
* i965: Move optimizations from brw_nir_lower_io to brw_postprocess_nir.Kenneth Graunke2016-02-261-1/+3
* i965: Always do NIR IO lowering at specialization time.Kenneth Graunke2016-02-262-8/+1
* i965: Make an is_scalar boolean in brw_compile_gs().Kenneth Graunke2016-02-261-4/+4
* i965/nir: Do lower_io late for fragment shadersJason Ekstrand2016-02-262-1/+3
* i965: Set dest type to UW for several send messagesJordan Justen2016-02-262-2/+5
* program: Remove extra reference_program()Miklós Máté2016-02-251-2/+0
* i965/fs: Allow saturate propagation to propagate negations into MADs.Matt Turner2016-02-251-0/+4
* i965/fs: Allow saturate propagation to propagate negations into ADDs.Matt Turner2016-02-252-4/+52
* i965/fs: Allow saturate propagation to propagate negations into MULs.Matt Turner2016-02-252-3/+137
* i965/fs: Don't CSE negated multiplies with saturation.Matt Turner2016-02-251-0/+2
* i965: Enable tiled mem_copy with sRGB-formatted resourcesNanley Chery2016-02-241-2/+6
* 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
* 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