aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/peephole_ffma: Only match a mul+add if none of the ops are exactJason Ekstrand2016-03-281-0/+11
* i965: Allow mul+add fusing againJason Ekstrand2016-03-251-1/+1
* i965/vec4: Get rid of a stray predicate inverse in opquantizef16Jason Ekstrand2016-03-251-1/+0
* Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-03-2464-570/+886
|\
| * mesa: Handle negative length in glPushDebugGroup().Kenneth Graunke2016-03-241-0/+3
| * mesa: Make glDebugMessageInsert deal with negative length for all types.Kenneth Graunke2016-03-241-3/+4
| * mesa: Include null terminator in GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH.Kenneth Graunke2016-03-241-1/+1
| * st/mesa: use RGBA instead of BGRA for SRGB_ALPHANicolai Hähnle2016-03-241-1/+1
| * mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...Bas Nieuwenhuizen2016-03-2414-36/+43
| * i965/peephole_ffma: Don't fuse exact addsJason Ekstrand2016-03-231-1/+3
| * st/mesa: add missing MemoryBarrier bits and some explanationsNicolai Hähnle2016-03-231-1/+24
| * i965/fs: Don't constant-fold RCPJason Ekstrand2016-03-221-15/+0
| * i965: Remove the RCP+RSQ algebraic optimizationsJason Ekstrand2016-03-222-22/+0
| * i965: Have NIR lower flrp on pre-GEN6 vec4 backendIan Romanick2016-03-221-2/+26
| * swrast: fix discarded const warning in s_texture.cBrian Paul2016-03-221-1/+1
| * i965: fix invalid memory writeMarc-André Lureau2016-03-211-1/+1
| * st/mesa: add support for internalformat query2.Dave Airlie2016-03-222-10/+45
| * i965: Fix assert conditions for src/dst x/y offsetsAnuj Phogat2016-03-211-3/+3
| * swrast: Move assert for 'slice' in to check_map_teximageAnuj Phogat2016-03-211-1/+1
| * i965/blorp: Make BlitFramebuffer() do sRGB encoding in ES 3.x.Kenneth Graunke2016-03-211-1/+4
| * i965/blorp: Refactor sRGB encoding/decoding.Kenneth Graunke2016-03-214-11/+23
| * meta: Make BlitFramebuffer() do sRGB encoding in ES 3.x.Kenneth Graunke2016-03-213-9/+43
| * st/mesa: translate additional flags in MemoryBarrierNicolai Hähnle2016-03-211-3/+18
| * st/mesa: emit sampler view decls in drawpixels codeBrian Paul2016-03-212-1/+19
| * st/mesa: emit sampler view declaration in bitmap shaderBrian Paul2016-03-211-0/+4
| * st/mesa: emit sampler view declarations for ARB vert/frag programsBrian Paul2016-03-211-0/+22
| * st/mesa: use correct TGSI texture target in drawpix fragment shaderBrian Paul2016-03-213-4/+11
| * st/mesa: use correct TGSI texture target in bitmap fragment shaderBrian Paul2016-03-213-3/+11
| * gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()Brian Paul2016-03-212-7/+7
| * st/mesa: use the texture view's format for render-to-textureNicolai Hähnle2016-03-211-7/+15
| * tgsi: Add support for global / private / input MEMORYHans de Goede2016-03-211-1/+1
| * st/mesa: report correct precision information for low/medium/high intsIlia Mirkin2016-03-201-0/+7
| * st/mesa: only minify depth for 3d targetsIlia Mirkin2016-03-201-1/+4
| * st/mesa: set TGSI property NEXT_SHADERMarek Olšák2016-03-191-0/+36
| * mesa: Disallow GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME on winsys FBO.Kenneth Graunke2016-03-191-0/+17
| * mesa: Do proper format error checks for GenerateMipmap in ES 3.x.Kenneth Graunke2016-03-181-0/+14
| * mesa: Add color renderable/texture filterable format info for ES 3.x.Kenneth Graunke2016-03-182-0/+90
| * i965: Stop XY clipping point and line primitives.Kenneth Graunke2016-03-181-1/+7
| * i965: Scissor to the viewport when rendering points/lines.Kenneth Graunke2016-03-182-5/+8
| * i965: Include the viewport in the scissor rectangle.Kenneth Graunke2016-03-181-4/+4
| * i965: Introduce an is_drawing_lines() helper.Kenneth Graunke2016-03-181-0/+30
| * i965: Move is_drawing_points to brw_state.h.Kenneth Graunke2016-03-182-24/+24
| * i965: Fix gl_TessLevelOuter[] for isolines.Kenneth Graunke2016-03-182-6/+22
| * i965: Decode non-normalized coordinates bit in SAMPLER_STATE.Kenneth Graunke2016-03-181-2/+3
| * i965: Account for TES in is_drawing_points().Kenneth Graunke2016-03-181-1/+8
| * st/mesa: clean up st_translate_texture_target()Brian Paul2016-03-181-25/+44
| * st/mesa: simplify drawpixels shader code with tgsi transform helper functionsBrian Paul2016-03-181-64/+18
| * st/mesa: simplify bitmap shader code with tgsi transform helper functionsBrian Paul2016-03-181-37/+8
| * mesa: remove remaining tabs in prog_parameter.cTimothy Arceri2016-03-181-8/+8
| * mesa: inline _mesa_add_unnamed_constant()Timothy Arceri2016-03-182-24/+6