summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/hsw: Initialize SLM index in state registerJordan Justen2016-03-082-0/+23
* i965/compute: Skip SIMD8 generation if it can't be usedJordan Justen2016-03-081-8/+12
* i965/fs: Allow spilling for SIMD16 compute shadersJordan Justen2016-03-083-1/+14
* i965/fs/nir: "surface_access::" prefix not neededAlejandro Piñeiro2016-03-081-14/+10
* i965/vec4/nir: no need to use surface_access:: to call emit_untyped_atomicAlejandro Piñeiro2016-03-081-6/+5
* i965/vec4/nir: remove emit_untyped_surface_read and emit_untyped_atomic at br...Alejandro Piñeiro2016-03-083-75/+23
* i965/vec4: pass the correct src_sz to emit_send at emit_untyped_atomicAlejandro Piñeiro2016-03-081-1/+1
* i965/vec4: Propagate swizzles correctly during copy propagation.Francisco Jerez2016-03-061-66/+59
* i965: Don't try copy propagation if constant propagation succeeded.Francisco Jerez2016-03-062-4/+2
* i965/vec4: Use swizzle() to swizzle immediates during constant propagation.Francisco Jerez2016-03-061-18/+1
* i965: Add support for swizzling arbitrary immediates to (brw_)swizzle().Francisco Jerez2016-03-063-3/+54
* i965: Pass symbolic swizzle to brw_swizzle() as a single argument.Francisco Jerez2016-03-064-20/+16
* i965: Only magnify depth for 3D textures, not array textures.Kenneth Graunke2016-03-041-1/+1
* i965/vec4: add opportunistic behaviour to opt_vector_float()Juan A. Suarez Romero2016-03-042-21/+43
* i965/fs: Optimize float conversions of byte/word extract.Matt Turner2016-03-042-0/+48
* i965: Set MaxFramebufferWidth/Height to 16384, not viewport.Kenneth Graunke2016-03-031-2/+2
* i965: Enable the ARB_internalformat_query2 extensionAntia Puentes2016-03-031-0/+1
* i965/formatquery: Add support for INTERNALFORMAT_PREFERRED queryEduardo Lima Mitev2016-03-031-0/+73
* mesa: Completely remove QuerySamplesForFormat from driver func tableEduardo Lima Mitev2016-03-031-1/+0
* i965/formatquery: Respond queries SAMPLES and NUM_SAMPLE_COUNTSEduardo Lima Mitev2016-03-033-4/+15
* i965: Move brw_query_samples_for_format() to brw_queryformat.cEduardo Lima Mitev2016-03-033-38/+41
* i965: Add boilerplate function for QueryInternalFormat driver hookEduardo Lima Mitev2016-03-034-0/+52
* mesa: Add a default QueryInternalFormat() function for driversEduardo Lima Mitev2016-03-031-0/+1
* meta: Remove the 'allocate_storage' parameter in _mesa_meta_pbo_GetTexSubImage()Anuj Phogat2016-03-024-7/+3
* meta: Fix the pbo usage in meta for GLES{1,2} contextsAnuj Phogat2016-03-021-8/+13
* i965/gen6/gs: Replace V-immediate with VF-immediate.Matt Turner2016-03-021-5/+5
* i965: set ctx->Const.MaxViewport{Width,Height} to 32kSamuel Iglesias Gonsálvez2016-03-021-0/+5
* program: Remove OPCODE_KIL_NV.Matt Turner2016-03-011-20/+0
* mesa: Remove EmitCondCodes.Matt Turner2016-03-012-2/+0
* i965/meta: Don't pollute the framebuffer namespaceIan Romanick2016-03-013-27/+33
* i965/meta: Use _mesa_bind_framebuffers instead of _mesa_BindFramebufferIan Romanick2016-03-013-8/+25
* meta: Don't pollute the framebuffer namespaceIan Romanick2016-03-014-54/+51
* meta/decompress: Track framebuffer using gl_framebuffer instead of GL API obj...Ian Romanick2016-03-012-7/+12
* meta/generate_mipmap: Track framebuffer using gl_framebuffer instead of GL AP...Ian Romanick2016-03-012-24/+16
* meta: Use _mesa_bind_framebuffers instead of _mesa_BindFramebufferIan Romanick2016-03-013-8/+40
* meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffersIan Romanick2016-03-014-7/+7
* i965/meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffersIan Romanick2016-03-013-4/+4
* meta: Save and restore the framebuffer using gl_framebuffer instead of GL API...Ian Romanick2016-03-012-8/+8
* meta: Use _mesa_check_framebuffer_status instead of _mesa_CheckFramebufferStatusIan Romanick2016-03-014-12/+12
* meta: Obvious refactor of _mesa_meta_framebuffer_texture_imageIan Romanick2016-03-011-21/+5
* meta: Convert _mesa_meta_bind_fbo_image to take a gl_framebuffer instead of a...Ian Romanick2016-03-015-49/+61
* i965: Push most TES inputs in vec4 mode.Kenneth Graunke2016-02-292-34/+54
* Android: clean-up and fix DRI module path handlingRob Herring2016-02-293-5/+2
* Android: remove dependence on .SECONDEXPANSIONRob Herring2016-02-291-9/+13
* Android: fix build break from nir/glsl move to compiler/Rob Herring2016-02-293-2/+6
* i965/cfg: Fix comment list punctuationIan Romanick2016-02-261-1/+1
* i965/cfg: Split out dead control flow paths to simplify both pathsIan Romanick2016-02-261-55/+38
* i965/cfg: Don't handle fully empty if/else/endifIan Romanick2016-02-261-10/+4
* i965/cfg: Eliminate an empty then-branch of an if/else/endifIan Romanick2016-02-261-0/+14
* i965/cfg: Track prev_block and prev_inst explicitly in the whole functionIan Romanick2016-02-261-5/+7