| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab... | Bas Nieuwenhuizen | 2016-03-24 | 14 | -36/+43 |
* | i965/peephole_ffma: Don't fuse exact adds | Jason Ekstrand | 2016-03-23 | 1 | -1/+3 |
* | st/mesa: add missing MemoryBarrier bits and some explanations | Nicolai Hähnle | 2016-03-23 | 1 | -1/+24 |
* | i965/fs: Don't constant-fold RCP | Jason Ekstrand | 2016-03-22 | 1 | -15/+0 |
* | i965: Remove the RCP+RSQ algebraic optimizations | Jason Ekstrand | 2016-03-22 | 2 | -22/+0 |
* | i965: Have NIR lower flrp on pre-GEN6 vec4 backend | Ian Romanick | 2016-03-22 | 1 | -2/+26 |
* | swrast: fix discarded const warning in s_texture.c | Brian Paul | 2016-03-22 | 1 | -1/+1 |
* | i965: fix invalid memory write | Marc-André Lureau | 2016-03-21 | 1 | -1/+1 |
* | st/mesa: add support for internalformat query2. | Dave Airlie | 2016-03-22 | 2 | -10/+45 |
* | i965: Fix assert conditions for src/dst x/y offsets | Anuj Phogat | 2016-03-21 | 1 | -3/+3 |
* | swrast: Move assert for 'slice' in to check_map_teximage | Anuj Phogat | 2016-03-21 | 1 | -1/+1 |
* | i965/blorp: Make BlitFramebuffer() do sRGB encoding in ES 3.x. | Kenneth Graunke | 2016-03-21 | 1 | -1/+4 |
* | i965/blorp: Refactor sRGB encoding/decoding. | Kenneth Graunke | 2016-03-21 | 4 | -11/+23 |
* | meta: Make BlitFramebuffer() do sRGB encoding in ES 3.x. | Kenneth Graunke | 2016-03-21 | 3 | -9/+43 |
* | st/mesa: translate additional flags in MemoryBarrier | Nicolai Hähnle | 2016-03-21 | 1 | -3/+18 |
* | st/mesa: emit sampler view decls in drawpixels code | Brian Paul | 2016-03-21 | 2 | -1/+19 |
* | st/mesa: emit sampler view declaration in bitmap shader | Brian Paul | 2016-03-21 | 1 | -0/+4 |
* | st/mesa: emit sampler view declarations for ARB vert/frag programs | Brian Paul | 2016-03-21 | 1 | -0/+22 |
* | st/mesa: use correct TGSI texture target in drawpix fragment shader | Brian Paul | 2016-03-21 | 3 | -4/+11 |
* | st/mesa: use correct TGSI texture target in bitmap fragment shader | Brian Paul | 2016-03-21 | 3 | -3/+11 |
* | gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst() | Brian Paul | 2016-03-21 | 2 | -7/+7 |
* | st/mesa: use the texture view's format for render-to-texture | Nicolai Hähnle | 2016-03-21 | 1 | -7/+15 |
* | tgsi: Add support for global / private / input MEMORY | Hans de Goede | 2016-03-21 | 1 | -1/+1 |
* | st/mesa: report correct precision information for low/medium/high ints | Ilia Mirkin | 2016-03-20 | 1 | -0/+7 |
* | st/mesa: only minify depth for 3d targets | Ilia Mirkin | 2016-03-20 | 1 | -1/+4 |
* | st/mesa: set TGSI property NEXT_SHADER | Marek Olšák | 2016-03-19 | 1 | -0/+36 |
* | mesa: Disallow GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME on winsys FBO. | Kenneth Graunke | 2016-03-19 | 1 | -0/+17 |
* | mesa: Do proper format error checks for GenerateMipmap in ES 3.x. | Kenneth Graunke | 2016-03-18 | 1 | -0/+14 |
* | mesa: Add color renderable/texture filterable format info for ES 3.x. | Kenneth Graunke | 2016-03-18 | 2 | -0/+90 |
* | i965: Stop XY clipping point and line primitives. | Kenneth Graunke | 2016-03-18 | 1 | -1/+7 |
* | i965: Scissor to the viewport when rendering points/lines. | Kenneth Graunke | 2016-03-18 | 2 | -5/+8 |
* | i965: Include the viewport in the scissor rectangle. | Kenneth Graunke | 2016-03-18 | 1 | -4/+4 |
* | i965: Introduce an is_drawing_lines() helper. | Kenneth Graunke | 2016-03-18 | 1 | -0/+30 |
* | i965: Move is_drawing_points to brw_state.h. | Kenneth Graunke | 2016-03-18 | 2 | -24/+24 |
* | i965: Fix gl_TessLevelOuter[] for isolines. | Kenneth Graunke | 2016-03-18 | 2 | -6/+22 |
* | i965: Decode non-normalized coordinates bit in SAMPLER_STATE. | Kenneth Graunke | 2016-03-18 | 1 | -2/+3 |
* | i965: Account for TES in is_drawing_points(). | Kenneth Graunke | 2016-03-18 | 1 | -1/+8 |
* | st/mesa: clean up st_translate_texture_target() | Brian Paul | 2016-03-18 | 1 | -25/+44 |
* | st/mesa: simplify drawpixels shader code with tgsi transform helper functions | Brian Paul | 2016-03-18 | 1 | -64/+18 |
* | st/mesa: simplify bitmap shader code with tgsi transform helper functions | Brian Paul | 2016-03-18 | 1 | -37/+8 |
* | mesa: remove remaining tabs in prog_parameter.c | Timothy Arceri | 2016-03-18 | 1 | -8/+8 |
* | mesa: inline _mesa_add_unnamed_constant() | Timothy Arceri | 2016-03-18 | 2 | -24/+6 |
* | mesa: simplify and inline _mesa_lookup_parameter_index() | Timothy Arceri | 2016-03-18 | 3 | -41/+18 |
* | mesa: make _mesa_lookup_parameter_constant static | Timothy Arceri | 2016-03-18 | 2 | -100/+94 |
* | mesa: remove unused function | Timothy Arceri | 2016-03-18 | 1 | -6/+0 |
* | st/mesa: honour sized internal formats in st_choose_format (v2) | Nicolai Hähnle | 2016-03-17 | 1 | -21/+6 |
* | nir: add a bit_size parameter to nir_ssa_dest_init | Connor Abbott | 2016-03-17 | 2 | -7/+10 |
* | nir: rename nir_const_value fields to include bitsize information | Iago Toral Quiroga | 2016-03-17 | 6 | -63/+63 |
* | nir: update opcode definitions for different bit sizes | Connor Abbott | 2016-03-17 | 1 | -0/+18 |
* | i965/nir: fix check to resolve booleans to work with sized nir_alu_type | Samuel Iglesias Gonsálvez | 2016-03-17 | 1 | -1/+1 |