summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa/uniform: fix strict aliasing issues with int64 code.Dave Airlie2017-02-081-12/+26
* Revert "i965: Disable guardband clipping in the smaller-than-viewport case."Kenneth Graunke2017-02-061-31/+0
* i965: Always scissor on Gen6-7.5 instead of disabling guardband.Kenneth Graunke2017-02-063-48/+5
* i965: Use a better guardband calculation.Jason Ekstrand2017-02-064-82/+126
* i965: Combine the Gen6 SF and Clip viewport atoms.Kenneth Graunke2017-02-063-57/+30
* dri/common: clear the loaderPrivate pointer in driDestroyDrawableNicolai Hähnle2017-02-061-0/+12
* main/fboject: default_framebuffer allowed for GetFramebufferParameterAlejandro Piñeiro2017-02-061-7/+37
* main/fbobject: implement new 4.5 pnames for GetFramebufferParameterAlejandro Piñeiro2017-02-061-0/+18
* main/framebuffer: refactor _mesa_get_color_read_format/typeAlejandro Piñeiro2017-02-064-22/+71
* mesa: whitespace fixes in context.cBrian Paul2017-02-031-31/+31
* mesa: Don't crash when destroying contexts created with no visual.Kenneth Graunke2017-02-031-1/+1
* st/mesa: MAX_VARYING is the max supported number of patch varyings, not minIlia Mirkin2017-02-021-1/+1
* vbo: process buffer binding state changes on draw when recordingIlia Mirkin2017-02-021-0/+7
* texgetimage: Add check for the effective target to GetTextureSubImageEduardo Lima Mitev2017-02-031-0/+6
* intel/isl: Rename supports_lossless_compression to supports_ccs_eJason Ekstrand2017-02-023-6/+3
* gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle2017-02-021-4/+1
* mesa: Enable EXT_compressed_ETC1_RGB8_sub_texturePlamena Manolova2017-02-022-1/+1
* st/mesa: inline get_mesa_program()Timothy Arceri2017-02-021-37/+23
* st/mesa: create set_prog_affected_state_flags() helperTimothy Arceri2017-02-021-106/+111
* st/mesa: st_atom_shader.c C99 tidy upTimothy Arceri2017-02-021-3/+1
* st/mesa: remove pre C99 statement block for variable declarationTimothy Arceri2017-02-021-60/+58
* i965: Prevent coverity warningRobert Foss2017-02-011-0/+1
* mesa: use same is_color_attachment trick to discern error casesIlia Mirkin2017-01-311-3/+11
* i965/fs: Fix nir_op_fsign of absolute value.Francisco Jerez2017-01-311-1/+8
* mesa/program: Translate csel operation from GLSL IR.Francisco Jerez2017-01-311-1/+8
* mesa: add new MESA_GLSL flag for printing shader cache debug infoTimothy Arceri2017-01-312-0/+3
* glsl: add cache to ctx and add sha1 string fieldsCarl Worth2017-01-312-0/+15
* glsl: add new uniform fields to be used to restore state from cacheCarl Worth2017-01-311-0/+4
* st/mesa: make st_texture_get_sampler_view() staticSamuel Pitoiset2017-01-302-5/+1
* i965: Support the force_glsl_version driconf option.Kenneth Graunke2017-01-292-0/+4
* i965: Fix check for negative pitch in can_do_fast_copy_blit().Kenneth Graunke2017-01-291-6/+4
* i965: add assert to while_jumps_before_offset()Timothy Arceri2017-01-301-0/+1
* i965: fix up asserts in brw_inst_set_jip()Timothy Arceri2017-01-301-2/+2
* i965: Unbind deleted shaders from brw_context, fixing malloc heisenbug.Kenneth Graunke2017-01-271-0/+43
* i965/sync: Implement fences based on Linux sync_fileChad Versace2017-01-271-3/+159
* i965/sync: Rename brw_fence_insert()Chad Versace2017-01-271-3/+3
* i965/sync: Fail sync creation when batchbuffer flush failsChad Versace2017-01-271-6/+28
* i965/sync: Add brw_fence::typeChad Versace2017-01-271-32/+71
* i965: Add intel_batchbuffer_flush_fence()Chad Versace2017-01-272-12/+26
* i965: Add intel_screen::has_fence_fdChad Versace2017-01-272-1/+4
* mesa: remove explicit __STDC_FORMAT_MACROS defineEmil Velikov2017-01-271-4/+0
* mesa: move variable declaration to where its usedEmil Velikov2017-01-271-2/+2
* st/mesa: use correct return statement for a void functionEmil Velikov2017-01-271-1/+2
* mesa: use correct return statement for a void functionEmil Velikov2017-01-271-3/+4
* i915, i965: automake: remove NA include directiveEmil Velikov2017-01-272-2/+0
* mesa/tests: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* dri/osmesa: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* dri/swrast: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* radeon, r200: automake: include builddir prior to srcdirEmil Velikov2017-01-272-2/+2
* i915: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1