summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix max_wm_threads for CHVVille Syrjälä2015-02-021-1/+1
* i965: Work around mysterious Gen4 GPU hangs with minimal state changes.Kenneth Graunke2015-01-221-0/+13
* i965: Respect the no_8 flag on Gen6, not just Gen7+.Kenneth Graunke2015-01-171-2/+2
* i965: Use safer pointer arithmetic in gather_oa_results()Chad Versace2015-01-041-1/+1
* i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()Chad Versace2015-01-041-3/+4
* i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.Kenneth Graunke2015-01-043-21/+13
* i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms.Kenneth Graunke2015-01-041-2/+6
* i965: Require pixel alignment for GPU copy blitCody Northrop2014-12-212-4/+6
* i965/brw_reg: struct constructor now needs explicit negate and abs values.Andres Gomez2014-12-213-2/+28
* i965: Disable unlit-centroid workaround on Gen < 6.Matt Turner2014-12-111-3/+0
* i965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT)Chris Forbes2014-12-111-0/+6
* i965/gs: Avoid DW * DW mulBen Widawsky2014-12-111-2/+6
* i965/Gen6-7: Do not replace texcoords with point coord if not drawing pointsChris Forbes2014-11-262-12/+49
* i965: Handle nested uniform array indexingChris Forbes2014-11-261-29/+37
* i965: Fix segfault in WebGL Conformance on IvybridgeChad Versace2014-11-191-3/+4
* nine: Implement threadpoolAxel Davy2014-11-181-0/+5
* nine: Add drirc options (v2)Axel Davy2014-11-181-0/+13
* i965: Move fs_visitor ra pass to new fs_visitor::allocate_registers()10.4-branchpointKristian Høgsberg2014-11-142-59/+69
* i965: Move fs_visitor optimization pass into new method fs_visitor::optimize()Kristian Høgsberg2014-11-142-65/+72
* i965: Move more code into codegen-branch of the fs_visitor::run() if statementKristian Høgsberg2014-11-141-12/+11
* i965: Refactor fs_generator APIKristian Høgsberg2014-11-144-39/+23
* st/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CONTEXT_DEBUG_BIT_ARB on...José Fonseca2014-11-141-8/+6
* i965/vec4: Combine all the math emitters.Kenneth Graunke2014-11-132-104/+17
* i965/vec4: Use const references in emit() functions.Kenneth Graunke2014-11-132-15/+14
* i965: Use macros to create prototypes for emitter helpers.Kenneth Graunke2014-11-131-57/+41
* i965: Always enable VF statisticsBen Widawsky2014-11-131-2/+1
* i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLEVille Syrjälä2014-11-136-17/+17
* i915: Don't call _mesa_meta_glsl_Clear() on gen2Ville Syrjälä2014-11-131-1/+1
* i915: Protect macro argument for TEXTURE_SET()Ville Syrjälä2014-11-131-1/+1
* i915: Kill intel_context::hw_stencilVille Syrjälä2014-11-132-2/+0
* i915: Accept GL_DEPTH_STENCIL GL_DEPTH_COMPONENT formats for renderbuffersVille Syrjälä2014-11-131-0/+9
* i915: Override mip filter to nearest with anisoVille Syrjälä2014-11-131-0/+2
* i915: Use L8A8 instead of I8 to simulate A8 on gen2Ville Syrjälä2014-11-132-3/+2
* i915: Fix GL_DOT3_RGBA a bitVille Syrjälä2014-11-131-2/+3
* i965/cfg: Remove if_block/else_block.Matt Turner2014-11-113-30/+1
* i965/fs: Don't use if_block/else_block in SEL peephole.Matt Turner2014-11-111-6/+11
* i965: Advertise a line width of 40.0 on Cherryview and Skylake.Kenneth Graunke2014-11-081-1/+5
* i965: Advertise larger line widths.Kenneth Graunke2014-11-081-3/+9
* i965: Use ctx->Const.MaxLineWidth when clamping ctx->Line.Width.Kenneth Graunke2014-11-084-5/+8
* i965: Set Line Width correctly on Cherryview and Skylake.Kenneth Graunke2014-11-082-1/+6
* i965: drop the custom gen8_instruction CFLAGEmil Velikov2014-11-071-2/+0
* i965/fs: Wire up control flow correctly in predicated break pass.Matt Turner2014-11-061-3/+7
* i965/cfg: Add functions to get first and last non-CF instructions.Matt Turner2014-11-061-0/+74
* i965: Remove non-existent vertical strides from array.Matt Turner2014-11-061-1/+1
* i965: Convert stride/width/execution size macros into enums.Matt Turner2014-11-061-28/+33
* i965/fs: Remove force uncompressed stack.Matt Turner2014-11-063-27/+0
* i965/fs: Use execution size of 1 for some shader_time operations.Matt Turner2014-11-061-1/+1
* i965/fs: Use mov(4) instructions to read timestamp.Matt Turner2014-11-061-5/+4
* Releasing a surfaceless EGL context doesn't release underlying DRI context.Alexandros Frantzis2014-11-061-2/+6
* i965: Fix sampler state pointer adjustment for nonconst samplersChris Forbes2014-11-051-1/+1