summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Track whether we're doing dual source in a more obvious way.Eric Anholt2014-04-083-3/+5
* i965/fs: Add a couple more global special regs to special[]Eric Anholt2014-04-081-0/+2
* i965/fs: Handle arrays of special regs more cleanly.Eric Anholt2014-04-081-14/+22
* i965/fs: Fix dump_instructions() on uniforms.Eric Anholt2014-04-081-2/+2
* i965/fs: Fix vgrf0 live interval when no interpolation was done.Eric Anholt2014-04-081-2/+4
* i965: Drop pointless check for variable declarations in splitting.Eric Anholt2014-04-081-10/+5
* i965: Remove stale comment.Eric Anholt2014-04-081-1/+0
* i915: Fix build error.Iago Toral Quiroga2014-04-081-6/+0
* glsl: Pass ctx->Const.NativeIntegers to do_common_optimization().Kenneth Graunke2014-04-084-4/+8
* 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-082-6/+11
* 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
* swrast: reindent s_texfetch_temp.h, remove trailing whitespaceBrian Paul2014-04-071-182/+261
* swrast: remove out of date comments in s_texfetch_tmp.hBrian Paul2014-04-071-457/+10
* swrast: rename texture fetch functions (pt. 7)Brian Paul2014-04-072-38/+38
* swrast: rename texture fetch functions (pt. 6)Brian Paul2014-04-072-83/+83
* swrast: rename texture fetch functions (pt. 5)Brian Paul2014-04-072-35/+35
* swrast: rename texture fetch functions (pt. 4)Brian Paul2014-04-072-56/+56
* swrast: rename texture fetch functions (pt. 3)Brian Paul2014-04-072-56/+56
* swrast: rename texture fetch functions (pt. 2)Brian Paul2014-04-072-60/+60
* swrast: rename texture fetch functions (pt. 1)Brian Paul2014-04-072-44/+44
* mesa: rename stencil/Z functions in format_unpack.cBrian Paul2014-04-071-40/+40
* st/mesa: add support for ARB_texture_query_lodDave Airlie2014-04-072-2/+4
* 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
* automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2014-04-052-2/+2
* 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
* st/mesa: improve sampler view handlingChristian König2014-04-048-56/+140
* mesa: remove redundant running of check_symbol_table()Juha-Pekka Heikkila2014-04-021-2/+4
* mesa: Add missing null check in _mesa_parse_arb_program()Juha-Pekka Heikkila2014-04-021-0/+5
* mesa: Prevent negative indexing on noise2, noise3 and noise4Juha-Pekka Heikkila2014-04-021-18/+18
* i965/vec4: do not trim dead channels on gen6 for mathTapani Pälli2014-04-021-4/+9