summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Skip emitting MACH/MOV for small integers.Kenneth Graunke2014-04-081-12/+21
* glsl: Make is_16bit_constant from i965 an ir_constant method.Kenneth Graunke2014-04-081-16/+2
* mesa: Move is_power_of_two() function from brw_context.h to macros.h.Kenneth Graunke2014-04-081-6/+0
* i965: Fix "SIMD16 unsupported" messages via KHR_debug.Kenneth Graunke2014-04-081-1/+1
* i965: Fix missing dirty bits in the gen8_sbe_state atom.Kenneth Graunke2014-04-071-2/+2
* i965: Drop BRW_NEW_RASTERIZER_DISCARD flag from Broadwell SOL atom.Kenneth Graunke2014-04-071-1/+0
* i965: Use the correct program when uploading Broadwell SOL state.Kenneth Graunke2014-04-071-6/+2
* i965/fs: Remove left-over 'removed' variable.Matt Turner2014-04-071-13/+8
* i965/fs: Check for interference after finding all channels.Matt Turner2014-04-071-11/+26
* i965: initialize more device info fields for CherryviewJordan Justen2014-04-071-0/+2
* i965/vec4: Allow constant propagation into dot product.Matt Turner2014-04-051-0/+4
* i965/fs: Split out can_coalesce_vars() function.Matt Turner2014-04-051-44/+47
* i965/fs: Split out is_coalesce_candidate() function.Matt Turner2014-04-051-14/+23
* i965/fs: Split fs_visitor::register_coalesce() into its own file.Matt Turner2014-04-053-181/+209
* i965/fs: Mark appropriate fs_inst members as const.Matt Turner2014-04-052-15/+15
* i965: Mark is_tex() and friends as const.Matt Turner2014-04-052-10/+10
* i965/fs: Don't propagate saturation modifiers if there are source modifiers.Matt Turner2014-04-051-0/+2
* i965/fs: Don't propagate saturate modifiers into partial writes.Matt Turner2014-04-051-1/+2
* i965/fs: Fix off-by-one in saturate propagation.Matt Turner2014-04-051-1/+1
* i965/vec4: Consider sources of non-GRF-dst instructions for dead channels.Matt Turner2014-04-051-12/+8
* i965/fs: Name temporary ralloc contexts something other than mem_ctx.Matt Turner2014-04-052-10/+10
* i965/fs: Recalculate live intervals in calculate_register_pressure().Matt Turner2014-04-051-0/+1
* megadriver_stub.c: don't use _GNU_SOURCE to gate the compat codeJonathan Gray2014-04-051-2/+2
* i965: Mark SNB GT1 as a GT1.Matt Turner2014-04-041-1/+1
* i965/vec4: do not trim dead channels on gen6 for mathTapani Pälli2014-04-021-4/+9
* i965/vec4: Don't trim writemasks of texture instructions.Matt Turner2014-03-311-2/+4
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-311-0/+1
* dri/i965: use CLOCK_LIBS over -lrtEmil Velikov2014-03-311-1/+1
* dri/common: LIBDRM_LIBS is not a linker/libtool flag, add it to LIBADDEmil Velikov2014-03-311-1/+1
* i965: Add Cherryview support.Kenneth Graunke2014-03-282-0/+16
* i965: Make sure we always compute valid index bounds before drawing.Iago Toral Quiroga2014-03-281-1/+2
* i965: Use intel_upload_space() for pull constant uploads.Eric Anholt2014-03-264-33/+17
* i965: Massively simplify the intel_upload implementation.Eric Anholt2014-03-264-126/+77
* i965: For fast color clears, only check the color of live channels.Kevin Rogovin2014-03-251-1/+2
* i965: Set Broadwell MOCS values everywhere it's possible.Kenneth Graunke2014-03-256-12/+27
* i965: fix dma_buf import with non-zero offset.Gwenole Beauchesne2014-03-251-0/+9
* mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut2014-03-2513-19/+19
* i965: For color clears, only disable writes to components that exist.Kenneth Graunke2014-03-241-1/+2
* i965: Fix compiler warning about signed/unsigned.Eric Anholt2014-03-241-1/+1
* i965/gen8: Change the winsys MSAA blits from blorp to meta.Eric Anholt2014-03-244-8/+152
* i965: Skip reallocating the private MSAA miptree, unless it's resized.Eric Anholt2014-03-241-17/+28
* i965: Simplify the no-reopening-the-winsys-buffer tests.Eric Anholt2014-03-241-22/+16
* i965: Don't forget to free the old singlesample_mt.Eric Anholt2014-03-241-0/+1
* i965: Add an env var for forcing window system MSAA.Eric Anholt2014-03-242-0/+17
* i965/vec4: Eliminate dead writes to the flag register.Matt Turner2014-03-241-18/+48
* i965/vec4: Eliminate writes that are never read.Matt Turner2014-03-241-0/+46
* i965/vec4: Factor code out of DCE into a separate function.Matt Turner2014-03-241-34/+39
* i965/vec4: Let dead code eliminate trim dead channels.Matt Turner2014-03-241-3/+26
* i965/vec4: Track live ranges per-channel, not per vgrf.Matt Turner2014-03-242-14/+41
* i965/vec4: Don't dead code eliminate instructions writing the flag.Matt Turner2014-03-241-1/+5