aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/cfg: Add a foreach_block_and_inst macro.Matt Turner2014-07-211-0/+4
* i965: Add cfg to backend_visitor.Matt Turner2014-07-219-33/+48
* i965: Silence unused parameter warningIan Romanick2014-07-191-1/+1
* i965: Silence 'comparison is always true' warningIan Romanick2014-07-191-2/+0
* i965: Silence many unused parameter warningsIan Romanick2014-07-191-0/+10
* main/format_pack: Fix a wrong datatype in pack_ubyte_R8G8_UNORMJason Ekstrand2014-07-181-1/+1
* Add support for RGBA8 and RGBX8 textures in intel_texsubimage_tiled_memcpyJason Ekstrand2014-07-171-0/+11
* i965: Improve debug output in intelTexImage and intelTexSubimageJason Ekstrand2014-07-172-1/+9
* st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0Marek Olšák2014-07-183-3/+25
* glsl: add a mechanism to allow #extension directives in the middle of shadersMarek Olšák2014-07-181-0/+5
* i965: Fix z_offset computation in intel_miptree_unmap_depthstencil()Anuj Phogat2014-07-171-2/+2
* Revert "i965: Extend compute-to-mrf pass to understand blocks of MOVs"Anuj Phogat2014-07-171-53/+10
* i915: Fix up intelInitScreen2 for DRI3Adel Gadllah2014-07-171-1/+2
* mesa: Fix regression introduced by commit "mesa: fix packing of float texels ...Pavel Popov2014-07-181-8/+8
* Revert "i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams."Kenneth Graunke2014-07-162-26/+7
* i965: Don't copy propagate abs into Broadwell logic instructions.Kenneth Graunke2014-07-152-12/+6
* i965/fs: Use WE_all for gl_SampleID header register munging.Kenneth Graunke2014-07-151-5/+9
* i965/fs: Set force_uncompressed and force_sechalf on samplepos setup.Kenneth Graunke2014-07-151-6/+8
* i965: Set execution size to 8 for instructions with force_sechalf set.Kenneth Graunke2014-07-151-1/+1
* exec_list: Make various places use the new length() method.Connor Abbott2014-07-153-11/+3
* mesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_* queries outside compat p...Ian Romanick2014-07-151-2/+7
* mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profileIan Romanick2014-07-151-0/+2
* mesa: Handle uninitialized textures like other textures in get_tex_level_para...Ian Romanick2014-07-151-5/+6
* i965/fs: Relax interference check in register coalescing.Matt Turner2014-07-151-11/+12
* i965/fs: Perform CSE on sends-from-GRF rather than textures.Matt Turner2014-07-151-1/+1
* i965: Initialize new chunks of realloc'd memory.Matt Turner2014-07-151-0/+4
* i965/vec4: Invalidate live intervals in opt_cse, not _local.Matt Turner2014-07-141-3/+3
* i965/vec4: Move aeb list into opt_cse_local.Matt Turner2014-07-142-7/+7
* i965/fs: Invalidate live intervals in opt_cse, not _local.Matt Turner2014-07-141-3/+3
* i965/fs: Move aeb list into opt_cse_local.Matt Turner2014-07-142-7/+7
* Avoid mesa_dri_drivers import lib being installedJon TURNEY2014-07-131-2/+1
* i965/vec4: Silence warnings about unhandled interpolation opsChris Forbes2014-07-131-0/+3
* i965/fs: add support for ir_*_interpolate_at_* expressionsChris Forbes2014-07-132-2/+150
* i965/fs: Skip channel expressions splitting for interpolationChris Forbes2014-07-131-0/+25
* i965/fs: add generator support for pixel interpolator queryChris Forbes2014-07-134-0/+59
* i965: add low-level support for send to pixel interpolatorChris Forbes2014-07-132-0/+38
* i965/disasm: add support for pixel interpolator messagesChris Forbes2014-07-131-0/+17
* i965: Add message descriptor bit definitions for pixel interpolatorChris Forbes2014-07-132-0/+16
* i965/disasm: Disassemble indirect sends more properlyChris Forbes2014-07-121-162/+174
* i965: Avoid crashing while dumping vec4 insn operandsChris Forbes2014-07-121-1/+4
* i965: Fix two broken asserts in brw_eu_emitChris Forbes2014-07-121-2/+2
* glsl: add new expression types for interpolateAt*Chris Forbes2014-07-122-0/+6
* st/mesa: fix samplerCubeShadow with biasMarek Olšák2014-07-111-1/+7
* mesa: fix crash in st/mesa after deleting a VAOMarek Olšák2014-07-114-33/+33
* i965: forward-declare struct brw_context in brw_reg.hIlia Mirkin2014-07-091-0/+2
* scons: build and use a single dri_common libraryEmil Velikov2014-07-101-45/+10
* st/dri/drm: remove __driDriverExtensions and driDriverAPIEmil Velikov2014-07-101-0/+27
* mesa/st: add per sample shading state to fp key and set interpolationIlia Mirkin2014-07-093-1/+11
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-093-7/+13
* meta: Call glObjectLabel before linking.Kenneth Graunke2014-07-091-1/+1