index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon: Use PRINTLIKE macro.
Matt Turner
2014-09-25
1
-8
/
+1
*
mesa: Replace a priori knowledge of gcc attributes with configure tests.
Matt Turner
2014-09-25
1
-6
/
+0
*
mesa: Replace a priori knowledge of gcc builtins with configure tests.
Matt Turner
2014-09-25
1
-1
/
+1
*
i965/compaction: Document instruction compaction capabilities.
Matt Turner
2014-09-25
1
-0
/
+35
*
i965: Emit ELSE/ENDIF JIP with type D on Gen 7.
Matt Turner
2014-09-25
1
-2
/
+2
*
i965/compaction: Support compaction of control flow instructions.
Matt Turner
2014-09-25
1
-14
/
+16
*
i965/compaction: Add support for G45.
Matt Turner
2014-09-25
1
-15
/
+24
*
i965: Add BRW_OPCODE_NENOP for G45.
Matt Turner
2014-09-25
2
-2
/
+4
*
i965/compaction: Add support for Gen5.
Matt Turner
2014-09-25
1
-5
/
+210
*
i965/compaction: Reduce size of compacted_counts[] array.
Matt Turner
2014-09-25
1
-22
/
+37
*
i965/compaction: Use sizeof brw_inst/brw_compact_inst.
Matt Turner
2014-09-25
1
-15
/
+17
*
i965/compaction: Increment offset in for loop.
Matt Turner
2014-09-25
1
-3
/
+2
*
i965/compaction: Make src_offset local to the for loop.
Matt Turner
2014-09-25
1
-8
/
+4
*
i965/compaction: Remove unnecessary is-compacted? check.
Matt Turner
2014-09-25
1
-2
/
+3
*
i965/compaction: Don't set UIP on ELSE on Gen < 8.
Matt Turner
2014-09-25
1
-1
/
+2
*
i965/compaction: Rework 3-src compaction logic.
Matt Turner
2014-09-25
1
-5
/
+9
*
i965/sf: Disable instruction compaction.
Matt Turner
2014-09-25
1
-1
/
+4
*
i965: Set JumpCount, not JIP, on ENDIF on Gen 6.
Matt Turner
2014-09-25
1
-4
/
+7
*
i965/vec4: Call calculate_cfg() in test programs to avoid crashing.
Matt Turner
2014-09-24
2
-0
/
+2
*
mesa: Drop _mesa_getenv() wrapper.
Matt Turner
2014-09-24
2
-14
/
+14
*
mesa: Use realloc() instead of _mesa_realloc() and remove the latter.
Matt Turner
2014-09-24
1
-2
/
+1
*
i965: Add and use functions to get next/prev blocks.
Matt Turner
2014-09-24
6
-20
/
+73
*
i965: Call insert and remove functions from exec_node directly.
Matt Turner
2014-09-24
3
-14
/
+11
*
i965: Make instruction lists local to the bblocks.
Matt Turner
2014-09-24
12
-92
/
+115
*
i965/cfg: Add note about double-loop macros and break behavior.
Matt Turner
2014-09-24
1
-0
/
+6
*
i965: Replace initialization loops with memset().
Matt Turner
2014-09-24
2
-15
/
+5
*
i965/vec4: Don't iterate between blocks with inst->next/prev.
Matt Turner
2014-09-24
1
-21
/
+9
*
i965/fs: Don't iterate between blocks with inst->next/prev.
Matt Turner
2014-09-24
5
-47
/
+34
*
i965/cfg: Add macros to iterate through a block given a starting point.
Matt Turner
2014-09-24
1
-0
/
+10
*
i965/fs: Make count_to_loop_end() use basic blocks.
Matt Turner
2014-09-24
1
-15
/
+16
*
i965/vec4: Don't use instruction list after calculating the cfg.
Matt Turner
2014-09-24
5
-14
/
+15
*
i965/fs: Don't use instruction list after calculating the cfg.
Matt Turner
2014-09-24
3
-22
/
+22
*
i965: Remove now unneeded calls to calculate_cfg().
Matt Turner
2014-09-24
12
-39
/
+4
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
20
-40
/
+34
*
i965: Preserve the CFG in instruction scheduling.
Matt Turner
2014-09-24
1
-32
/
+42
*
i965/vec4: Preserve CFG in spill_reg().
Matt Turner
2014-09-24
4
-38
/
+56
*
i965/vec4: Preserve the CFG in a few more places.
Matt Turner
2014-09-24
1
-7
/
+16
*
i965/fs: Preserve the CFG in a few more places.
Matt Turner
2014-09-24
2
-15
/
+21
*
i965: Restructure debug flags
Kristian Høgsberg
2014-09-24
2
-60
/
+60
*
mesa: Move register_allocate.c to util.
Eric Anholt
2014-09-23
4
-4
/
+4
*
meta: Fix error paths in meta_copy_image.c
Juha-Pekka Heikkila
2014-09-23
1
-0
/
+9
*
meta: Avoid null access on setup_glsl_msaa_blit_shader()
Juha-Pekka Heikkila
2014-09-23
1
-11
/
+13
*
i965: Add extra null check in intel_bufferobj_alloc()
Juha-Pekka Heikkila
2014-09-23
1
-0
/
+3
*
i965: Avoid null access in intelMakeCurrent()
Juha-Pekka Heikkila
2014-09-23
1
-3
/
+7
*
i965: in set_read_rb_tex_image() check _mesa_meta_bind_rb_as_tex_image() did ...
Juha-Pekka Heikkila
2014-09-23
2
-5
/
+18
*
i915: Fix black buffers when importing prime fds
Andreas Pokorny
2014-09-23
1
-0
/
+2
*
i965/fs: Remove direct fs_visitor brw_wm_prog_key dependence
Jordan Justen
2014-09-22
5
-9
/
+36
*
i965/fs: Use brw_sampler_prog_key_data instead of brw_wm_prog_key::tex
Jordan Justen
2014-09-22
1
-12
/
+29
*
i965/fs: Remove direct fs_visitor brw_wm_prog_data dependence
Jordan Justen
2014-09-22
3
-21
/
+56
*
i965/gen6: Enable GL 3.3 and GLSL 3.30
Chris Forbes
2014-09-20
2
-9
/
+2
[next]