index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Skip emitting MACH/MOV for small integers.
Kenneth Graunke
2014-04-08
1
-12
/
+21
*
glsl: Make is_16bit_constant from i965 an ir_constant method.
Kenneth Graunke
2014-04-08
1
-16
/
+2
*
mesa: Move is_power_of_two() function from brw_context.h to macros.h.
Kenneth Graunke
2014-04-08
1
-6
/
+0
*
i965: Fix "SIMD16 unsupported" messages via KHR_debug.
Kenneth Graunke
2014-04-08
1
-1
/
+1
*
i965: Fix missing dirty bits in the gen8_sbe_state atom.
Kenneth Graunke
2014-04-07
1
-2
/
+2
*
i965: Drop BRW_NEW_RASTERIZER_DISCARD flag from Broadwell SOL atom.
Kenneth Graunke
2014-04-07
1
-1
/
+0
*
i965: Use the correct program when uploading Broadwell SOL state.
Kenneth Graunke
2014-04-07
1
-6
/
+2
*
i965/fs: Remove left-over 'removed' variable.
Matt Turner
2014-04-07
1
-13
/
+8
*
i965/fs: Check for interference after finding all channels.
Matt Turner
2014-04-07
1
-11
/
+26
*
i965: initialize more device info fields for Cherryview
Jordan Justen
2014-04-07
1
-0
/
+2
*
i965/vec4: Allow constant propagation into dot product.
Matt Turner
2014-04-05
1
-0
/
+4
*
i965/fs: Split out can_coalesce_vars() function.
Matt Turner
2014-04-05
1
-44
/
+47
*
i965/fs: Split out is_coalesce_candidate() function.
Matt Turner
2014-04-05
1
-14
/
+23
*
i965/fs: Split fs_visitor::register_coalesce() into its own file.
Matt Turner
2014-04-05
3
-181
/
+209
*
i965/fs: Mark appropriate fs_inst members as const.
Matt Turner
2014-04-05
2
-15
/
+15
*
i965: Mark is_tex() and friends as const.
Matt Turner
2014-04-05
2
-10
/
+10
*
i965/fs: Don't propagate saturation modifiers if there are source modifiers.
Matt Turner
2014-04-05
1
-0
/
+2
*
i965/fs: Don't propagate saturate modifiers into partial writes.
Matt Turner
2014-04-05
1
-1
/
+2
*
i965/fs: Fix off-by-one in saturate propagation.
Matt Turner
2014-04-05
1
-1
/
+1
*
i965/vec4: Consider sources of non-GRF-dst instructions for dead channels.
Matt Turner
2014-04-05
1
-12
/
+8
*
i965/fs: Name temporary ralloc contexts something other than mem_ctx.
Matt Turner
2014-04-05
2
-10
/
+10
*
i965/fs: Recalculate live intervals in calculate_register_pressure().
Matt Turner
2014-04-05
1
-0
/
+1
*
megadriver_stub.c: don't use _GNU_SOURCE to gate the compat code
Jonathan Gray
2014-04-05
1
-2
/
+2
*
i965: Mark SNB GT1 as a GT1.
Matt Turner
2014-04-04
1
-1
/
+1
*
i965/vec4: do not trim dead channels on gen6 for math
Tapani Pälli
2014-04-02
1
-4
/
+9
*
i965/vec4: Don't trim writemasks of texture instructions.
Matt Turner
2014-03-31
1
-2
/
+4
*
automake: ask the linker to do garbage collection
Emil Velikov
2014-03-31
1
-0
/
+1
*
dri/i965: use CLOCK_LIBS over -lrt
Emil Velikov
2014-03-31
1
-1
/
+1
*
dri/common: LIBDRM_LIBS is not a linker/libtool flag, add it to LIBADD
Emil Velikov
2014-03-31
1
-1
/
+1
*
i965: Add Cherryview support.
Kenneth Graunke
2014-03-28
2
-0
/
+16
*
i965: Make sure we always compute valid index bounds before drawing.
Iago Toral Quiroga
2014-03-28
1
-1
/
+2
*
i965: Use intel_upload_space() for pull constant uploads.
Eric Anholt
2014-03-26
4
-33
/
+17
*
i965: Massively simplify the intel_upload implementation.
Eric Anholt
2014-03-26
4
-126
/
+77
*
i965: For fast color clears, only check the color of live channels.
Kevin Rogovin
2014-03-25
1
-1
/
+2
*
i965: Set Broadwell MOCS values everywhere it's possible.
Kenneth Graunke
2014-03-25
6
-12
/
+27
*
i965: fix dma_buf import with non-zero offset.
Gwenole Beauchesne
2014-03-25
1
-0
/
+9
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
13
-19
/
+19
*
i965: For color clears, only disable writes to components that exist.
Kenneth Graunke
2014-03-24
1
-1
/
+2
*
i965: Fix compiler warning about signed/unsigned.
Eric Anholt
2014-03-24
1
-1
/
+1
*
i965/gen8: Change the winsys MSAA blits from blorp to meta.
Eric Anholt
2014-03-24
4
-8
/
+152
*
i965: Skip reallocating the private MSAA miptree, unless it's resized.
Eric Anholt
2014-03-24
1
-17
/
+28
*
i965: Simplify the no-reopening-the-winsys-buffer tests.
Eric Anholt
2014-03-24
1
-22
/
+16
*
i965: Don't forget to free the old singlesample_mt.
Eric Anholt
2014-03-24
1
-0
/
+1
*
i965: Add an env var for forcing window system MSAA.
Eric Anholt
2014-03-24
2
-0
/
+17
*
i965/vec4: Eliminate dead writes to the flag register.
Matt Turner
2014-03-24
1
-18
/
+48
*
i965/vec4: Eliminate writes that are never read.
Matt Turner
2014-03-24
1
-0
/
+46
*
i965/vec4: Factor code out of DCE into a separate function.
Matt Turner
2014-03-24
1
-34
/
+39
*
i965/vec4: Let dead code eliminate trim dead channels.
Matt Turner
2014-03-24
1
-3
/
+26
*
i965/vec4: Track live ranges per-channel, not per vgrf.
Matt Turner
2014-03-24
2
-14
/
+41
*
i965/vec4: Don't dead code eliminate instructions writing the flag.
Matt Turner
2014-03-24
1
-1
/
+5
[next]